Forum Discussion
alexkovalev
Dec 22, 2021Copper Contributor
Teams Notification Bot: TeamsInfo.getPagedMembers is sometimes not returning newly added members
Hi, I am a developer for a 3rd party Teams app. We include a built in notification bot that sends notifications to users of the app. To find these users, we implement https://docs.microsoft.com/en-u...
alexkovalev
Jan 06, 2022Copper Contributor
Got it, thanks. We will switch to this eventually, it's a bit of a bigger refactor but we will move to this approach. One last question, does Microsoft OAuth also gives the AAD ID of the user, or are additional API calls needed to figure this out after signing a user in through oauth?
HunaidHanfee-MSFT
Jan 07, 2022Iron Contributor
alexkovalev - Yes, it came as property oid in the token you get. You should be able to see it when you get token, copy it and paste it in JSON Web Tokens - jwt.io debugger.