GET api/scim/v2/ResourceTypes

Retrieves the SCIM-compliant resource types supported by the system.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a list of SCIM resource type definitions. On failure: HTTP 400 Bad Request with a generic error message.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.