Using Microsoft Graph API to get all the rules for the given users inbox
Using Microsoft Graph API to get all the rules for the given users inbox
You can use Microsoft Graph API in order to get all the messageRule objects defined for the user’s Inbox.
It’s straightforward. You can try one of the following:
Request: GET /me/mailFolders/inbox/messageRules GET /users/{id | userPrincipalName}/mailFolders/inbox/messageRules
Response: HTTP/1.1 200 OK Content-type: application/json
{ “@odata.context”: “https://graph.microsoft.com/v1.0/$metadat…
View On WordPress



















