ChangeAccountRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| newPassword | String | Account's new password | [optional] [default to null] |
| newRole | String | Account's role | [optional] [default to null] |
| newUsername | String | Account's new username | [optional] [default to null] |
| password | String | Account's password, must be provided for ADMIN role | [optional] [default to null] |
| username | String | Account's username | [optional] [default to null] |