v1

latestOpenAPI 3.0.02026-07-24115101.2 MB
Discovery

List Resource Types

Use this endpoint to get a list of resource types supported by the SCIM server.

get/ResourceTypes

Response

Returns a list of supported resource types.

descriptionstring required

The resource type's human-readable description.

endpointstring required

The resource type's HTTP-addressable endpoint relative to the Base URL of the service provider.

idstring nullable required

The resource type's server unique id.

name'User' | 'Group' required

The resource type name.

schemastring required

The resource type's primary/base schema URI.

schemasstring[] required

A schema for representing the resource type's configuration.

Example response

[
  {
    "endpoint": "/Users"
  }
]