Creating a New-CsApplicationAccessPolicy through Teams Admin Center

Diyath Ranasinghe 21 Reputation points
2021-07-14T14:46:51.313+00:00

I am trying to create MS teams' online meetings via graph API client credential flow. When doing that according to the following documentation I got to know that I have to add a policy to let my service create online meetings on behalf of a user

cloud-communication-online-meeting-application-access-policy

According to the documentation I have to use the Teams PowerShell module to add and grant the policy (CsApplicationAccessPolicy).

Is there a possibility for me to add the same policy via Teams Admin Center?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,645 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,866 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,381 questions
{count} votes

Accepted answer
  1. Yuhan Deng 3,761 Reputation points Microsoft Vendor
    2021-07-15T06:02:41.04+00:00

    Hi,
    Sorry but it’s not possible. You will need to use powershell to configure the policy.
    For your reference:
    https://learn.microsoft.com/en-us/powershell/module/skype/new-csapplicationaccesspolicy?view=skype-ps

    Thanks for your understanding.
    Best regards,
    Danny

    -----------------------------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Vasil Michev 95,666 Reputation points MVP
    2021-07-14T17:52:13.44+00:00

    No, this is only available via PowerShell afaik.

    1 person found this answer helpful.