Skip to main content

User

The UserObjectStartupInfoResponse class provides constructors for initializing this object, including options for setting permissions, user details, and additional settings. Each constructor allows tailored initialization, making it adaptable to various user contexts within the system.

Properties

NameDescription
PhoneCcSpecifies the country calling code for the user's phone number.
ChangedPassDateSpecifies the date when the user last changed their password.
ShiftIdSpecifies the ID of the user's shift.
IdThe unique identifier for the user.
MobilePhoneSpecifies the mobile phone number of the user.
EmployementEndSpecifies the end date of the user's employment.
CategorySpecifies the category of the user.
EMailSpecifies the email address of the user.
AddressSpecifies the physical address of the user.
MobilePhoneCcSpecifies the country calling code for the user's mobile phone number.
PersonalMobilePhoneSpecifies the personal mobile phone number of the user.
UsernameSpecifies the username of the user.
MfaEnabledSpecifies the whether Multi-Factor Authentication (MFA) is enabled for the user.
IdentificationNumberSpecifies the identification number of the user.
PersonalEMailSpecifies the personal email address of the user.
PasswordSpecifies the password of the user.
FirstnameSpecifies the first name of the user.
LastnameSpecifies the last name of the user.
SexSpecifies the gender of the user.
PersonalMobilePhoneCcSpecifies the country calling code for the user's personal mobile phone number.
TypeSpecifies the type of the user (e.g., normal(0), special(1) -like admin or service users- ).
PlaceOfBirthSpecifies the place of birth of the user.
RegistrationNumberSpecifies the registration number of the user.
StatusSpecifies the status of the user (e.g., active, inactive).
DefaultCultureSpecifies the default culture or locale for the user.
PersonalPhoneCcSpecifies the country calling code for the user's personal phone number.
AuthenticatorEnabledSpecifies the whether the user has an authenticator app enabled.
ProfessionSpecifies the profession id of the user.
EducationalStatusSpecifies the educational status of the user.
DepartmentSpecifies the id of department the user belongs to.
WayOfWorkSpecifies the way of work for the user (e.g., remote, in-office).
ImportStatusSpecifies the import status of the user.
BirthDateSpecifies the date of birth of the user.
PersonalPhoneSpecifies the personal phone number of the user.
MaritalStatusSpecifies the marital status of the user.
EmployementStartSpecifies the start date of the user's employment.
PhoneSpecifies the primary phone number of the user.

Methods

NameDescription
GetPrimaryKey()Returns a new instance of the User class with the same primary key value.