I want to use Power BI to display data for the Responsibilities field for users. This is easy enough to do for a single user using the "https://graph.microsoft.com/v1.0/users/{userPrinciplename}/responsibilities" command (and entering the Access token as an Authorization header parameter).
I can't seem to see a way to do this for all of the users in my organization. I can load all of the users with "https://graph.microsoft.com/v1.0/users/" but Responsibilities is not part of the standard properties.
Is there a way to load this property for all users?
This is probably a very backwards way of going about this but any assistance would be appreciated.
Thanks!