GET api/scim/v2/schemas/{schema}
Retrieves the SCIM schema definition for a specified resource type.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| schema |
The name of the schema to retrieve. Valid values include: `"User"`, `"Group"` |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the SCIM schema definition. On failure: HTTP 400 Bad Request if the schema type is invalid.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.