Retrieve a schema
GET/scim/v2/Schemas/:id
Retrieve a single schema definition by its URN.
Request
Responses
- 200
- 401
- 404
A SCIM schema definition.
Unauthorized. The SCIM bearer key is missing or invalid, or the key is
valid but the partner does not have the scim_api scope enabled.
Not found. The user does not exist, or exists but belongs to a different
partner than the one the key is bound to. An invalid account id format
also resolves to 404.