GET api/scim/ResourceTypes/{resourceType}
Retrieves the SCIM resource type definition for a specified resource type.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| resourceType |
The SCIM resource type identifier. Supported values: - `user` |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the deserialized resource type 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.