Microsoft Graph API address book policy

Amine BOUHADJAR 1 Reputation point
2021-03-08T15:58:06.563+00:00

I have a code that creates an office365 account using Microsoft Graph API. Everything works fine but now i have to add an address book policy to the account after creating it.

I can't find anything on how to achieve this, is it possible to do such thing with the API ?

I also found this : https://learn.microsoft.com/en-us/exchange/address-books/address-book-policies/create-an-address-book-policy

Can i use this with php exec() function ?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,646 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 95,666 Reputation points MVP
    2021-03-08T18:45:26.927+00:00

    There's no support for Address book policies via Graph APIs, nor they are supported in Exchange Online for that matter.