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.
VasilMichev
May 17, 2022MVP
Nope, none of these endpoints are "supported" outside of the portal. Take a look at the latest PowerShell module and the InvokeCommand method therein.
- AndrewXMay 24, 2022Iron ContributorOh 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!
- VasilMichevMay 24, 2022MVPI 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.