Contact us
View as Markdown
Ask AI

Open this page in an AI assistant with a ready-made prompt.

Opens a third-party service and shares a pre-filled prompt containing this public page URL, its product documentation URL and /llms.txt. No VirtoSoftware account or tenant data is included. Provider terms and privacy policies apply. Verify answers against the linked documentation.

OpenAI terms · OpenAI privacy policy · Anthropic terms · Anthropic privacy policy

Get user emails from Active Directory group

This activity extracts all emails from Active Directory vgroup and stores result in variable. If group includes sub-group, all users from sub-group will be extracted automatically.

You can use it to get email recipients from Active Directory group. The activity enumerates members of AD group, then extracts emails from members and returns a string with unique emails, concatenated by semicolon (“;”).

Get user emails from Active Directory group activity in the SharePoint Workflow Designer

By default, activity uses the current user when authenticating. If you want to use custom

authentication, use “Set Active Directory authentication” activity before.

SharePoint Workflow Designer Phrase

Get user emails from this group name in this domain and store result in variable.

Parameters

ParameterDescription
this group nameGroup name. Ex: “Administrators”, “DOMAIN\Administrators”,“Administrators@DOMAIN”
this domainOptional. Domain name. You should enter domain name if user name without adomain, otherwise it will be calculated from the group name.
Updated on August 12, 2026