Use this API to retrieve the details of a single user identified by external ID of a user. Only department users are retrieved with this API.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission is required. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "user": [
- {
- "link": [
- {
- "rel": "self",
- "href": "/core/usermgr/v3/users/1051"
}
], - "firstName": "Cameron",
- "lastName": "Wilkins",
- "screenName": "cameron",
- "lastModified": "2021-10-26T17:53:49.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "loginId": "cwilkins",
- "status": {
- "value": "not_logged_in",
- "displayValue": "Not logged in"
}, - "departments": {
- "department": [
- {
- "name": "Service",
- "id": "999",
- "home": "yes"
}
]
}, - "id": "1051"
}
]
}