Contact us
View as Markdown
Ask AI
Open in ChatGPT Open in Claude

Opens a third-party service and shares a pre-filled prompt containing this public page 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

Add member to Active Directory group

This activity allows adding member to Active Directory group.

Add member to Active Directory group workflow activity in the SharePoint workflow designer

If the user or secure group exists, this method does nothing.

**Note:**Allowed multiple users or groups separated ‘;’.

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

Add member this member to this group group in this domain.

Parameters

ParameterDescription
this memberUser login name. Ex: “user@domain”, “domain\user” or “user”.Allowed multiple users or groups separated ‘;’. Ex: “user1; domain\user2”
this groupPath to existing user group.Supported formats:Full LDAP path “CN= group,OU=Test,DC=yourdomain,DC=local”Simple path from root with domain “yourdomain\test\group” or
“yourdomain/test/group”Simple path from root without domain “test\group” or “test/group”,domain will be resolved automatically.The logon name. Ex: “group”.Use Active Directory Explorer (http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx) to get correct LDAP path.Supports multiple destination groups separated ‘;’.
this domainOptional. Domain name. You should enter domain name if user name without adomain, otherwise it will be calculated from the user name.
Updated on August 12, 2026