v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Discovery

List Schemas

Use this endpoint to get a list of resource type schemas supported by the SCIM server.

get/Schemas

Response

Returns a list of supported resource type schemas.

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"
            ]
          }
        ]
      }
    ]
  }
]