---
title: "Get Schema"
method: GET
path: "/scim/v2/Schemas/{uri}"
tags: ["SCIM"]
---

# Get Schema

`GET /scim/v2/Schemas/{uri}`

Returns SCIM schema

## Path parameters

- `uri` string, required

## Response `200`

Successful response

- ScimSchemaResponse
  - `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'

## Other responses

- `404` — Not found

---

[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)
