Skip to main content

UserInfo Properties

An object defining properties for the UserInfo class.

Profession

The profession ID associated with the user.

Type: long


Location

The location of the user.

Type: string


Status

Indicates whether the user is active.

Type: bool


Id

The unique identifier of the user.

Type: long


Positions

A list of positions associated with the user.

Type: List<UserPosition>


Department

The department ID to which the user belongs.

Type: long


EmploymentStart

The start date of the user’s employment.

Type: string


Type

The type of user within the system.

Type: int


UserName

The username associated with the user.

Type: string


Category

The category of the user within the system.

Type: int


Email

The email address of 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

Culture

The culture setting of the user.

Type: string


BirthDate

The birth date of the user.

Type: string


FirstName

The first name of the user.

Type: string


ImportStatus

The import status of the user data.

Type: int


LastName

The last name of the user.

Type: string


Language

The preferred language of the user.

Type: string


EmploymentEnd

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

Type: string