GET api/scim/Schemas

Retrieves all available schema definitions from the SCIMSchemas.json configuration file.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with the deserialized schema configuration. On failure: HTTP 400 Bad Request if the file cannot be read or parsed.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.