Skip to main content

UserInfo Properties

An object defining properties for the UserInfo class.

Language

The preferred language of the user.

Type: string


Id

The unique identifier of the user.

Type: long


Category

The category of the user within the system.

Type: int


Positions

A list of positions associated with the user.

Type: List<UserPosition>


LastName

The last name of the user.

Type: string


UserName

The username associated with the user.

Type: string


Password

The password associated with the user.

Type: string


Sex

The gender of the user.

Type: Gender
Accepted Values:

NameValue
Female0
Male1
Other2
Unknown3

Type

The type of user within the system.

Type: int


Location

The location of the user.

Type: string


EmploymentStart

The start date of the user’s employment.

Type: string


Status

Indicates whether the user is active.

Type: bool


Email

The email address of the user.

Type: string


EmploymentEnd

The end date of the user’s employment, if applicable.

Type: string


FirstName

The first name of the user.

Type: string


Profession

The profession ID associated with the user.

Type: long


Department

The department ID to which the user belongs.

Type: long


ImportStatus

The import status of the user data.

Type: int


BirthDate

The birth date of the user.

Type: string


Culture

The culture setting of the user.

Type: string