---
title: "Get the user schema"
method: GET
path: "/Schemas/urn:ietf:params:scim:schemas:core:2.0:User"
---

# Get the user schema

`GET /Schemas/urn:ietf:params:scim:schemas:core:2.0:User`

Lists all attributes of the user schema.

## Response `200`

Returns `200 OK` and the user schema definition.

- object
  - `id` string
  - `name` string
  - `description` string
  - `attributes` object[]
    - `name` string
    - `type` string
    - `multiValued` boolean
    - `description` string
    - `required` boolean
    - `subAttributes` object[]
      - `name` string
      - `type` string
      - `multiValued` boolean
      - `description` string
      - `required` boolean
      - `caseExact` boolean
      - `mutability` string
      - `returned` string
      - `uniqueness` string
    - `mutability` string
    - `returned` string
    - `uniqueness` string
  - `meta` object
    - `resourceType` string
    - `location` string
  - `schemaExtensions` object[]
    - `schema` string
    - `required` boolean

---

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