---
title: "Get team memberships"
method: GET
path: "/api/v2/team_memberships"
tags: ["Team Memberships"]
---

# Get team memberships

`GET /api/v2/team_memberships`

List all team memberships.

## Query parameters

- `filter` union — Filter schema for `team_membership` list endpoints — pass a single condition or a logical group.
  - FilterTeamMembership — Filter parameters for listing team memberships. Supports filtering by team and person. Standard ID operators apply.
    - `active` union — Filter to include only memberships with an active person (not deactivated).
      - object — Filter using explicit operator syntax.
        - `contains` Active — unresolved $ref
        - `not_contain` Active — unresolved $ref
        - `not_eq` Active — unresolved $ref
        - `eq` Active — unresolved $ref
      - Active — unresolved $ref
    - `person_id` union — Filter by the associated person.
      - object — Filter using explicit operator syntax.
        - `not_eq` PersonId — unresolved $ref
        - `not_contain` PersonId — unresolved $ref
        - `contains` PersonId — unresolved $ref
        - `eq` PersonId — unresolved $ref
      - PersonId — unresolved $ref
    - `id` union — Filter by ID.
      - object — Filter using explicit operator syntax.
        - `contains` Id — unresolved $ref
        - `not_contain` Id — unresolved $ref
        - `eq` Id — unresolved $ref
        - `not_eq` Id — unresolved $ref
      - Id — unresolved $ref
    - `team_id` union — Filter by the associated team.
      - TeamId — unresolved $ref
      - object — Filter using explicit operator syntax.
        - `not_contain` TeamId — unresolved $ref
        - `contains` TeamId — unresolved $ref
        - `eq` TeamId — unresolved $ref
        - `not_eq` TeamId — unresolved $ref
  - object — A logical filter group — combine multiple conditions with the `$op` operator.
    - `$op` 'or' | 'and', required — Logical operator combining conditions in this group. `or` matches records satisfying any condition; `and` requires all conditions to match.
- `sort` string[]

## Headers

- `X-Organization-Id` string, required

## Response `200`

Collection team membership

---

[API](https://skmtc.net/productive/apis/api-documentation.md) · [All operations](https://skmtc.net/productive/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/productive/api-documentation/revisions/11e8576224b8/schema)
