notification on changed resource - azure ad

a1 26 Reputation points
2022-11-07T14:43:15.017+00:00

Hello Microsoft,
I'm developing an app that uses graph api and and retrieves all users , groups and devices for some tenants on AZURE AD.

I heard that there is an option to register to notifications and receive changes on the AZURE AD tenants/directories .
I saw the documentation about registering to notifications(change, create and etc) and I was wondering if there is a way to receive notifications about a change on a device in a AZURE AD directory/tenant, especially on 'isCompliant' attribute of the device.

Thank you for your help!

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

1 answer

Sort by: Most helpful
  1. HarmeetSingh7172 4,811 Reputation points
    2022-11-07T20:45:29.377+00:00

    Hello @a1

    Thanks for reaching out!

    Based on my understanding, currently Graph API doesn't support setting up notifications for changes in Device resource. Please refer this documentation to know more about supported resources.

    References: https://learn.microsoft.com/en-us/graph/api/resources/webhooks?view=graph-rest-1.0

    Hope this helps.

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

    0 comments No comments