# Is User a member of an Active Directory group (Free)

Source: [https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/conditions/user-member-ad-group/](https://docs.virtosoftware.com/docs/virto-workflow-automation-web-part/virto-sharepoint-workflow-activities-kit-sharepoint-2010-workflow-platform/conditions/user-member-ad-group/)
Product: Virto Workflow Automation Web Part
Updated: 2026-08-12


This condition checks that user is member of specified Active Directory group.

![Is User a member of an Active Directory group condition configured in the SharePoint Workflow Designer](https://img-docs.virtosoftware.com/wp-content/uploads/2024/10/is_user_a_member_of_an_active_directory_group_free_1.png)

## **SharePoint Workflow Designer Phrase**

If this user is a member of this group Active Directory group in this domain.

**Parameters**


| Parameter | Description |
|---|---|
| this user | User login name. Ex: “user@domain”, “domain\user” or “user” |
| this group | Path 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.; Use Active Directory Explorer ([http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx](http://technet.microsoft.com/en-us/sysinternals/bb963907.aspx)) to get correct LDAP path. |
| this domain | Domain name. |

