Update a user by ID. A user can be updated only by themselves or an account owner. You can use this request to update a user password. In this case, you need to pass the old password and new password to the update user request.
Update user password
1. Use a `user` parameter to set a new password
2. Set an old password
old_password
parameter to set an old password.3. Set a new password
password
parameter to set a new password.4. As a result, the API returns a user with an updated password.
Update user
1. Use a `user` parameter to update a user
2. Set new values for the fields
3. As a result, the API returns a user with the specified updated fields.
Update user with API key
1. Use 'Authorization' header to pass API key
2. Use a `user` parameter to update a user
3. Set new values for the fields
4. As a result, the API returns a user with the specified updated fields.
Update user password with API key
1. Use 'Authorization' header to pass API key
2. Use a `user` parameter to set a new password
3. Set a new password
password
parameter to set a new password for the specified user4. As a result, the API returns a user with an updated password.
ApiKey {your_api_key}
. Must be used either QB-Token or Authorization.200
403
422