List SCIM Users

GET
Gets a list of SCIM users in a SCIM directory.

Query parameters

scimDirectoryIdstringOptional

The SCIM directory to list from.

One of scimDirectoryId, organizationId, or organizationExternalId must be specified.

organizationIdstringOptional

The ID of the organization to list from. The primary SCIM directory of this organization is used.

One of scimDirectoryId, organizationId, or organizationExternalId must be specified.

organizationExternalIdstringOptional

The externalId of the organization to list from. The primary SCIM directory of this organization is used.

One of scimDirectoryId, organizationId, or organizationExternalId must be specified.

scimGroupIdstringOptional
If specified, only users that are members of this SCIM group are returned.
pageTokenstringOptional
Pagination token. Leave empty to get the first page of results.

Response

This endpoint returns an object.
scimUserslist of objectsOptional
List of SCIM users.
nextPageTokenstringOptional

Value to use as pageToken for the next page of data. Empty if there is no more data.