---
title: "Get SCIM schema"
method: GET
path: "/v0/scim/Schemas/{id}"
tags: ["SCIM"]
---

# Get SCIM schema

`GET /v0/scim/Schemas/{id}`

Get SCIM schema

## Path parameters

- `id` string, required — Schema ID

## Response `200`

OK

- HandlerTypesSCIMSchema
  - `attributes` HandlerTypesSCIMSchemaAttribute[] — Schema attributes
    - `canonicalValues` string[]
    - `caseExact` boolean
    - `description` string
    - `multiValued` boolean
    - `mutability` string
    - `name` string
    - `required` boolean
    - `returned` string
    - `subAttributes` HandlerTypesSCIMSchemaSubAttribute[]
      - `caseExact` boolean
      - `description` string
      - `mutability` string
      - `name` string
      - `required` boolean
      - `returned` string
      - `type` string
      - `uniqueness` string
    - `type` string
    - `uniqueness` string
  - `description` string — Schema description
  - `id` string — Schema ID
  - `meta` HandlerTypesSCIMMeta — Schema metadata
    - `created` string — DateTime when the resource was created
    - `lastModified` string — DateTime when the resource was last modified
    - `location` string — URL of the resource
    - `resourceType` string — Resource type
  - `name` string — Schema name
  - `schemas` string[]

---

[API](https://skmtc.net/sublime/apis/sublime-platform-api.md) · [All operations](https://skmtc.net/sublime/apis/sublime-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sublime/sublime-platform-api/versions/d5df82850357/schema)
