GetUserRequest 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.
Requests information about a user from a conference center.
Syntax
<GetUserRequest
email = "string">
</GetUserRequest>
- or -
<GetUserRequest
userID = "string">
</GetUserRequest>
The following sections describe attributes, parent elements, and child elements.
Attributes
Name |
Description |
---|---|
string type. Length range 1-255 characters. Specifies the users e-mail. This is an optional attribute and is mutually exclusive with the userID attribute. Use ASCII characters to specify. |
|
userID |
string type. Length range 1-64 characters. Specifies the user ID. This is an optional attribute and is mutually exclusive with the e-mail attribute. Use ASCII characters to specify. |
Element Information
Parent Element
Element |
Occurrences |
---|---|
1 |
Child Element
Element |
Occurrences |
---|---|
none |
Not applicable |
Remarks
Starting with Live Meeting 2005, the GetUserRequest element can accept an e-mail address instead of the user ID. These attributes are mutually exclusive and one, and only one, of them must be specified.
Example
<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
<GetUserRequest email="jeff@contoso.com" />
</PlaceWareConfCenter>