Update user

Updates an existing user

This call can be used to make changes to an existing user, such as updating the user’s email address or changing their default role whenever they are added to a new project. The user’s id is a required path parameter. In the request body, you can use the email parameter to enter a new email address for that user, or use defaultRoleTemplateId to change their default role template. Both parameters are used in this example:

{
"email":"[email protected]",
"defaultRoleTemplateId": "111111111111111111111111"
}   

A 204 code is returned when a user is successfully updated.

Language
Authorization
URL
Click Try It! to start a request and see the response here!