Summary
Change the password for an account.
Description
Change the password for an account in the Local AAA instance.
Route
PUT /user-management/accounts/:accountId/password
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| accountId | string | yes | The unique identifier for an account. |
| newPassword | string | yes | The new password for an account. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | The result of the account password update process. |