GetUserProfile Message
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.
Gets the user profile of the requestor.
Components
Component Type |
XML Element |
---|---|
Request |
|
Reply |
Remarks
A caller must be a member of the Administrator or Organizer role.
The requestor is specified by the authUser attribute of the PlaceWareConfCenter parent element.
This message returns the same information as the GetUser message. The GetUserProfile Message message can be used by any Administrator or Organizer to get information about only his or her own user account. The GetUser message can be used by an Administrator to get information about any user in the conference center.
Note
The Boolean option publishNonStreamedAudio has been deprecated.
Examples
The following code shows a request to get a user profile from a given conference center.
<PlaceWareConfCenter authUser="donh" authPassword="Pa$$w0rd">
<GetUserProfileRequest/>
</PlaceWareConfCenter>
The following shows a reply from the conference center.
<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>