Overview#
To retrieve a known SCIM Resource or SCIM Schema endpoint SCIM Clients send SCIM Read Request to the resource endpointFor example,
- "/Users/{id}"
- "/Groups/{id}"
- "/Schemas/{id}"
If the resource exists, the server responds with HTTP Status Code 200 (OK) and includes the result in the body of the response.