put https://api.clickup.com/api/v2/team//user/
Update a user's name and role.
*Note: This endpoint is only available to Workspaces on our Enterprise Plan.*
Log in to see full request history
Response
Update a user's name and role.
*Note: This endpoint is only available to Workspaces on our Enterprise Plan.*
xxxxxxxxxx
curl --request PUT \
--url https://api.clickup.com/api/v2/team//user/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"admin":true}'
Try It!
to start a request and see the response here! Or choose an example: