clickup_get_user
Retrieve a ClickUp workspace member's profile, role, and admin status. Requires Enterprise plan.
Instructions
Look up a single Workspace member's profile, role, and admin status.
Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Checking a member's current role/admin flag before editing or removing them.
When NOT to Use:
Listing every member of a List/Task — use
clickup_get_list_members/clickup_get_task_membersinstead. Looking up a guest — useclickup_get_guest.
Returns:
Markdown summary (id, username, email, role, custom role) or the raw JSON
payload when response_format="json".
Examples: params = {"team_id": "123", "user_id": "456"}
Error Handling: 403 means the Workspace is not on the Enterprise plan. 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 |