Overview
This section of the SCIM API documentation provides endpoints for retrieving service provider configurations, resource types, and schema definitions. These endpoints are essential for understanding the structure and capabilities of the SCIM service. No authentication is required to access these endpoints.
Endpoints
Service Provider Configuration
- Endpoint:
/scim/v3/ServiceProviderConfig
- Method:
GET
- Description: Retrieves the configuration details of the SCIM service provider, including supported features and capabilities.
- Link: Service Provider Config
Resource Types
- Endpoint:
/scim/v3/ResourceTypes
- Method:
GET
- Description: Lists all resource types available in the SCIM service, providing metadata information.
- Link: Resource Types
User Resource Type
- Endpoint:
/scim/v3/ResourceTypes/User
- Method:
GET
- Description: Retrieves the metadata for the User resource type.
- Link: User Resource Type
Role Resource Type
- Endpoint:
/scim/v3/ResourceTypes/Role
- Method:
GET
- Description: Retrieves the metadata for the Role resource type.
- Link: Role Resource Type
Schemas
- Endpoint:
/scim/v3/Schemas
- Method:
GET
- Description: Provides the SCIM schema definitions that describe the attribute structure and characteristics for various resources.
- Link: Schemas
User Entity Schema
- Endpoint:
/scim/v3/ResourceTypes/urn:ietf:params:scim:schemas:core:2.0:User
- Method:
GET
- Description: Retrieves the schema for the User resource type, detailing the supported attributes.
- Link: User Schema Definition
Role Entity Schema
- Endpoint:
/scim/v3/ResourceTypes/urn:ietf:params:scim:schemas:core:2.0:Role
- Method:
GET
- Description: Retrieves the schema for the Role resource type, detailing the supported attributes.
- Link: Role Schema Definition