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
- 200
- 400
- 401
- 403
User password update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions