List Users

GET {{baseUrl}}/api/v1/users?q=<string>&after=<string>&limit=<integer>&filter=<string>&format=<string>&search=<string>&expand=<string>

Lists users in your organization with pagination in most cases. A subset of users can be returned that match a supported filter expression or search criteria.

Request Params

KeyDatatypeRequiredDescription
qstring
afterstringSpecifies the pagination cursor for the next page of apps
limitstringSpecifies the number of results for a page
filterstringFilters apps by status, user.id, group.id or credentials.signing.kid expression
formatstring
searchstringSearches for users with a supported filtering expression for most properties
expandstringTraverses users link relationship and optionally embeds Application User resource