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
Key | Datatype | Required | Description |
---|---|---|---|
q | string | ||
after | string | Specifies the pagination cursor for the next page of apps | |
limit | string | Specifies the number of results for a page | |
filter | string | Filters apps by status, user.id, group.id or credentials.signing.kid expression | |
format | string | ||
search | string | Searches for users with a supported filtering expression for most properties | |
expand | string | Traverses users link relationship and optionally embeds Application User resource |