---
title: "Check auth"
method: GET
path: "/v1/providers/ms-teams/{channel_id}/auth_check"
tags: ["Providers", "Microsoft Teams"]
---

# Check auth

`GET /v1/providers/ms-teams/{channel_id}/auth_check`

Check if a connection to Microsoft Teams has been authorized for a given Microsoft Teams tenant object.

## Path parameters

- `channel_id` string, required

## Query parameters

- `ms_teams_tenant_object` string, required

## Response `200`

OK

- MsTeamsAuthCheckResponse — The response from a Microsoft Teams auth check request.
  - `connection` object, required — A Microsoft Teams connection object.
    - `ok` boolean, required — Whether the Microsoft Teams connection is valid.
    - `reason` string, nullable — The reason for the Microsoft Teams connection if it is not valid.

---

[API](https://skmtc.net/knocklabs/apis/knock-api.md) · [All operations](https://skmtc.net/knocklabs/apis/knock-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knocklabs/knock-api/versions/4b8499dddbc5/schema)
