Search app users based on filters specified in the request body.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
This API uses OAuth2 with the Client Credential flow. Client Credentials must be sent in the BODY, not the headers. For an example of how to implement this, refer to the c1TokenSource.Token() function.
Search App users based on filters specified in the request body
The app ID to restrict the search to.
A list of account domains to restrict the search to.
APP_USER_DOMAIN_UNSPECIFIED, APP_USER_DOMAIN_EXTERNAL, APP_USER_DOMAIN_TRUSTED A list of app user IDs to restrict the search to.
A list of app user status details to restrict the search to.
A list of app user statuses to restrict the search to.
STATUS_UNSPECIFIED, STATUS_ENABLED, STATUS_DISABLED, STATUS_DELETED A list of app user types to restrict the search to.
APP_USER_TYPE_UNSPECIFIED, APP_USER_TYPE_USER, APP_USER_TYPE_SERVICE_ACCOUNT, APP_USER_TYPE_SYSTEM_ACCOUNT A list of app user IDs to remove from the results.
The AppUserExpandMask message contains a list of paths to expand in the response.
The pageSize where 0 <= pageSize <= 100. Values < 10 will be set to 10. A value of 0 returns the default page size (currently 25)
The pageToken field.
Query the apps with a fuzzy search on display name and description.
A list of app users to limit the search to.
A list of user IDs to restrict the search by.
Successful response
The AppUserServiceSearchResponse message.
List of related objects.
The list of results containing up to X results, where X is the page size defined in the request.
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.