---
title: "List Resource Types"
method: GET
path: "/ResourceTypes"
tags: ["Discovery"]
---

# List Resource Types

`GET /ResourceTypes`

Use this endpoint to get a list of resource types supported by the SCIM server.

## Response `200`

Returns a list of supported resource types.

- object[]
  - `description` string, required — The resource type's human-readable description.
  - `endpoint` string, required — The resource type's HTTP-addressable endpoint relative to the Base URL of the service provider.
  - `id` string, nullable, required — The resource type's server unique id.
  - `meta` object, required — An object containing resource metadata properties.
    - `location` string — The URI of the resource being returned.
    - `resourceType` string — The name of the resource type of the resource.
  - `name` 'User' | 'Group', required — The resource type name.
  - `schema` string, required — The resource type's primary/base schema URI.
  - `schemas` string[], required — A schema for representing the resource type's configuration.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
