# Get all site users

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-app/virto-workflows-for-office-365/sharepoint-permissions-processing/get-all-site-users/](https://docs.virtosoftware.com/docs/virto-workflow-automation-app/virto-workflows-for-office-365/sharepoint-permissions-processing/get-all-site-users/)
Product: Virto Workflow Automation App
Updated: 2026-08-12


This activity allows to get current site user names and store the result in variable.

![SharePoint Designer phrase for the Get all site users activity in Virto Workflows](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_all_site_users_1.png)

## **Parameters**

Input parameters


| Parameter | Description | Example |
|---|---|---|
| This site (optional) | Site URL which users youwant to get. Default value is current site url. | https://contoso/SiteUrl; https://contoso/Sites/SiteUrl;[%Workflow Context:Current Site URL%]/subSite |
| Variable:dictionary | After successful workflow execution contains users collection if site. |  |


Example

![Workflow example using the Get all site users activity inside an App Step in Virto Workflows](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_all_site_users_2.png)

**Note:**We recommend you to run all Virto Permissions actions inside App Step to avoid failing of your subsequent actions inside the workflow.

Example

![Second workflow example of the Get all site users activity storing the result in a variable](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/get_all_site_users_3.png)
