/auth/api/v1/password
Update local user password.
current_password
string
Current password
new_password
string
New password.
{
"current_password": "string",
"new_password": "string"
}
Successful response.
Empty response
/auth/api/v1/forced-password-change
Called during authentication to update a Local, AD and LDAP users password when a password change is required.
password
string
New password
token
string
Authentication state token.
{
"password": "string",
"token": "string"
}
Successful response.
Empty response
Was this page helpful?