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 Users API
Microsoft Graph Users API
A Microsoft API that allows you to build compelling app experiences based on users, their relationships with other users and groups, and the resources they access for example their mails, calendars, files, administrative roles, group memberships.
726 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Vasil Michev 71,216 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.