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?
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?
There are not a Graph API can add mailbox folder permission, and we can refer to this question