Returns all users. There are attributes marked as ‘returned only by request’, such as “roles”, which must be provided as part of the “attributes” parameter in order to be included in the response.Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
External DocumentationTo learn more, visit the SailPoint IdentityIQ documentation.
Parameters
| Parameter | Description |
|---|---|
| Attributes | The User attributes to include in the response. The query parameter value is a comma-separated list of fields to be returned in the response for each user. The attributes provided will be the only ones returned in the response, with the exception of id, schemas, and meta, which are always returned for a user. |
| Limit | Specifies the number of results per page. default value is 1000. |
| Offset | Determines the starting index of the result set. Example: 1100. |
| Query | Filter results by providing queries. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort By | Allows sorting the results by a returned attribute. Example: userName. |
| Sort Order | Determines what order to sort results in. |