Set the password for a local identity

You can define the password that will be used by this local identity to log in to the web UI or use APIs. You must have the right management permissions to perform this action, and the password must meet the local identity provider's password policy requirements, if any has been defined.

Body required
application/json
password
string required

The new password in clear text

identifier
string | null

The local identity identifier. If null, the password for the currently logged in user will be changed

previousPassword
string

When changing your own password, this value is required and must contain the current password in clear text

Responses
  • 204 Local identity's successfully set
  • 400 Unable to set local identity password
  • 401 Authentication error
  • 403 Forbidden action
  • 404 Local identity not found
  • 500 Unexpected internal server error