Get AD Users Authorization Group Membership

Retrieves all members of the Active Directory user's authorization group.

Privileges

Normal.

Input Parameters

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

The name of the user object Domain. For example:

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

Output Parameters

Name Type Description
GroupList Collection The list of authorization 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.

Example Input Parameters

Name Type Required Example
User String Yes Administrator
Domain String Yes Abc.com