Search app users based on filters specified in the request body.
post/api/v1/search/app_users
Request body
appIdstring
The app ID to restrict the search to.
appUserDomainsstring[] nullable
A list of account domains to restrict the search to.
appUserIdsstring[] nullable
A list of app user IDs to restrict the search to.
appUserStatusDetailsstring[] nullable
A list of app user status details to restrict the search to.
appUserStatusesstring[] nullable
A list of app user statuses to restrict the search to.
appUserTypesstring[] nullable
A list of app user types to restrict the search to.
excludeAppUserIdsstring[] nullable
A list of app user IDs to remove from the results.
pageSizeinteger
The pageSize where 0 <= pageSize <= 100. Values < 10 will be set to 10. A value of 0 returns the default page size (currently 25)
pageTokenstring
The pageToken field.
querystring
Query the apps with a fuzzy search on display name and description.
userIdsstring[] nullable
A list of user IDs to restrict the search by.
Response
Successful response
nextPageTokenstring
The nextPageToken is shown for the next page if the number of results is larger than the max page size.
The server returns one page of results and the nextPageToken until all results are retrieved.
To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page.