get_user
Retrieve a user by ID to confirm role flags and active state before assigning to a task.
Instructions
Fetch one user by id. Useful after list_board_collaborators finds
a candidate by name — call this to confirm role flags and active state
before assigning. Raises KanbanToolHTTPError(404) for unknown ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| initials | No | ||
| is_account_admin | No | ||
| is_account_owner | No | ||
| is_project_manager | No | ||
| is_suspended | No | ||
| last_activity_on | No | ||
| last_login_at | No | ||
| created_at | No | ||
| timezone | No | ||
| locale | No |