GET api/scim/v2/users/{scimId}
Retrieves a user by their SCIM (System for Cross-domain Identity Management) identifier.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scimId |
The SCIM identifier of the user to retrieve. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
On success: HTTP 200 OK with the user details. On failure: HTTP 404 Not Found if the user does not exist.
ScimUser| Name | Description | Type | Additional information |
|---|---|---|---|
| name | Name |
None. |
|
| active | boolean |
None. |
|
| userName | string |
None. |
|
| emails | Collection of EMailAddress |
None. |
|
| locale | string |
None. |
|
| urn:ietf:params:scim:schemas:extension:sduserextension:2.0:User | Dictionary of string [key] and string [value] |
None. |
|
| schemas | Collection of string |
None. |
|
| id | globally unique identifier |
None. |
|
| externalId | string |
None. |
|
| meta | ResourceMetadata |
None. |
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.