v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBMicrosoft Teams Integration
Create tenant-based handle
Create a tenant-based handle in the Datadog Microsoft Teams integration.
post/api/v2/integration/ms-teams/configuration/tenant-based-handles
Request body
Example request
{
"data": {
"attributes": {
"channel_id": "fake-channel-id",
"name": "fake-handle-name",
"team_id": "00000000-0000-0000-0000-000000000000",
"tenant_id": "00000000-0000-0000-0000-000000000001"
},
"type": "tenant-based-handle"
}
}Response
CREATED
Example response
{
"data": {
"attributes": {
"channel_id": "fake-channel-id",
"name": "fake-handle-name",
"team_id": "00000000-0000-0000-0000-000000000000",
"tenant_id": "00000000-0000-0000-0000-000000000001"
},
"id": "596da4af-0563-4097-90ff-07230c3f9db3",
"type": "tenant-based-handle"
}
}