# Get members of SharePoint group

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2013-workflow-platform/permissions/members-of-group/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2013-workflow-platform/permissions/members-of-group/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12


This activity returns collection of SharePoint group members. Supports “Distinguished Name” or “Account Name” output format.

SharePoint Designer phrase

![SharePoint Designer phrase for the Get members of SharePoint group workflow activity](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_members_of_sharepoint_group_1.png)

## **Parameters**

Input parameters


| Parameter | Description | Example |
|---|---|---|
| This group | Name or ID of theSharePoint group. | Home owners, 4, Home Viewers |
| Current site | The URL of the site collection to which the user account is being added. Default value is current site collection. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl; [%Workflow Context:Current Site URL%]/subSite |
| Variable | Result is Dynamic value | [{"Id": "27","LoginName": "i:0#.f\|membership\|john@contoso.microsoft.com","Email": "john@contoso.onmicrosoft.com"}, {"Id": "23","LoginName": "i:0#.f\|membership\|john@contoso.microsoft.com","Email": "john@contoso.microsoft.com"}] |


Example

![Example configuration of the Get members of SharePoint group activity returning members to a variable](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_members_of_sharepoint_group_2.png)
