Active Directory Provider::User Groups


Lists the groups for a user. Used by Microsoft® Provisioning Framework (MPF).

User Groups is a wrapper for IADsUser::Groups.

XML Input Schema

The following code fragment shows the format for sending data to this procedure. For more information on individual elements and attributes, see the Elements and Attributes table.

<executeData>1..1
  <path>1..1</path>
</executeData>

XML Output Schema

The following code fragment shows the format for data this procedure returns. For more information on individual elements and attributes, see the Elements and Attributes table.

<executeData>1..1
  <groups>1..1
	<group>0..unbounded</group>
  </groups>
</executeData>

Elements and Attributes

The following table describes the XML schema elements and attributes. Unless otherwise indicated, the data type is string.

Element Description, relationships, and attributes
executeData Description:
Encapsulates the procedure's input and output data.

Children:
groups (minOccurs="1" maxOccurs="1", output only)
path (minOccurs="1" maxOccurs="1", input only)

group Description:
Lightweight directory access protocol (LDAP) path of a group the user belongs to.

Parent:
executeData

groups Description:
List of groups the user belongs to.

Parent:
executeData

Child:
group (minOccurs="0" maxOccurs="*", output only)

path Description:
LDAP path of the user.

Parent:
executeData

See Also

Active Directory Provider, Preferred DC Active Directory Provider


Up Top of Page
© 1999-2002 Microsoft Corporation. All rights reserved.