Using Graph API to Disable Outlook on the Web (OWA)

Billy 20 Reputation points
2024-09-25T03:51:48.75+00:00

Hello everyone,

I have a question regarding email provisioning through Microsoft Graph API. Is it possible to use Graph API to disable Outlook on the Web (OWA)? We are implementing a solution where we create an Azure account and provision an Office 365 E1 license for email. Our client wants OWA to be disabled when the account is created and assigned with the license. If disabling OWA with Graph API is not possible, are there any other ways to achieve this use case?

Thank you in advance.

Outlook Windows Classic Outlook for Windows For business
Microsoft Security Microsoft Graph
{count} votes

Accepted answer
  1. Anonymous
    2024-09-25T06:40:00.5633333+00:00

    Hi @Billy

    According to the documentation, the Graph API does not yet provide an endpoint for disabling OWA. You can disable OWA using other methods, such as EAC or Exchange Management Shell. See the documentation below for details on how to disable OWA:

    https://learn.microsoft.com/en-us/exchange/clients/outlook-on-the-web/mailbox-access?view=exchserver-2019#enable-or-disable-outlook-on-the-web-access-to-multiple-mailboxes

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Hitesh Pachipulusu - MSFT 3,620 Reputation points Microsoft External Staff
    2024-09-25T06:28:11.7733333+00:00

    Hello Billy,

    Thank you for reaching out to Microsoft Support!

    Disabling Outlook on the Web (OWA) directly through the Microsoft Graph API is not currently supported. However, you can achieve this by using PowerShell with the Exchange Online module. Please refer documentation.

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.