v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Teams

Get team sync configurations

Get all team synchronization configurations. Returns a list of configurations used for linking or provisioning teams with external sources like GitHub.

get/api/v2/team/sync

Query parameters

filter[source]'github' required

The external source platform for team synchronization. Only "github" is supported.

Example:github

Filter by the external source platform for team synchronization

Response

OK

Example response

{
  "data": [
    {
      "attributes": {
        "frequency": "once",
        "selection_state": [
          {
            "external_id": {
              "type": "team",
              "value": "1"
            },
            "operation": "include",
            "scope": "subtree"
          }
        ],
        "source": "github",
        "sync_membership": true,
        "type": "link"
      },
      "id": "aeadc05e-98a8-11ec-ac2c-da7ad0900001",
      "type": "team_sync_bulk"
    }
  ]
}