Overview#
To retrieve a known
SCIM Resource or
SCIM Schema endpoint SCIM Clients send
SCIM Read Request to the resource endpoint
For example,
- "/Users/{id}"
- "/Groups/{id}"
- "/Schemas/{id}"
where "{id}" is a resource identifier (for example, the value of the "id" attribute).
If the resource exists, the server responds with HTTP Status Code 200 (OK) and includes the result in the body of the response.
There might be more information for this subject on one of the following: