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.

Request
header Parameters
Idempotency-Key
string

Unique key used to ensure idempotent behavior.

Accept-Encoding
string

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

Content-Encoding
string

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

Authorization
string

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

Zuora-Track-Id
string

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-Single
string
Responses
200

OK

401

Unauthorized

403

Forbidden

404

Not Found

get/scim/v2/Schemas
Request samples
Response samples
application/json
{
  • "schemas": [
    ],
  • "patch": {
    },
  • "bulk": {
    },
  • "filter": {
    },
  • "changePassword": {
    },
  • "sort": {
    },
  • "etag": {
    },
  • "authenticationSchemes": [
    ],
  • "meta": {
    }
}