v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Microsoft Teams Integration

Get tenant-based handle information

Get the tenant, team, and channel information of a tenant-based handle from the Datadog Microsoft Teams integration.

get/api/v2/integration/ms-teams/configuration/tenant-based-handles/{handle_id}

Path parameters

handle_idstring required

Your tenant-based handle id.

Response

OK

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"
  }
}