Skip to main content

NewUserInfo

Description

The structure represents an instance of the New User entity.

Constructor

ConstructorDescription
NewUserInfoInitializes a new instance of the NewUserInfo object model.

Properties

PropertyDescription
FirstNameSpecify the first name of the User.
LastNameSpecify the last name of a user.
EmailAddressSpecify the email address of a user.
UserNameSpecify the username.
PwdSpecify the password of a user.
RolesSpecify the role details of a user from the list of roles.
ManagerIdSpecify the User ID of the individual who should serve as the manager.
DepartmentSpecify the department.
IsEnabledSpecify the value that indicates whether the User is enabled.

Remarks

Use the NewUserInfo object model to create a new User.