Get Group Membership of User

Gets all groups of which the Active Directory user is a member.

Privileges

Normal.

Input Parameters

Name Type Required Description Example
User String Yes The common name of the user. Administrator
Domain String Yes

The name of the user object Domain. For example:

  • DC=California, DC=local
  • California.local

Abc.com

Output Parameters

Name Type Description
GroupList Collection The list of groups of which the user is a member.
Result Number Returns a success value of zero or any value other than zero to indicate failure.
Result String String Details of any execution errors with this Object.