list_board_collaborators
Lists collaborators with access to a board, providing user IDs for task assignment. Follow up with get_user for details.
Instructions
List the users with access to board_id.
The Kanban Tool API v3 has no bulk list-users endpoint, so this is the
canonical way to discover user IDs for assigned_user_id on tasks.
Costs one HTTP call (the same as get_board — collaborators come
inline on the detail payload). For richer per-user fields, follow up
with get_user(id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |