Forum Discussion
Lakshmi_145
Nov 17, 2023Iron Contributor
Not able to fetch the status of user from Teams using graph client
Hi, We are working on a bot framwerk project where we need to update our bot status based on the status in the ms teams (like available, un available, in a meeting). We have used the below co...
ChetanSharma-msft
Microsoft
Nov 20, 2023Lakshmi_145 - Please try to add only One scope and remove the other one.
Also, check if your generated token is having the same scope and check if it is working in Postman or Graph Explorer as well.
Lakshmi_145
Nov 20, 2023Iron Contributor
We tried to give string[] scopes = new[] { "Presence.Read" };
and got the exception,
- ChetanSharma-msftNov 20, 2023
Microsoft
- Lakshmi_145Nov 20, 2023Iron Contributor
- Lakshmi_145Nov 21, 2023Iron Contributor