List SCIM Groups
Gets a list of SCIM groups in a SCIM directory.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
scimDirectoryId
The SCIM directory to list from.
One of scimDirectoryId
, organizationId
, or organizationExternalId
must be specified.
organizationId
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.
organizationExternalId
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.
pageToken
Pagination token. Leave empty to get the first page of results.
Response
OK
scimGroups
List of SCIM groups.
nextPageToken
Value to use as pageToken
for the next page of data. Empty if there is no more data.