---
title: "List Resource Types"
method: GET
path: "/scim/v2/ResourceTypes"
tags: ["SCIM"]
---

# List Resource Types

`GET /scim/v2/ResourceTypes`

Returns the list of supported SCIM resource types

## Response `200`

Successful response

- ScimResourceTypeSearchResponse
  - `Resources` ScimResourceTypeResponse[] — Resource type list
    - `id` string — Unique resource type ID, same value as the "name" attribute
    - `name` string, required — Resource type name
    - `endpoint` string, required — The resource type's HTTP-addressable endpoint
    - `description` string — Description of the resource type
    - `schema` 'urn:ietf:params:scim:schemas:core:2.0:User', required
    - `schemaExtensions` ScimSchemaExtension[]
      - `schema` 'urn:ietf:params:scim:schemas:extension:enterprise:2.0:User', required
      - `required` boolean, required
    - `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.dev/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.dev/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/revisions/8d602198ec97/schema)
