Search
Search app users based on filters specified in the request body.
Request body
Restrict to app users whose agent trait lifecycle status (agent_status) matches one of these values. When empty, agent_status is not used as a filter.
The app ID to restrict the search to.
A list of app IDs to restrict the search to.
A list of account domains to restrict the search to.
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.
A list of app user types to restrict the search to.
A list of app user IDs to remove from the results.
When true, excludes app users belonging to soft-deleted apps.
Restrict to app users whose NHI trait classification (nhi_type) matches one of these values. When empty, nhi_type is not used as a filter.
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.
Ordering of the results. Defaults to display-name ordering.
A list of user IDs to restrict the search by.
When true, restrict results to app users that have at least one open finding (index-backed EXISTS semi-join). When false/unset, results are unfiltered.
When true, restrict results to app users with no responsible party (identity_user_id empty) — i.e. unowned, for any app-user type.
Response
Successful response
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.