clickup_user_get
Retrieve a workspace member's profile including username, email, color, profile picture, and role.
Instructions
Fetch the profile of a specific member of a ClickUp workspace — username, email, color, profile picture, role. Returns the user object. Use clickup_member_list for task/list members; use clickup_whoami for the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. | |
| user_id | Yes | Numeric user ID. Obtain from clickup_member_list or clickup_workspace_list (field: members[].user.id). |