Providers
Microsoft Teams
Check auth
Check if a connection to Microsoft Teams has been authorized for a given Microsoft Teams tenant object.
get/v1/providers/ms-teams/{channel_id}/auth_check
Path parameters
channel_idstring required
The ID of the Knock Microsoft Teams channel to check.
Query parameters
ms_teams_tenant_objectstring required
A JSON encoded string containing the Microsoft Teams tenant object reference.
Response
OK
Example response
{
"connection": {
"ok": true
}
}