Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

How can I change the M365 mailbox setting, including mailbox quota and recipient list, on IGA?

oscarcheng
New Contributor III
New Contributor III

We are asked to set the limit of the recipient limit on Exchange Online Mailbox, based the user type. 

Can we do it by IGA?

2 REPLIES 2

stalluri
Regular Contributor II
Regular Contributor II

We can use Graph APIs and make changes to mailbox settings.
Example:
https://learn.microsoft.com/en-us/graph/api/user-get-mailboxsettings?view=graph-rest-1.0&tabs=http
https://learn.microsoft.com/en-us/graph/api/resources/mail-api-overview?view=graph-rest-1.0


Best Regards,
Sam Talluri
If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

DTG28
New Contributor III
New Contributor III

We are using these graph APIs, to make changes in Mailbox settings.