Using the Microsoft Graph API connection, you can generate a list of all members within any group in your organization. For instance, in our example below, we connected an Image List to our Human Resources group:
This article will guide you through how to list all the members of a group in SharePoint.
Important!
This feature will be released in version 8.5.2.0 (Q3 2025) for SharePoint Online and is not currently available.
TABLE OF CONTENTS
Prerequisites
- You must have ShortPoint SPFx version X.X.XXXX and up installed on your SharePoint environment.
- You must be a ShortPoint Designer with an active license.
- You must have the Microsoft Graph API connection enabled. Go to How to Enable Microsoft Graph Integration for MS Graph API Connections to learn how.
- You must authorize the necessary permissions (Group.Read.All) in the API access page. To check, go to your SharePoint Admin Center > Advanced > API access.
- You must have your group’s Group ID. Go to How to Get Your SharePoint Group ID to learn how to find it.
- You must have the Design Element you want to use to connect on your SharePoint page. For best results, we recommend using Design Elements that allow listing of multiple items (e.g., Icon List, Image List, Simple List, etc.).
Step-by-step Tutorial
Follow the steps below to get started:
Step 1: Edit the ShortPoint Web Part
Go to the SharePoint page you want to use and click Edit:
Close the Toolbox:
Select the ShortPoint web part and click the Edit Properties icon:
Step 2: Switch to Grid Mode
NOTEShortPoint Connect is currently only available in Grid Mode.
Click the Switch to Grid Mode icon:
Step 3: Edit the Design Element
NOTEYou can use any Design Element you want. For best results, we recommend using Design Elements that allow listing of multiple items (e.g. Icon List, Image List, Simple List, etc.). For this guide, we’ll use Image List.
Click the cogwheel icon of the Design Element you’ll use:
Step 4: Connect to Microsoft Graph API
Go to the Connect tab:
Select Microsoft Graph API:
NOTEYou need to enable the Microsoft Graph API connection before using it. Learn more about it in How to Enable Microsoft Graph Integration for MS Graph API Connections.
Step 5: Use the Members of a Group Use Case
Scroll down to the Use Cases section and search for Members of a Group. Select it:
A Use Case Parameters section will appear, requiring you to enter a Group ID. Add your [1] Group Id in the field provided and click [2] Apply Parameters:
NOTEIf you don’t have your Group ID yet, go to How to Get Your SharePoint Group ID to learn how to get it.
Select Run Query:
Then, click Connect:
Step 6: Map Items
Go to the Items tab:
Delete default content:
Use the link icon to map the properties you want to be displayed:
You can map any property you want. In our case, we used the following properties:
- #displayName in the Title field - shows the name of the members as the titles.
- #email in the Subtitle field - shows the email of the members as the subtitles.
- #profileImage in the Image field - shows the members’ profile photos.
NOTECheck out ShortPoint Connect: Basic Tutorial to learn more about mapping properties.
Step 7: Save
Click Preview to see how the Design Element will look:
Click Update to apply your changes:
Select the eye icon to see your page in real time:
Once satisfied, click Save:
TIPGot a long list of group members? The Search & Filter Toolbar makes it super easy for your users to find who they're looking for! They can quickly search, sort, and filter through the list to locate the exact member they need in a few clicks. Want to add this helpful feature? Check out Getting Started: The Basics of the Search & Filter Toolbar to learn how.
Excellent! You have now created a complete list of all members in your selected organizational group.
Related articles:
- How to Enable Microsoft Graph Integration for MS Graph API Connections
- Connection Type: Microsoft Graph API