put/auth/api/v1/password

Update local user password.

current_passwordstring

Current password

new_passwordstring

New password.

Responses

Request examples

{
  "current_password": "string",
  "new_password": "string"
}

Response examples

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.

passwordstring

New password

tokenstring

Authentication state token.

Responses

Request examples

{
  "password": "string",
  "token": "string"
}

Response examples

Successful response.

Empty response

Was this page helpful?