Get a SCIM user
get/scim/v2/Users/{userId}
Returns information about a single SCIM user based on its unique ID.
1{2 "id": "2bca4a63-0892-484a-a9ef-aff7b7f0c795",3 "userName": "scim-example3@sas.com",4 "title": "Test title",5 "active": true,6 "externalId": "scim-example3@sas.com",7 "displayName": "scim example 3",8 "emails": [9 {10 "value": "testuser3@sas.com",11 "type": "work"12 }13 ],14 "schemas": [15 "urn:ietf:params:scim:schemas:core:2.0:User"16 ],17 "meta": {18 "resourceType": "User",19 "created": "2025-10-16T13:46:46.111Z",20 "lastModified": "2025-10-16T13:46:46.111Z"21 }22}
| Name | Type | Required | Description |
|---|---|---|---|
userId | string<object-id> | true | The unique identifier for the user resource (SCIM ID). |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. | Schema | |
| 401 | Unauthorized | Authentication is required. | ||
| 403 | Forbidden | The authenticated user does not have sufficient privileges. | Schema | |
| 404 | Not Found | The user could not be found. |