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

# List Schemas

`GET /scim/v2/Schemas`

Returns the list of schemas

## Response `200`

Successful response

- ScimSchemaSearchResponse
  - `Resources` ScimSchemaResponse[] — Resource type list
    - `id` string, required — The unique URI of the schema
    - `name` string — The name of the schema
    - `description` string — The description of the schema
    - `attributes` ScimSchemaAttribute[]
      - `name` string, required — The name of the attribute
      - `type` 'string' | 'boolean' | 'decimal' | 'integer' | 'dateTime' | 'reference' | 'complex', required
      - `subAttributes` ScimSchemaAttribute[]
      - `multiValued` boolean, required — A Boolean value indicating the attribute's plurality
      - `description` string — The description of the attribute
      - `required` boolean, required
      - `canonicalValues` string[] — A collection of suggested canonical values
      - `caseExact` boolean
      - `mutability` 'readOnly' | 'readWrite' | 'immutable' | 'writeOnly', required — Indicates the circumstances under which the value of the attribute can be (re)defined
      - `returned` 'always' | 'never' | 'default' | 'request', required — Indicates when an attribute and associated values are returned
      - `uniqueness` 'none' | 'server' | 'global', required — Specifies how the service provider enforces uniqueness of attribute values
      - `referenceTypes` string[] — Indicates the SCIM resource types that be referenced
    - `meta` ScimMeta — Resource metadata
      - `created` string, date-time
      - `lastModified` string, date-time
      - `location` string — Resource location URI
      - `resourceType` 'User' | 'Group' | 'ResourceType' | 'Schema'
  - `itemsPerPage` integer
  - `schemas` string[]
  - `startIndex` integer
  - `totalResults` integer

## Other responses

- `403` — Filtering is not allowed

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
