
Announcements
Hello there,
I have been given a task to extract all office 360 users data below a certain level of management cascanding down through all levels of subsequential managers and subordinates.
I'm wondering what is the best solution for this issue as Get Direct Reports only work well for one layer, but I'm unable to make it work trough all the layers.
thanks
One should use the Graph API (connector) + Compose (data operation) + Condition (Action) to extract all users based on employee number. HR should have the employee number ranges for the layers. *Instead of employee number one could use administrative units in Entra ID.
The output of the above could be exported to a Excel online file or Power BI report.