Last updated
© 2025 make.com
Last updated
Updates the specified user role in the organization. Only organization owners and admins can change the user organization roles. Refer to the Make Help center for a breakdown of the user .
Specify the ID of the new role for the user in the request body. Get all available user role IDs and the corresponding user role names with the API call GET /users/roles
.
You cannot change the organization "Owner" with this endpoint. Use the API call to instead.
If you send an empty request body, the user with the specified userId
will be removed from the organization.
The ID of the user.
5
The ID of the organization.
22
The ID of the user role. Check the GET /users/roles API call for the available usersRoleId values.
Successful response