Microsoft Exchange · Arazzo Workflow
Microsoft Exchange Grant a Mailbox Folder Permission
Version 1.0.0
Read current folder permissions, then add a permission for a user.
Provider
Workflows
grant-folder-permission
Inspect folder permissions and add an access right for a user.
Executes Get-MailboxFolderPermission to read existing permissions, then Add-MailboxFolderPermission to grant the supplied access right.
1
getPermissions
manageMailboxFolderPermission
Run Get-MailboxFolderPermission to read the current permissions on the target folder.
2
addPermission
manageMailboxFolderPermission
Run Add-MailboxFolderPermission to grant the supplied user the specified access right on the folder.