list_project_users
List all user IDs and usernames in a Kanboard project to assign tasks or add comments. Provide project ID or identifier, or use .kanboard.yaml.
Instructions
List the members of a Kanboard project (user_id + username pairs). Provide project_id or project_identifier, or configure .kanboard.yaml in your project root. Works for any user who can see the project — does not require admin permissions. Use the returned user_ids to assign tasks (create_task owner_id), add comments, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No | Numeric project id. Falls back to .kanboard.yaml when omitted. | |
| project_identifier | No | Short project identifier. Falls back to .kanboard.yaml when omitted. |