GET api/scim/ServiceProviderConfig

Retrieves the SCIM configuration from the `SCIMConfiguration.json` file located in the application's bin directory.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Returns a deserialized dynamic object representing the configuration with HTTP 200 OK. Returns HTTP 400 Bad Request if the file cannot be read or the content cannot be parsed.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.