GetUser 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 information about a specific user in a conference center.
Components
Component Type |
XML Element |
---|---|
Request |
|
Reply |
Remarks
A caller must be a member of the Administrator role.
This message returns the same information as the GetUserProfile message. The GetUser message can be used by an Administrator to get information about any user in the conference center. The GetUserProfile message can be used by any Administrator or Organizer to get information about only his or her own user account.
Note
The Boolean option publishNonStreamedAudio has been deprecated.
Examples
The following code shows an example request to get a user account in a given conference center.
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<GetUserRequest userID="donh"/>
</PlaceWareConfCenter>
The following shows the reply from the conference center.
<PlaceWareConfCenter>
<GetUserReply>
<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="True" 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>
<BooleanOption value="False" name="easyAssistEnabled"></BooleanOption>
<StringOption value="donh@contoso.com" name="easyAssistSummaryMailId"></StringOption>
<ApplicationSharingOption value="Single" name="applicationSharingPreference"></ApplicationSharingOption>
<TimeOption value="2006-05-09T21:09:54Z" name="time"></TimeOption>
</OptionList>
</User>
</GetUserReply>
</PlaceWareConfCenter>