Get SharePoint user from user information list

⌘K

Get SharePoint user from user information list


This activity allows to get the SharePoint user from a user information list and store the result in variable.

get_sharepoint_user_from_user_information_list_1
Parameters

Input parameters

ParameterDescriptionExample
siteURL (optional)Site URL where you want to get the user. Default value is current site url.https://contoso/SiteUrl; https://contoso/Sites/SiteUrl;[%Workflow Context:Current Site URL%]/subSite
The following userUser id, login name or email which you want to get.john@virtosoft.com
Variable:dictionaryAfter successful workflow execution contains user
information.

Example

get_sharepoint_user_from_user_information_list_2

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

Example

get_sharepoint_user_from_user_information_list_3

How can we help?