FindsXXX regular users In one Of the identity providers configured for the tenant.
Below are the priorities for each search option:
- if 'role' is set, find all users matching that role and return
- else use 'criteria' to search either the account name, first name, last name, or description of the account. Filter results based on 'permissionFiltered' (if provided).
Parameters 'page', '$skip' and '$filter' are not taken into account. Use 'limit' and 'criteria' instead.
the url of the tenant
the search criteria
the domain in which the service will search
the parent group id to search from
optional filter based on assigned status (either 'NOT_ASSIGNED' or 'ASSIGNED'
find users who have the provided role. All other search parameters ignored if this is set
If 'true' all child groups will be expanded and search
If 'true' only local users will be searched. Supported in Horizon mode only
Page Number
Number of entries per page
Multiple comma-separated properties sorted in ascending or descending order
Sets the number of returned entries from the top of the response (total number per page in relation to skip)
Sets how many entries you would like to skip
Boolean expression for whether a particular entry should be included in the response
successful operation