get
https://api.seismic.com/scim/v2/Schemas
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.
Terminology
- SCIM: System for Cross-domain Identity Management, a standard protocol for managing user identities across systems - RFC 7643: IETF standard defining SCIM 2.0 core schemas, attribute types, and mutability rules - RFC 7644: IETF standard defining SCIM 2.0 schema discovery via GET /Schemas - HTTP: Hypertext Transfer Protocol used to retrieve schema metadata - Resources: Array of schema resource definitions describing the structure and validation rules for SCIM resources (User, Group, etc.) - Schema: A definition that specifies the attributes, data types, and constraints for a SCIM resource type
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…