# Retrieve By Id User Get User By Id Endpoint: GET /rest/2.0/USER/{id} Version: 1.0 Security: JWT ## Path parameters: - `id` (integer, required) Id of the record ## Header parameters: - `sessionId` (string, required) ## Response 200 fields (application/json): - `retrieveResponse` (object) - `retrieveResponse.RegionalSettings` (string) RegionalSettings - `retrieveResponse.Id` (string) Id: User id - `retrieveResponse.Created` (string) System controlled field: Date and time the record was created - `retrieveResponse.CreatedUserId` (string) System controlled field: Id of the user that created the record - `retrieveResponse.UpdatedUserId` (string) System controlled field: Id of the last user that updated the record - `retrieveResponse.Updated` (string) System controlled field: Date and time the record was last updated - `retrieveResponse.Username` (string) Username - `retrieveResponse.First_Name` (string) First_Name: First Name - `retrieveResponse.Last_Name` (string) Last_Name: Last Name - `retrieveResponse.Email` (string) Email - `retrieveResponse.Status` (string) Status - `retrieveResponse.FederationId` (string) FederationId - `retrieveResponse.RoleId` (integer) RoleId - `retrieveResponse.LanguageCode` (integer) LanguageCode - `retrieveResponse.ThemeId` (string) ThemeId: Theme - `retrieveResponse.TimeZoneId` (integer) TimeZoneId - `retrieveResponse.ConvertTimeZone` (integer) ConvertTimeZone - `retrieveResponse.ResetPasswordFlag` (integer) ResetPasswordFlag - `retrieveResponse.RoleName` (string) RoleName - `retrieveResponse.ForbidInternalAuth` (integer) ForbidInternalAuth: Forbid Internal Authentication - `retrieveResponse.City` (string) City - `retrieveResponse.Addr1` (string) Addr1: Address 1 - `retrieveResponse.Addr2` (string) Addr2: Address 2 - `retrieveResponse.BCC` (string) BCC - `retrieveResponse.CC` (string) CC - `retrieveResponse.CollectionsFlag` (string) CollectionsFlag - `retrieveResponse.Country` (string) Country - `retrieveResponse.Fax` (string) Fax - `retrieveResponse.HomePhone` (string) HomePhone - `retrieveResponse.MobilePhone` (string) MobilePhone - `retrieveResponse.Phone` (string) Phone - `retrieveResponse.RootAccountId` (string) RootAccountId - `retrieveResponse.ServicePointName` (string) ServicePointName - `retrieveResponse.State` (string) State - `retrieveResponse.Title` (string) Title - `retrieveResponse.Type` (string) Type - `retrieveResponse.User1` (string) User1 - `retrieveResponse.User2` (string) User2 - `retrieveResponse.UserGroupId` (string) UserGroupId - `retrieveResponse.Zip` (string) Zip - `retrieveResponse.InvoiceLabel` (string) InvoiceLabel - `retrieveResponse.UserTag` (string) UserTag - `retrieveResponse.AccountId` (integer) AccountId: Account - `retrieveResponse.RoleStatus` (string) RoleStatus - `retrieveResponse.ImmediateManager` (integer) ImmediateManager ## Response 400 fields (application/json): - `error` (string) Bad request - `message` (string) Bad request ## Response 401 fields (application/json): - `error` (string) Unauthorized - `message` (string) Unauthorized ## Response 404 fields (application/json): - `error` (string) Not found - `message` (string) Not found ## Response 429 fields (application/json): - `error` (string) Too many requests - `message` (string) Too many requests ## Response 500 fields (application/json): - `error` (string) Internal error - `message` (string) Internal error