Get List of Supported SCIM Schemas

Use this API to retrieve a list of schemas supported by SCIM 2.0 specifications and the custom schema definitions.

Additional Information

  • Schema refers to a collection of attribute definitions that describe the contents of an entire or partial resource. Example: 'urn:ietf:params:scim:schemas:core:2.0:User'
  • The attribute definitions specify the name of the attribute, metadata such as type (string, binary), cardinality (singular, multi, complex), mutability, and returnability.

Example Request

GET https://{hostname}/api/scim/v2/Schemas

GET https://trial.onetrust.com/api/scim/v2/Schemas

Language
Authorization
OAuth2