---
title: "Get tenant-based handle information"
method: GET
path: "/api/v2/integration/ms-teams/configuration/tenant-based-handles/{handle_id}"
tags: ["Microsoft Teams Integration"]
---

# Get tenant-based handle information

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

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

## Path parameters

- `handle_id` string, required

## Response `200`

OK

- MicrosoftTeamsTenantBasedHandleResponse — Response of a tenant-based handle.
  - `data` MicrosoftTeamsTenantBasedHandleResponseData, required — Tenant-based handle data from a response.
    - `attributes` MicrosoftTeamsTenantBasedHandleAttributes — Tenant-based handle attributes.
      - `channel_id` string — Channel id.
      - `name` string — Tenant-based handle name.
      - `team_id` string — Team id.
      - `tenant_id` string — Tenant id.
    - `id` string — The ID of the tenant-based handle.
    - `type` 'tenant-based-handle' — Specifies the tenant-based handle resource type.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `412` — Failed Precondition
- `429` — Too many requests

---

[API](https://skmtc.dev/datadog/apis/api-v2.md) · [All operations](https://skmtc.dev/datadog/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datadog/api-v2/revisions/da68bf029e4c/schema)
