provider Teams GET /api/v2/team/{super_team_id}/member_teams
@utdk/datadog /api/v2/team/{super_team_id}/member_teams
Get all member teams
Get all member teams. **Note**: This API is deprecated. For team hierarchy relationships (parent-child teams), use the team hierarchy links API: `GET /api/v2/team-hierarchy-links`.
super_team_id path required
None
string
page[size] query
Size for a given page. The maximum allowed value is 100.
integer
page[number] query
Specific page number to return.
integer
fields[team] query
List of fields that need to be fetched.
array

Try it

Authentication
Configure credentials for Datadog API V2 Collection
listmemberteams
GET/api/v2/team/{super_team_id}/member_teams
Get all member teams. **Note**: This API is deprecated. For team hierarchy relationships (parent-child teams), use the team hierarchy links API: `GET /api/v2/team-hierarchy-links`.

Parameters

required

None

Size for a given page. The maximum allowed value is 100.

Specific page number to return.

List of fields that need to be fetched.

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.listmemberteams({
  "page[size]": 10,
  "page[number]": 0
})