Configuration and Resource Types

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 and schema information.
  • Link: Resource Types

User Resource Type

  • Endpoint: /scim/v3/ResourceTypes/User
  • Method: GET
  • Description: Retrieves the schema and metadata for the User resource type, detailing the attributes and operations supported.
  • Link: User Resource Type

Role Resource Type

  • Endpoint: /scim/v3/ResourceTypes/Role
  • Method: GET
  • Description: Retrieves the schema and metadata for the Role resource type, detailing the attributes and operations supported.
  • 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