clickup_edit_user_on_workspace
Update a workspace member's username, admin privileges, or custom role. Note: only available on Enterprise plans.
Instructions
Update a Workspace member's username, admin flag, or custom role.
Only the fields you pass are sent. Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Renaming a member, promoting/demoting admin access, or reassigning a custom role.
When NOT to Use:
Editing a guest's permission flags — use
clickup_edit_guest_on_workspaceinstead.
Returns:
A confirmation string listing the fields that were updated, or an
Error ... string on failure.
Examples: params = {"team_id": "123", "user_id": "456", "admin": True}
Error Handling: 403 means the Workspace is not on the Enterprise plan (or you lack admin rights). 404 means the user id does not exist on this Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |