/
User
User
Structure
Field | Type | Required | Description |
---|---|---|---|
id | int | true | Unique identifier for the User. |
chain | Chain | true | Chain related to this user. |
userName | String | true | Name in the app for this user |
String | true | Email of the user | |
language | Language | false | Language of the user |
accountLockDate | Date | false | Date that the account was locked |
remark | String | false | remark of the user |
statusCode | StatusCode | true | The status of this user account |
userRoleSet | Collection of UserRole | false | Collection of entities that link one User with one Role. |
userPropertySet | Collection of UserProperty | false | Collection of entities that link one User with one Property. |
gridColumnUserSet | Collection of GridColumnUser | false | Collection of entities that link one User with one GridColumn. |
dashboardSet | Collection of Dashboard | false | Collection of Dashboard entities, that change the display of the homepage in the PMS. |
userPreferenceSet | Collection of UserPreference | false | Collection of entities that link one User with a UserPreferenceType with a certain name. |
dateFormatType | DateFormatType | false | Shows the format for the date available for this user. |
timeFormatType | TimeFormatType | false | Shows the format for the time available for this user. |
dayOfWeek | DayOfWeek | false | Shows which day of week is considered the first one for this user. |
JSON representation
{ "id": 12, "createdDate": "2018-07-16T09:08:03.310Z", "modifiedDate": "2018-07-16T09:08:03.557Z", "createdUser": 0, "modifiedUser": 0, "chain": { "id": 1, "createdDate": "2018-07-16T09:07:57.963Z", "modifiedDate": "2018-07-16T09:07:57.897Z", "createdUser": 0, "modifiedUser": 0, "code": "C1", "name": "Nevula Hotels 1" }, "userName": "Tesipro", "passwordLastChangeDate": 1531724883560, "email": "tesipro@tesipro.com", "language": { "id": 2, "codeISO6391": "EN", "name": "English", "nativeName": "English" }, "statusCode": { "id": 1, "code": "1", "name": "Open", "colorCode": "#43a047", "nameI18n": "Open" }, "userRoleSet": [...], "userPropertySet": [...], "gridColumnUserSet": null, "dashboardSet": null, "userPreferenceSet": null, "dateFormatType": { "id": 1, "code": "dd/MM/aaaa", "name": "dd/MM/aaaa", "pattern": "DD/MM/YYYY", "nameI18n": "dd/MM/aaaa" }, "timeFormatType": { "id": 1, "code": "HH:mm:ss 24h", "name": "HH:mm:ss", "pattern": "HH:mm:ss", "nameI18n": "HH:mm:ss" }, "dayOfWeek": { "id": 1, "code": "Sun", "name": "Sunday", "nameI18n": "Sunday" } }
, multiple selections available,
Related content
UserProperty
UserProperty
More like this
Customer
Customer
More like this
Company
Company
More like this
HousekeepingTaskDaily
HousekeepingTaskDaily
More like this
HousekeepingTaskDailyFacilityTask
HousekeepingTaskDailyFacilityTask
More like this
PropertyFacilityTask
PropertyFacilityTask
More like this