Skip to main content
GET
/
api
/
v1
/
scim
/
v2
/
Schemas
/
{schemaId}
{
  "schemas": [
    "urn:ietf:params:scim:schemas:core:2.0:Schema"
  ],
  "id": "<string>",
  "meta": {
    "version": "<string>",
    "location": "<string>",
    "lastModified": "2023-11-07T05:31:56Z",
    "created": "2023-11-07T05:31:56Z",
    "resourceType": "<string>"
  },
  "name": "<string>",
  "description": "<string>",
  "attributes": [
    {
      "name": "<string>",
      "type": "string",
      "multiValued": true,
      "description": "<string>",
      "required": true,
      "canonicalValues": [
        "<string>"
      ],
      "caseExact": true,
      "mutability": "readOnly",
      "returned": "always",
      "uniqueness": "none",
      "subAttributes": [
        {}
      ]
    }
  ]
}

Path Parameters

schemaId
string
required

schema identifier

Response

200 - application/json

Ok

schemas
enum<string>[]
required
id
string
required
attributes
object[]
required
meta
object
name
string
description
string