find_member
Look up a ClickUp workspace member by name, username, or email and retrieve their user ID for task assignment.
Instructions
Resolve a Workspace member by name, username or email and return their user object (with id). Useful before assigning tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| query | Yes | Name, username, email, or user id to look up. |