Search Users
Users Management Service
Search Users
Searches for team members by query.
Search Users
Authorizations
API key authentication
Path Parameters
Team ID to search within
Required range:
x >= 0Query Parameters
Optional filter by username (partial match supported)
Optional filter by user status (e.g., 'active', 'inactive') User status.
Available options:
USER_STATUS_UNSPECIFIED, USER_STATUS_ACTIVE, USER_STATUS_INACTIVE Number of results per page
Required range:
x >= 0Token for pagination to retrieve the next page of results
Required range:
x >= 0Response
Response containing a paginated list of users matching the search criteria, along with pagination tokens and total count.