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
.
The user’s identifier
The user’s email address
Whether or not the user is active or not in the Sendoso platform.
The user’s first name
The user’s last name
The user’s personal balance
The user’s email address
The user’s role. Values can be sender
, manager
, admin
.
The user’s team.