This condition checks that user is member of specified Active Directory group.
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) to get correct LDAP path. |
this domain | Domain name. |