SCIM

List all schemas of resources

Lists all schemas for all supported resources. A schema is a collection of attribute definitions that describe the contents of an entire or partial resource, e.g., "urn:ietf:params:scim:schemas:core:2.0:User".

The attribute definitions specify the name of the attribute, and metadata such as type (e.g., string, binary), cardinality (singular, multi, complex), mutability, and returnability.

get/scim/v2/Schemas

Headers

Idempotency-Keystring

Unique key used to ensure idempotent behavior.

Accept-Encodingstring

Indicates the response's preferred content encoding. Supported values are gzip and identity.

Content-Encodingstring

This header is returned if you specify the Accept-Encoding: gzip request header and the response contains over 1000 bytes of data.

Authorizationstring

The value is in the Bearer {token} format where {token} is a valid OAuth token generated by calling Create an OAuth token.

Zuora-Track-Idstring

A custom identifier for tracing the API call. If you set a value for this header, Zuora returns the same value in the response headers. This header enables you to associate your system process identifiers with Zuora API calls, to assist with troubleshooting in the event of an issue.

The value of this field must use the US-ASCII character set and must not include any of the following characters: colon (:), semicolon (;), double quote ("), and quote (').

Zuora-Entity-Ids-Singlestring

Response

OK

schemasstring[]

List of schema identifiers defining the structure of the response.

idstring nullable
externalIdstring nullable
totalResultsinteger

Total number of user groups returned in the response.

Example response

{
  "totalResults": 2
}

Changes