GET api/scim/v2/schemas

Retrieves the SCIM schema definitions for core resource types: User and Group.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with a list of SCIM schema definitions for User and Group. On failure: HTTP 500 Internal Server Error if schema generation fails.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.