put /auth/api/v1/password

Update local user password.

current_password

string

Current password

new_password

string

New password.

Response

ExamplesSchema

Successful response.

Empty response

put /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.

Response

ExamplesSchema

Successful response.

Empty response

Was this page helpful?