Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

ID*

string
example: hk-415

The identifer by which the user is referenced for hotelkit

clientID*

ClientIDstring
example: 123_01425_definition

The identifer of the user from the partner. Will be used to reassure the correct connection of the user between hotelkit and the partner.

givenName*

string
example: Hans Peter

The given name of a user

surName*

string
example: Müller

The surname of a given user

loginName

string
example: u12345

A identifer that the user needs to login. It should only be set if the partner enables SSO to make sure the user has the same authentication as on the identity provider

titlePrefix

string
example: Dr.

a title that is prefixed to the name of a User

titleSuffix

string
example: MD

a title that is suffixed to the name of a User

birthDate

string($date)

birthday of the user as 'dd.mm.YYYY'

email

string($email)

professional e-mail address of this user.

gender

string

The gender of a user. Will be used for configure shown text accordingly.

Enum:
Array [ female, male, unknown]

customerList

example: List [ "demo1", "demo2" ]

list of customer-keys in which the user should be active. If attribute is not given the user will only be available in the current customer.

string

position

string
example: Receptionist

position within a department

department

string
example: Front Office

the department of a user. Can be used for granting access within hotelkit.

roles

example: List [ "HOD", "Food & Beverage" ]

specific roles of the user. could be used for access-management. The list of used roles should be negotiated with hotelkit.

string

telephone

string
example: +49 172 345 6789

professional telephone availability

startDate

string($date)

start of employment as 'dd.mm.yyyy'

personnelNumber

string
example: 12300251

A roster identification number. Will be used for presentation only.

...