Skip to main content

User Properties

An object defining properties for the User class.

PhoneCc

Specifies the country calling code for the user's phone number.

Type: DataField<string>


ChangedPassDate

Specifies the date when the user last changed their password.

Type: DataField<DateTimeOffset>


ShiftId

Specifies the ID of the user's shift.

Type: DataField<long>


Id

The unique identifier for the user.

Type: DataField<string>


MobilePhone

Specifies the mobile phone number of the user.

Type: DataField<string>


EmployementEnd

Specifies the end date of the user's employment.

Type: DataField<DateTimeOffset>


Category

Specifies the category of the user.

Type: DataField<int>


EMail

Specifies the email address of the user.

Type: DataField<string>


Address

Specifies the physical address of the user.

Type: DataField<string>


MobilePhoneCc

Specifies the country calling code for the user's mobile phone number.

Type: DataField<string>


PersonalMobilePhone

Specifies the personal mobile phone number of the user.

Type: DataField<string>


Username

Specifies the username of the user.

Type: DataField<string>


MfaEnabled

Specifies the whether Multi-Factor Authentication (MFA) is enabled for the user.

Type: DataField<bool>


IdentificationNumber

Specifies the identification number of the user.

Type: DataField<string>


PersonalEMail

Specifies the personal email address of the user.

Type: DataField<string>


Password

Specifies the password of the user.

Type: DataField<string>


Firstname

Specifies the first name of the user.

Type: DataField<string>


Lastname

Specifies the last name of the user.

Type: DataField<string>


Sex

Specifies the gender of the user.

Type: DataField<Gender>
Accepted Values:

NameValue
Female0
Male1
Other2
Unknown3

PersonalMobilePhoneCc

Specifies the country calling code for the user's personal mobile phone number.

Type: DataField<string>


Type

Specifies the type of the user (e.g., normal(0), special(1) -like admin or service users- ).

Type: DataField<int>


PlaceOfBirth

Specifies the place of birth of the user.

Type: DataField<string>


RegistrationNumber

Specifies the registration number of the user.

Type: DataField<string>


Status

Specifies the status of the user (e.g., active, inactive).

Type: DataField<int>


DefaultCulture

Specifies the default culture or locale for the user.

Type: DataField<string>


PersonalPhoneCc

Specifies the country calling code for the user's personal phone number.

Type: DataField<string>


AuthenticatorEnabled

Specifies the whether the user has an authenticator app enabled.

Type: DataField<bool>


Profession

Specifies the profession id of the user.

Type: DataField<long>


EducationalStatus

Specifies the educational status of the user.

Type: DataField<string>


Department

Specifies the id of department the user belongs to.

Type: DataField<long>


WayOfWork

Specifies the way of work for the user (e.g., remote, in-office).

Type: DataField<string>


ImportStatus

Specifies the import status of the user.

Type: DataField<int>


BirthDate

Specifies the date of birth of the user.

Type: DataField<DateTimeOffset>


PersonalPhone

Specifies the personal phone number of the user.

Type: DataField<string>


MaritalStatus

Specifies the marital status of the user.

Type: DataField<string>


EmployementStart

Specifies the start date of the user's employment.

Type: DataField<DateTimeOffset>


Phone

Specifies the primary phone number of the user.

Type: DataField<string>