I’ve read documentation on the Microsoft Teams and Office 365 scope and it does not appear to have the ability to add Microsoft Teams and Skype for Business to a meeting invite. Here’s the documentation and let me know if I’m missing something.
Is there a way to automate creation of meeting URLs to an invite? I am creating invites but the invites need to have Microsoft Teams links added to the invites. Please advise.
However, once I generate a User Access Token, the same token fails to authenticate in UiPath, but when I do the same in Postman, it works fine, which leads me to believe it’s a matter of headers/parameters. Not sure what I’m missing but continuing to troubleshoot. So far I can use the HTTP activity in UiPath to generate the bearer token but passing this token through for the next POST call, I keep getting 401 error. And yes, passing the token takes a bit of string manipulation.
For troubleshooting, I generated the token in Postman and passed the token through the POST create online meeting call and it fails but works in Postman. If you have observed anything different, please let me know.