Use this API to retrieve one or more users identified by user IDs. Only department users can be retrieved using this API. To provide multiple IDs, a comma separated string must be used in request URI. A maximum of 75 IDs is allowed per request. Neither pagination nor range query parameters are supported by 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/1049"
}
], - "firstName": "Anthony",
- "lastName": "Shephard",
- "screenName": "anthony",
- "lastModified": "2021-10-26T14:16:54.000Z",
- "lastModifiedBy": {
- "user": {
- "firstName": "Partition",
- "lastName": "Administrator",
- "id": "1"
}
}, - "loginId": "ashephard2",
- "status": {
- "value": "not_logged_in",
- "displayValue": "Not logged in"
}, - "departments": {
- "department": [
- {
- "name": "Service",
- "id": "999",
- "home": "yes"
}
]
}, - "id": "1049"
}
]
}