Update a user
PUT/api/v4/users/:user_id
Update a user by providing the user object. The fields that can be updated are defined in the request body, all other provided fields will be ignored. Any fields not included in the request body will be set to null or reverted to default values.
Permissions
Must be logged in as the user being updated or have the edit_other_users permission.
Request
Responses
- 200
- 400
- 401
- 403
User update successful
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions