SetApplicationUserPassword
Command, Introduced in version 23.3
POST https://localhost:8001/sv/001.1/api/v1/Common/ApplicationUsers/SetApplicationUserPassword
Changes the current user's password.
Returns SetApplicationUserPasswordResult
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| NewPassword | String | The password you are going to change to.
|
Example
{
"NewPassword": null
}