get_assignees
Retrieve assignees for a specific task in ClickUp using the task ID for task management and workflow coordination.
Instructions
Get assignees of a task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | Task ID |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"description": "Task ID",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}