Forum Discussion
AndrewX
May 16, 2022Iron Contributor
Add MailboxPermissions via HTTP
Hi, when using the Office365 admin portal to add mailbox permissions, the app makes a HTTP PUT request to https://admin.microsoft.com/admin/api/users/mailboxMembers, with a JSON payload including the...
- May 17, 2022Nope, none of these endpoints are "supported" outside of the portal. Take a look at the latest PowerShell module and the InvokeCommand method therein.
AndrewX
May 24, 2022Iron Contributor
Oh my, I know this is not supported and definitely not "in production", but, i read your blogs on this, and have setup an Azure AD App, connected to Exchange Online using REST and can now replace the ExchangeOnline PowerShell module. Amazing!
VasilMichev
May 24, 2022MVP
I know, it's tempting 🙂 But we still have no clear statement from Microsoft with regards to supportability, so on our end we're being very careful with this.