I am looking to implement a method something like below:
If I pass a manager Id to my method, then it needs to give me the list of users whoever report to that manager.
I could find reference where, if I provide a user Id, it gives me the manager to whom the user reports.
https://docs.microsoft.com/en-us/previous-versions/azure/ad/graph/api/users-operations
But I need vice-versa. Something like, I provide the manager Id and I need the list of users under that manager.
under that user
exactly? It's not a term I'm familiar with when discussing active directory. Can you relate it to a specific feature and give the technical name please – ADyson