0

Can this PowerShell command

Add-MailboxFolderPermission -Identity ayla@contoso.com:\Calendar -User laura@contoso.com -AccessRights Editor

being done through the Microsoft Graph API?
And if so, how?

zx485
  • 28,498
  • 28
  • 50
  • 59

1 Answers1

0

There are not a Graph API can add mailbox folder permission, and we can refer to this question

Keen Jin
  • 1,060
  • 1
  • 6
  • 8