Office 365 adminApi release date?

Hanson, Isaiah S 76 Reputation points
2023-10-24T15:23:43.4866667+00:00

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!

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
4,363 questions
Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,386 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Vasil Michev 100.2K Reputation points MVP
    2023-10-24T16:09:59.15+00:00

    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.

    1 person found this answer helpful.