/
User

User

Structure

FieldTypeRequiredDescription
idinttrueUnique identifier for the User.
chainChaintrueChain related to this user.
userNameStringtrueName in the app for this user
emailStringtrueEmail of the user
languageLanguagefalseLanguage of the user
accountLockDateDatefalseDate that the account was locked
remarkStringfalseremark of the user
statusCodeStatusCodetrueThe status of this user account
userRoleSetCollection of UserRolefalseCollection of entities that link one User with one Role.
userPropertySetCollection of UserPropertyfalseCollection of entities that link one User with one Property.
gridColumnUserSetCollection of GridColumnUserfalseCollection of entities that link one User with one GridColumn.
dashboardSetCollection of DashboardfalseCollection of Dashboard entities, that change the display of the homepage in the PMS.
userPreferenceSetCollection of UserPreferencefalseCollection of entities that link one User with a UserPreferenceType with a certain name.
dateFormatTypeDateFormatTypefalseShows the format for the date available for this user.
timeFormatTypeTimeFormatTypefalseShows the format for the time available for this user.
dayOfWeekDayOfWeekfalseShows 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"
	}
}

Related content