Skip to main content

Update a user's password

PUT 

/api/v4/users/:user_id/password

Update a user's password. New password must meet password policy set by server configuration. Current password is required if you're updating your own password.

Permissions

Must be logged in as the user the password is being changed for or have manage_system permission.

Request

Responses

User password update successful