put /auth/api/v1/password

Update local user password.

current_password

string

Current password

new_password

string

New password.

Request

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

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.

Request

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

Response

ExamplesSchema

Successful response.

Empty response

Was this page helpful?