provider Teams POST /api/v2/team/{super_team_id}/member_teams
@utdk/datadog /api/v2/team/{super_team_id}/member_teams
Add a member team
Add a member team. Adds the team given by the `id` in the body as a member team of the super team. **Note**: This API is deprecated. For creating team hierarchy links, use the team hierarchy links API: `POST /api/v2/team-hierarchy-links`.
super_team_id path required
None
string

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

addmemberteam
POST/api/v2/team/{super_team_id}/member_teams
Add a member team. Adds the team given by the `id` in the body as a member team of the super team. **Note**: This API is deprecated. For creating team hierarchy links, use the team hierarchy links API: `POST /api/v2/team-hierarchy-links`.

Parameters

required

None

Input

required

A member team

Enter a gateway URL above to enable sending.

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

TypeScript

import datadog from '@utdk/datadog';

await datadog.addmemberteam()