This call returns the user's first name, last name, email address, and the associated employee for the specified id.
Success
Bad Request. See https://developer.hcssapps.com/getting-started/troubleshoot-bad-request for more information.
Unauthorized. See https://developer.hcssapps.com/getting-started/troubleshoot-unauthorized for more information.
Forbidden. See https://developer.hcssapps.com/getting-started/troubleshoot-forbidden for more information.
{- "id": "8436b4bd-fd7b-44c8-8f02-f04d62945116",
- "firstName": "First",
- "lastName": "Last",
- "email": "first.last@email.com",
- "employee": {
- "id": "5b8060b7-1e99-44d7-8cac-2747c73a2fbd",
- "code": "Employee 1",
- "firstName": "James",
- "lastName": "Smith"
}
}