UserInfo
Description
The structure represents an instance of the User entity.
Constructor
| Constructor | Description |
|---|---|
| UserInfo | Initializes a new instance of the UserInfo object model. |
Properties
| Property | Description |
|---|---|
| UserId | Gets the Id of the User. |
| Pwd | Gets the password of the User. |
| UserRoles | Gets the Role details of a user from the list of roles. |
| FirstName | Gets or sets the first name of a user. |
| LastName | Gets or sets the last name of a user. |
| EmailAddress | Gets or sets the email address of a user. |
| UserName | Gets or sets username. |
| FullName | Gets or sets the full name of a user. |
| TenantId | Gets or sets the tenant ID of a user. |
| ManagerId | Specify the User ID of the individual who should serve as the manager. |
| Department | Specify the department. |
| IsEnabled | Specify the value that indicates whether the User is enabled. |
Remarks
Use the UserInfo object model to get or update the User's information.