microsoftgraph / microsoftgraph/microsoft-graph-comms-samples
Unable to create call
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 253
- Forks
- 275
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
I am trying to make a call using the Graph API.
if i use a target as follow : calls to a tenant user is working perfect
{
"identity": {
"user": {
"id": "550fae72-d251-43ec-868c-3737xxxxx",
"tenantId": "72f988bf-86f1-41af-91ab-xxxxx",
"displayName": "Sample NAme"
}
}
}
but once i try to use a Phone number as target i am having the follwing message
"403: request authorization tenant mismatch "
body sent :
{
"identity": {
"phone": {
"displayName": "+1234xxxxx",
"id": "+1234xxxxx"
}
}
}
Graph SDK (beta):
Thanks in advance !
Mefteh.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Graph API call-creation flow and the beta SDK context, comparing the working tenant-user identity with the phone identity payload. Investigate the 403 tenant-mismatch response and whether phone targets require different authorization or tenant conditions. Done means verifying a supported request or documenting the required limitation or configuration.
Written by the indexing model from the issue text.
Assessment
- Domain
- api, audio-video-rtc, authentication
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100