GET api/scim/Schemas/{resourceType}
Retrieves the SCIM schema definition for a specified resource type.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceType |
The SCIM resource type identifier. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the deserialized schema definition. On failure: HTTP 404 Not Found if the resource type is unknown, or HTTP 400 Bad Request if an error occurs.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.