Search Users
Similar to GetUsers however search parameters are passed via the POST body. See https://www.rfc-editor.org/rfc/rfc7644.html#section-3.4.3 for more details.
Can be used by the following roles assigned at the organization scope:
- ORG_ADMIN
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The maximum number of resources to return. If omitted, defaults to 20.
If set to 0, the response will contain no resources but will include metadata such as
totalResults, complying with RFC 7644, Section 3.4.2.4: Pagination.
The 1-based index of the first resource to return in the response. If omitted or less than 1, defaults to 1. This behavior complies with RFC 7644, Section 3.4.2.4: Pagination.

