| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstName |
FirstName of User |
string |
Required Max length: 50 |
| MiddleName |
Middle Name of User |
string |
Max length: 30 |
| LastName |
LastName of User |
string |
Required Max length: 50 |
| Type |
Type of the user |
UserType |
None. |
| LoginName |
LoginName of User |
string |
Required Max length: 150 |
| Password |
Password of User |
string |
Required Max length: 30 Min length: 6 |
|
Email of User |
string |
Required Max length: 150 |
|
| Roles |
Roles to be assigned to the User |
Collection of string |
None. |
| SecurityAnswers |
List of security question answers |
Collection of SecurityDataInput |
None. |