Share via


GetUserProfileReply 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.

Returns the user profile of the person who is requesting the information.

Syntax

<GetUserProfileReply>
    <User>...</User>
</GetUserProfileReply>

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

Attributes

None.

Element Information

Parent Element

Element

Occurrences

PlaceWareConfCenter

1

Child Element

Element

Occurrences

User

1

Remarks

GetUserProfileReply must contain one User child element corresponding to the requested user. A client application should ignore any unrecognized options returned in the reply.

Example

<PlaceWareConfCenter>
  <GetUserProfileReply>
    <User userID="donh" userName="Don Hall">
      <OptionList>
        <DecimalOption value="100" name="audienceCustomFrameHt"></DecimalOption>
        <BooleanOption value="False" name="publishRealAudio"></BooleanOption>
        <BooleanOption value="False" name="enableCustomFramesPrivilege"></BooleanOption>
        <DecimalOption value="100" name="presenterCustomFrameHt"></DecimalOption>
        <BooleanOption value="True" name="publishWindowsMediaMovie"></BooleanOption>
        <TimeOption value="2006-05-09T20:04:14Z" name="modifyTime"></TimeOption>
        <BooleanOption value="False" name="recordingPreference"></BooleanOption>
        <StringOption value="Don" name="firstName"></StringOption>
        <LocaleOption name="locale">
          <Locale country="US" language="en"></Locale>
        </LocaleOption>
        <BooleanOption value="True" name="publishNonStreamedAudio"></BooleanOption>
        <BooleanOption value="False" name="isOrganizer"></BooleanOption>
        <PrintingOption value="Disabled" name="printPDFPreference"></PrintingOption>
        <BooleanOption value="False" name="recordingPrivilege"></BooleanOption>
        <BooleanOption value="False" name="isAdministrator"></BooleanOption>
        <TimeOption value="2006-05-05T01:57:46Z" name="createTime"></TimeOption>
        <StringOption value="America/Los_Angeles" name="timeZone"></StringOption>
        <StringOption value="Hall" name="lastName"></StringOption>
        <BooleanOption value="False" name="printPDFPrivilege"></BooleanOption>
        <StringOption value="*" name="allowedIPs"></StringOption>
        <BooleanOption value="False" name="customFramesEnabled"></BooleanOption>
        <ApplicationSharingOption value="Disabled" name="applicationSharingPrivilege"></ApplicationSharingOption>
        <StringOption value="donh@contoso.com" name="email"></StringOption>
        <BooleanOption value="False" name="publishNetShow"></BooleanOption>
        <ApplicationSharingOption value="Single" name="applicationSharingPreference"></ApplicationSharingOption>
        <TimeOption value="2006-05-09T21:09:54Z" name="time"></TimeOption>
      </OptionList>
    </User>
  </GetUserProfileReply>
</PlaceWareConfCenter>

See Also

Concepts

GetUserProfileRequest Element

GetUserProfile Message