get https://api.bigpanda.io/resources/v1.0/scim/Users
Retrieves the schema definitions for all users.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Usage
Performing this GET
will retrieve all users in the system, including inactive users.
To retrieve all active users perform a call to:
https://api.bigpanda.io/resources/v1.0/scim/Users?filter=active eq true
To retrieve a specific user instead of all accounts, append the user id
value to the end of the call:
GET https://api.bigpanda.io/resources/v1.0/scim/Users/{id}
{
"type": "info",
"body": "Filtering
}
Filtering and sorting (
sortBy
,sortOrder
) parameters by SCIM are supported. See this link for more information on available SCIM query resources.