clickup_user_get
Retrieve detailed profile information for a specific ClickUp workspace member, including username, email, role, and profile picture. Use to access user data for team management and collaboration.
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). |