# Get User details by Id Get User details by Id Endpoint: GET /api/users/{id} Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `userId` (string) - `userFirstName` (string,null) - `userLastName` (string,null) - `userNotificationEmail` (string,null) - `userLogin` (string,null) - `owningCompanyId` (string,null) - `userStatus` (string,null) - `userPhotoUrl` (string,null) - `isAccountAdministrator` (boolean) - `isMainContact` (boolean) - `userLocked` (boolean) - `userLockedDate` (string,null) - `userUnlockedDate` (string,null) - `userJobTitle` (string,null) - `userJobTitleId` (integer,null) - `userPhone` (string,null) - `userPhone2` (string,null) - `comment` (string,null) - `userLanguagePreference` (string,null) - `userCivility` (string,null) - `responsibilities` (array,null) - `createdAt` (string,null) - `modifiedAt` (string,null) - `country` (string,null) - `timeZone` (string,null) - `lastStatusUpdatedDate` (string,null) - `isContactManager` (boolean) - `userLastLoggedInDate` (string,null) ## Response 403 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null) ## Response 404 fields (application/json): - `error` (string,null) - `errorCodes` (array,null) - `errorCode` (string,null)