New to Telerik Report Server? Start a free 30-day trial
CreateUserV3Data
Provides information for creating a user through the v3 user endpoint.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Type |
Specifies the user type. | UserType |
Required |
| Username |
Specifies the username. | string |
Required |
| Password |
Specifies the password for local users. | string |
None. |
|
Specifies the email address. | string |
Required | |
| FirstName |
Specifies the first name. | string |
None. |
| LastName |
Specifies the last name. | string |
None. |
| Enabled |
Specifies whether the user is enabled. | boolean |
None. |
| RoleIds |
Provides the IDs of the roles assigned to the user. | Collection of string |
None. |