v7

latestOpenAPI 3.0.3raw.githubusercontent.com2024-10-15203043.0 KB
SSOReadyService

Gets a list of SCIM groups in a SCIM directory.

get/v1/scim/groups

Query parameters

scimDirectoryIdstring

The SCIM directory to list from.

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

organizationIdstring

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.

organizationExternalIdstring

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.

pageTokenstring

Pagination token. Leave empty to get the first page of results.

Response

OK

nextPageTokenstring

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