Contact us

Get all site users

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

Parameters#

Input parameters

ParameterDescriptionExample
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:dictionaryAfter 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

**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

Updated on June 17, 2026