Skip to content

List Project Memberships

Auth required
GET/v1/project_memberships/

All project–member assignments in the organization (active and inactive). is_active is present on each junction row. Designed for polling integrations — use updated_since to fetch only assignments that changed instead of fanning out to /v1/members/{user_id}/projects/ or /v1/projects/{project_id}/members/. Offset pagination — default limit 50, max 100.

Parameters

Page number (1-based)

Items per page (max 100)

Filter to a specific user (zero UUID treated as absent)

Filter to a specific project (zero UUID treated as absent)

Return only records whose updated_at is on or after this ISO 8601 UTC datetime. When provided, results are sorted by (updated_at, id) ascending instead of the endpoint's default sort. Omitting this parameter leaves all existing behavior (including default sort order) unchanged.