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
Run Get-MailboxFolderPermission to read the current permissions on the target folder.
2
addPermission
Run Add-MailboxFolderPermission to grant the supplied user the specified access right on the folder.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.