v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBMicrosoft Teams Integration
Get channel information by name
Get the tenant, team, and channel ID of a channel in the Datadog Microsoft Teams integration.
get/api/v2/integration/ms-teams/configuration/channel/{tenant_name}/{team_name}/{channel_name}
Path parameters
tenant_namestring required
Your tenant name.
team_namestring required
Your team name.
channel_namestring required
Your channel name.
Response
OK
Example response
{
"data": {
"attributes": {
"is_primary": true,
"team_id": "00000000-0000-0000-0000-000000000000",
"tenant_id": "00000000-0000-0000-0000-000000000001"
},
"id": "19:b41k24b14bn1nwffkernfkwrnfneubgkr@thread.tacv2",
"type": "ms-teams-channel-info"
}
}