Get current tenant schema

Retrieves all SCIM schema definitions for the current tenant to discover available resource types, attribute structures, and validation rules. Use this endpoint to validate user attributes before provisioning, understand supported field types, and determine required vs optional fields. Example: GET /scim/v2/Schemas returns Resources[] containing schema definitions for User, Group, EnterpriseUser, and tenant-specific extensions with complete attribute metadata including data types, mutability, and canonical values. This endpoint follows SCIM 2.0 specification and returns all schemas in a single response without pagination support.

SCOPES

Requires one: seismic.user.view, seismic.user.manage See Permissions for additional details.

Terminology

  • SCIM: System for Cross-domain Identity Management, a standard protocol for managing user identities across systems - Resources: Array of schema resource definitions describing the structure and validation rules for SCIM resources (User etc.) - Schema: A definition that specifies the attributes, data types, and constraints for a SCIM resource type
Language
Credentials
Header
Click Try It! to start a request and see the response here!