List tasks assigned to a specific user within the active organisation
GET/api/users/:id/tasks
List tasks assigned to a specific user within the active organisation. Guest members only see tasks on projects they collaborate on. Returns 404 if the target user is not visible to the requester.
Request
Responses
- 200
- 401
- 403
Successful response
Unauthorized — missing or invalid session
Forbidden — requires projects.read permission