Notifications on Device Group Changes

Hello,

Is there a way to receive notifications when a device is moved to or removed from a group? Specifically, we need to perform certain actions when a device is transferred from one group to another. To automate this process, we want to be notified whenever a device changes its group membership.

Thanks,
Divya K

This is currently unfortunately not possible as notification are not sent for Managed Object relations (which is a group assignment).
The only way I can think of is to poll the groups of interest or devices of interest and detect if there is some change of managed object relation between two polls.

If it were me, I’d schedule an inventory of the device groups and then compare the two, then send out notification on change. That data can be RESTed out and acted upon. I don’t know enough of PowerBI to know yet if that can be accomplished. I do know what Python could do it but you’d be writing the code from scratch.