{ "opencollection": "1.0.0", "info": { "name": "Microsoft Exchange Exchange Online Admin Accepted Domains Mailbox Folder Permissions API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Mailbox Folder Permissions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Exchange Manage mailbox folder permissions", "type": "http" }, "http": { "method": "POST", "url": "https://outlook.office365.com/adminapi/v2.0/MailboxFolderPermission", "headers": [ { "name": "X-AnchorMailbox", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "View and manage permissions on mailbox folders. Supports Get, Add, Set, and Remove operations for mailbox folder permissions. Replaces the GetFolder, UpdateFolder, and CreateFolder EWS operations for permission management." } ] } ], "bundled": true }