Get All Users
Get all users
Parameters
The 1-based index of the first query result. A value less than 1 SHALL be interpreted as 1. By default this value is 1
Non-negative integer. Specifies the desired maximum number of query results per page, e.g., 10
. When specified, the service provider MUST NOT return more results than specified, although it MAY return fewer results. If unspecified, the maximum will be 100
Response
The SCIM RFC schema for the User List resource - always urn:ietf:params:scim:api:messages:2.0:ListResponse
Non-negative integer. Specifies the number of query results returned in a query response page, e.g., 10
.
Non-negative integer. Specifies the total number of results matching the client query, e.g., 1000
.
The 1-based index of the first result in the current set of query results, e.g., 1
.