---
title: "List SCIM schemas"
method: GET
path: "/v0/scim/Schemas"
tags: ["SCIM"]
---

# List SCIM schemas

`GET /v0/scim/Schemas`

List SCIM schemas

## Response `200`

OK

- HandlerTypesListSCIMSchemasResponse
  - `Resources` 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[]
  - `itemsPerPage` integer
  - `schemas` string[]
  - `startIndex` integer
  - `totalResults` integer

---

[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/revisions/d5df82850357/schema)
