List organisation members with active/overdue task counts
GET/api/people
List organisation members with active/overdue task counts. Guest members and scoped readers only see people reachable through shared projects. Custom project statuses are respected when counting completed tasks. Pass scope=active-projects to widen scoped visibility to include issue assignees and exclude archived projects. Pass include=issueMetrics to add optional activeIssues/overdueIssues counts per member (also makes task metrics archived-exclusive).
Request
Responses
- 200
- 401
- 403
Successful response
Unauthorized — missing or invalid session
Forbidden — plain requests require projects.read. When scope=active-projects is provided, the route also accepts projects.read.own.