Get resource types

Retrieves all SCIM resource type definitions for the current tenant to discover available resource types, their endpoints, and associated schemas. Use this endpoint to understand which SCIM resource types (User, etc.) are available, their API endpoints, and which schemas define their structure. Example: GET /scim/v2/ResourceTypes returns Resources[] containing resource type definitions with endpoint paths, schema references, and metadata. This endpoint follows SCIM 2.0 specification and returns all resource types in a single response without pagination support.

SCOPES

No scopes required.

Terminology

  • SCIM: System for Cross-domain Identity Management, a standard protocol for managing user identities across systems - Resources: Array of resource type definitions describing available SCIM resource types (User, etc.) and their endpoints - ResourceType: A definition that specifies the endpoint, name, and schema for a SCIM resource type
Language
Credentials
Header
Click Try It! to start a request and see the response here!