UpdateLocalUserData
Provides information for updating a local user.
Name | Description | Type | Additional information |
---|---|---|---|
Id |
Specifies ID of the local user. |
string |
Required |
RoleIds |
Specifies the user role IDs which the user is assigned to. If left null user roles will remain unchanged. Otherwise the collection will be used as the new set of user role IDs. |
Collection of string |
None. |
Specifies the email of the local user. |
string |
Required |
|
FirstName |
Specifies the first name of the local user. |
string |
Required |
LastName |
Specifies the last name of the local user. |
string |
Required |
Enabled |
Specifies whether the local user is enabled or not. |
boolean |
None. |