Share via

Powershell alternative to allow applications to access online meetings on behalf of a user

FNU LNU 6 Reputation points
2021-08-02T13:31:01.267+00:00

Hello ,

I'm trying to use Microsoft graph API in my applications to allow users to create online meeting using the application token.

I followed this tutorial where it is mentioned that is required to create an application access policy and grant it to a user.

It's working perfectly using powershell.

My problem and my question : is there any other way to grant a user the access to create online meeting without passing by windows powershell ( like using microsoft graph api, admin dashboard ) because i can't ask my clients to execute commands on powershell to give onlineMeetings to a user.

Thank you ,

Microsoft Teams | Microsoft Teams for business | Other

2 answers

Sort by: Most helpful
  1. FNU LNU 6 Reputation points
    2021-08-03T14:24:50.993+00:00

    tthank you for your answer , you gave me the idea so i can now create online meeting using the event api following this artice

    Was this answer helpful?

    1 person found this answer helpful.

  2. Vasil Michev 127K Reputation points MVP Volunteer Moderator
    2021-08-02T15:47:31.37+00:00

    Afaik this is only available via PowerShell currently.

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.