GET api/scim/users/{id}

Retrieves a SCIM user by their unique SCIM ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The SCIM ID of the user to retrieve. This is a globally unique identifier assigned to each SCIM user.

string

Required

Body Parameters

None.

Response Information

Resource Description

On success: HTTP 200 OK with the SCIM user object. On failure: HTTP 404 Not Found if the user does not exist, or HTTP 400 Bad Request if an error occurs.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.