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.
Idempotency-Key | string Unique key used to ensure idempotent behavior. |
Accept-Encoding | string Indicates the response's preferred content encoding. Supported values are |
Content-Encoding | string This header is returned if you specify the |
Authorization | string The value is in the |
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 ( |
Zuora-Entity-Ids-Single | string |
OK
Unauthorized
Forbidden
Not Found
{- "schemas": [
- "urn:ietf:params:scim:api:messages:2.0:ListResponse"
], - "id": null,
- "externalId": null,
- "meta": null,
- "totalResults": 4,
- "resources": [
- {
- "schemas": [
- "urn:ietf:params:scim:schemas:core:2.0:Schema"
], - "id": "urn:ietf:params:scim:schemas:core:2.0:User",
- "name": "User",
- "description": "User Account",
- "attributes": [
- {
- "name": "active",
- "type": "boolean",
- "multiValued": false,
- "description": "A Boolean value indicating the User's administrative status.",
- "required": false,
- "caseExact": true,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "addresses",
- "type": "complex",
- "subAttributes": [
- {
- "name": "country",
- "type": "string",
- "multiValued": false,
- "description": "The country name component.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "formatted",
- "type": "string",
- "multiValued": false,
- "description": "The full mailing address, formatted for display or use with a mailing label. This attribute MAY contain newlines.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "locality",
- "type": "string",
- "multiValued": false,
- "description": "The city or locality component.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "postalCode",
- "type": "string",
- "multiValued": false,
- "description": "The zipcode or postal code component.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "primary",
- "type": "boolean",
- "multiValued": false,
- "description": "A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the preferred address. The primary attribute value 'true' MUST appear no more than once.",
- "required": false,
- "caseExact": true,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "region",
- "type": "string",
- "multiValued": false,
- "description": "The state or region component.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "streetAddress",
- "type": "string",
- "multiValued": false,
- "description": "The full street address component, which may include house number, street name, PO BOX, and multi-line extended street address information. This attribute MAY contain newlines.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "type",
- "type": "string",
- "multiValued": false,
- "description": "A label indicating the attribute's function; e.g., 'work' or 'home'.",
- "required": false,
- "canonicalValues": [
- "other",
- "work",
- "home"
], - "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}
], - "multiValued": true,
- "description": "Physical mailing addresses for this User.",
- "required": false,
- "caseExact": true,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "displayName",
- "type": "string",
- "multiValued": false,
- "description": "The name of the User, suitable for display to end-users. The name SHOULD be the full name of the User being described if known.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "emails",
- "type": "complex",
- "subAttributes": [
- {
- "name": "display",
- "type": "string",
- "multiValued": false,
- "description": "A human readable name, primarily used for display purposes.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "primary",
- "type": "boolean",
- "multiValued": false,
- "description": "A Boolean value indicating the 'primary' or preferred attribute value for this attribute, e.g., the preferred mailing address or primary e-mail address. The primary attribute value 'true' MUST appear no more than once.",
- "required": false,
- "caseExact": true,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "type",
- "type": "string",
- "multiValued": false,
- "description": "A label indicating the attribute's function; e.g., 'work' or 'home'.",
- "required": false,
- "canonicalValues": [
- "other",
- "work",
- "home"
], - "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}, - {
- "name": "value",
- "type": "string",
- "multiValued": false,
- "description": "E-mail addresses for the user. The value SHOULD be canonicalized by the Service Provider, e.g., bjensen@example.com instead of bjensen@EXAMPLE.COM. Canonical Type values of work, home, and other.",
- "required": false,
- "caseExact": false,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}
], - "multiValued": true,
- "description": "E-mail addresses for the user. The value SHOULD be canonicalized by the Service Provider, e.g., bjensen@example.com instead of bjensen@EXAMPLE.COM. Canonical Type values of work, home, and other.",
- "required": false,
- "caseExact": true,
- "mutability": "readWrite",
- "returned": "default",
- "uniqueness": "none"
}
]
}
]
}