---
title: "List all Schemas"
method: GET
path: "/Schemas"
tags: ["Schemas"]
---

# List all Schemas

`GET /Schemas`

Documentation on listing all Schemas via SCIM. 

**OAuth Scope required:** `scim.schemas.readSchemas`

## Headers

- `x-as-user-email` string
- `x-as-user-id` string

## Response `200`

200 OK

- object
  - `schemas` string[]
  - `totalResults` integer — Total number of schemas.
  - `Resources` union[] — Schema information.
    - union
      - GroupSchema
        - `id` string
        - `name` string
        - `description` string
        - `attributes` union[]
          - union
            - object
              - …
            - object
              - …
        - `meta` object
          - `resourceType` string
          - `location` string, uri
      - CoreUserSchema
        - `id` string
        - `name` string
        - `description` string
        - `attributes` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
        - `meta` object
          - `resourceType` string
          - `location` string, uri
      - EnterpriseUserSchema
        - `id` string
        - `name` string
        - `description` string
        - `attributes` union[]
          - union
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
            - object
              - …
        - `meta` object
          - `resourceType` string
          - `location` string, uri
      - IroncladUserSchema
        - `id` string
        - `name` string
        - `description` string
        - `attributes` object[]
          - `type` string
          - `multiValued` boolean
          - `description` string
          - `required` boolean
          - `caseExact` boolean
          - `mutability` string
          - `returned` string
          - `uniqueness` string
          - `name` string
        - `meta` object
          - `resourceType` string
          - `location` string, uri

## Other responses

- `403` — 403 Forbidden
- `500` — 500 Internal Server Error

---

[API](https://skmtc.net/ironcladapp/apis/ironclad-public-api.md) · [All operations](https://skmtc.net/ironcladapp/apis/ironclad-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ironcladapp/ironclad-public-api/versions/9459b4cfc1e0/schema)
