Mendix Microsoft Graph Connector usage help...

0
Hi, I finally got the Mendix Microsoft Graph Connector configure to pull some data. I had to change all the hardcoded .com urls with the .us url since we are on GCC High Tenant. Anyway I get all users listed in all users tab, however, I'm not able to get the managers nor any other fields of the user such as Department the user is in and etc. How do I get that info? I tried changing the json import for users and the domain model except none of those changes produced anything. And I searched forever for documentation on how to USE this module but there is only documentation on connecting it. There is nothing on how to use it. Please I need someone to help me on this. Thanks
asked
1 answers
0

Just to be sure, did you give the right scope in your authenticaion request? See the documentation here: https://learn.microsoft.com/en-us/graph/auth-v2-user?tabs=http

Because depending on the scope you define what information is returned in your requests.

Regards,

Ronald

 

answered