It would be great if we have a graph API that retrieves all the transitive users of an employee,
Currently, there is a way to only get the count of transitive users like https://graph.microsoft.com/beta/users/<<Id/UserPrincipalname>>/transitiveReports/$count
We have a need in our application to fetch such information but this will be useful in many scenarios.