GET api/scim/ResourceTypes
Retrieves all available SCIM resource type definitions.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the deserialized list of SCIM resource types. On failure: HTTP 400 Bad Request if the file cannot be read or parsed.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.