GroupList Element

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Contains one or more GroupID elements.

Syntax

<GroupList>
    <GroupID>...</GroupID>
    ...
</GroupList>

The following sections describe attributes, parent elements, and child elements.

Attributes

None.

Element Information

Parent Elements

Element

Occurrence

CreateGroupRequest

1

CreateUserRequest

1

Child Element

Element

Occurrence

GroupID

1 or more

Example

<PlaceWareConfCenter>
  <GetUserReply>
    <User userID="donh" firstName="Don" lastName="Hall">
      <OptionList>
        <ApplicationSharingOption name="applicationSharingPreference" value="Desktop"/>
        <ApplicationSharingOption name="applicationSharingPrivilege" value="Desktop"/>
        <TimeOption name="createTime" value="2001-04-01T00:00:00Z"/>
        <StringOption name="email" value="donh@widgets.microsoft.com"/>
        <StringOption name="frozzle" value="gluuurrrp"/>
        <BooleanOption name="isAdministrator" value="True"/>
        <BooleanOption name="isOrganizer" value="True"/>
        <LocaleOption name="locale">
           <Locale language="en" country="US"/>
        </LocaleOption>
        <TimeOption name="modifyTime" value="2001-05-01T13:13:13Z"/>
        <PrintingOption name="printPDFPreference" value="All"/>
        <BooleanOption name="printPDFPrivilege" value="True"/>
        <BooleanOption name="publishNonStreamedAudio" value="True"/>
        <BooleanOption name="publishWindowsMediaMovie" value="True"/>
        <BooleanOption name="recordingPreference" value="True"/>
        <BooleanOption name="recordingPrivilege" value="True"/>
        <StringOption name="timeZone" value="Europe/London"/>
      </OptionList>
      <GroupList>
        <GroupID>wizards</GroupID>
      </GroupList>
    </User>
  </GetUserReply>
</PlaceWareConfCenter>

See Also

Concepts

GetGroupRequest Element

GetGroupReply Element