We aim to initiate calls to external users using the Microsoft Graph Call API under the following scenarios:
Scenario 1: When we know their email address and are aware they are in Teams within a different organization.
Scenario 2: When we already have the UserId and TenantId.
What we can currently achieve:
Making phone calls (PSTN Calls).
Making VOIP calls within our tenant (organization) or to guests of our organization.
We have set up an app with all the necessary permissions.
Created a BOT. Link to BOT creation
Created an AppInstance as a resource account and assigned it to the app.
Assigned a phone number to the AppInstance. Link to phone number assignment
Currently, when attempting to call external users using the Microsoft Graph Call API, we encounter the following error:
We aim to initiate calls to external users using the Microsoft Graph Call API under the following scenarios:
Scenario 1: When we know their email address and are aware they are in Teams within a different organization.
Scenario 2: When we already have the UserId and TenantId.
What we can currently achieve:
Making phone calls (PSTN Calls). Making VOIP calls within our tenant (organization) or to guests of our organization.
We have set up an app with all the necessary permissions. Created a BOT. Link to BOT creation Created an AppInstance as a resource account and assigned it to the app. Assigned a phone number to the AppInstance. Link to phone number assignment
Currently, when attempting to call external users using the Microsoft Graph Call API, we encounter the following error:
For the following call under POST (/communications/calls), the body looks as follows:
Could you please assist us in resolving this issue?