v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Discovery

Get schema by URN

Use this endpoint to get the resource type schema corresponding to the provided URN.

get/Schemas/{urn}

Path parameters

urnstring required
Example:urn:ietf:params:scim:schemas:core:2.0:User,urn:ietf:params:scim:schemas:core:2.0:Group

The unique URI of the schema.

Response

Returns a resource type schema corresponding to the provided URN.

descriptionstring required

The schema's human-readable description.

idstring required

The unique URI of the schema.

namestring required

The schema's human-readable name.

Example response

{
  "attributes": [
    {
      "canonicalValues": [
        "work",
        "home"
      ],
      "subAttributes": [
        {
          "canonicalValues": [
            "work",
            "home"
          ]
        }
      ]
    }
  ]
}