Microsoft has not committed to supporting said APIs, there are no ETAs here. If and when they decide to do so, it will likely be announced over at the EHLO blog, but for the time being, this is an unsupported solution. You can use them, but at your own risk.
Office 365 adminApi release date?
We are an API driven environment and have Microsoft 365 as our primary communication and productivity platform.
My team specifically automates many administrative processes using Python on Linux containers.
One of the products support automation for is Exchange Online. We create and manage Distribution Lists and Shared Mailboxes. The only supported programmatic way of supporting these products is through ExchangeOnlineManagement PowerShell.
After doing research, I learned that all of these cmdlets are back by a REST API https://outlook.office365.com/adminApi/beta.
I'm very curious when this will be released to the public, so we do not need to jump server to windows to run powershell and instead directly call the API, making our process more reliable.
Thank you!