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
Query Parameters
Optional filter by username (partial match supported)
Example:
""
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
Token for pagination to retrieve the next page of results
Response
Response containing a paginated list of users matching the search criteria, along with pagination tokens and total count.