
Scenario
You are using Exclaimer and wish to manually query Entra ID (formerly Azure AD) for group members, which Exclaimer synchronizes.

Resolution
Follow the steps below to use the Graph Explorer tool to view group members data currently held in Entra:
- Browse to the Microsoft Graph Explorer (https://developer.microsoft.com/en-us/graph/graph-explorer)
- Click Login and sign in with your Office 365 Global Administrator account.
- If prompted, accept the permissions request:
- The Microsoft Graph Explorer screen is displayed.
- Change the API from V1 to Beta:
In the query box enter the following:
For example:
Click Run Query.
The results page displays an output similar to this:
- Locate the group you need and copy the ID displayed above the group name.
Update the query address to match the below:
Click Run Query.
The results page displays an output similar to this:
- Review the output to confirm if the user is present, or copy the content of the output to a text file and send it to Exclaimer Support to help troubleshoot any issues you may have.

