provider Teams GET /api/v2/team/sync
@utdk/datadog /api/v2/team/sync
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.
filter[source] query required
Filter by the external source platform for team synchronization
enum: github

Try it

Authentication
Configure credentials for Datadog API V2 Collection
getteamsync
GET/api/v2/team/sync
Get all team synchronization configurations. Returns a list of configurations used for linking or provisioning teams with external sources like GitHub.

required

Filter by the external source platform for team synchronization

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getteamsync()