<blatantly stolen from Merill Fernando>
Here’s a quick Microsoft Graph productivity tip. Need to figure out the Graph attribute for a setting in the admin portal?
- Use the Graph X-Ray chrome extension (and yes, it works in Microsoft Edge), make the change in the UI and view the Graph API call that saves the change.
https://graphxray.merill.net/
- Unfortunately, not all admin portals use Microsoft Graph. In these instances, you can use a diff tool like Partial Diff to compare the json file to quickly figure out what changed.
https://marketplace.visualstudio.com/items?itemName=ryu1kn.partial-diff
