“How can I create a small python code to get a list of participants in an Azure Teams call?”
Using python, and having an azure applicationID/ objectID/ tenantID / clientID and clientSecret I want to access a "teams" meeting using e.g. requests to get the list of participants of an ongoing teams meeting. Having searched with google and using…