v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Teams > Membership

Reads all Memberships

Get all memberships.

get/api/2026-07-01/resources/teams/memberships

Query parameters

ids[]string[]

Membership ids.

Membership ids.

[
  "1",
  "2",
  "3"
]
leadboolean

Whether the employee is a lead of the team or not

Example:true

Whether the employee is a lead of the team or not

team_ids[]string[]

Team ids.

Team ids.

[
  "3",
  "5",
  "7"
]
employee_ids[]string[]

Employee ids.

Employee ids.

[
  "10",
  "12",
  "13"
]

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "company_id": "5",
      "employee_id": "12",
      "team_id": "4",
      "lead": true
    }
  ]
}