NewUserInfo
Description
The structure represents an instance of the New User entity.
Constructor
Constructor | Description |
---|---|
NewUserInfo | Initializes a new instance of the NewUserInfo object model. |
Properties
Property | Description |
---|---|
FirstName | Specify the first name of the User. |
LastName | Specify the last name of a user. |
EmailAddress | Specify the email address of a user. |
UserName | Specify the username. |
Pwd | Specify the password of a user. |
Roles | Specify the role details of a user from the list of roles. |
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 NewUserInfo object model to create a new User.