UserInfo
Represents information about a user within the workflow system, including personal details, employment data, and position associations.
Properties
| Name | Description |
|---|---|
| Profession | The profession ID associated with the user. |
| Location | The location of the user. |
| Status | Indicates whether the user is active. |
| Id | The unique identifier of the user. |
| Positions | A list of positions associated with the user. |
| Department | The department ID to which the user belongs. |
| EmploymentStart | The start date of the user’s employment. |
| Type | The type of user within the system. |
| UserName | The username associated with the user. |
| Category | The category of the user within the system. |
| The email address of the user. | |
| Password | The password associated with the user. |
| Sex | The gender of the user. |
| Culture | The culture setting of the user. |
| BirthDate | The birth date of the user. |
| FirstName | The first name of the user. |
| ImportStatus | The import status of the user data. |
| LastName | The last name of the user. |
| Language | The preferred language of the user. |
| EmploymentEnd | The end date of the user’s employment, if applicable. |