Skip to content

Resource Types

In the SCIM protocol, "Resource Types" define the schema for the various resources that can be managed through SCIM, such as Users and Groups. Each resource type has a set of attributes and their characteristics, such as whether the attribute is required, read-only, or multi-valued.

The SCIM protocol defines two standard resource types: "User" and "Group". However, service providers can define additional custom resource types as needed.

List Resource Types

To retrieve information about the resource types supported by a service provider, you can send a GET request to the /ResourceTypes endpoint. The response will be a JSON object listing all the resource types supported by the service provider, along with their schema and other details.