GetUser7Request 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 specified user.

Syntax

<GetUser7Request
    email = "string">
</GetUser7Request>

- or -

<GetUser7Request
    userID = "string">
</GetUser7Request>

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

Attributes

Name

Description

Email

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 email attribute. Use ASCII characters to specify.

Element Information

Parent Element

Element

Occurrences

PlaceWareConfCenter

1

Child Element

Element

Occurrences

None

Not applicable

Remarks

This is an element introduced in Live Meeting 2005.

The GetUser7Request element has the same syntax and semantics as GetUserRequest; however, the reply can contain additional information. For a list of all possible options, see CreateUserRequest. For the list of options introduced after Live Meeting 2003, see User. A client application should ignore any unrecognized options returned in the reply.

meetingDuration and meetingSize are values that are populated from Live Meeting 2007 and later.

See Also

Concepts

GetUserReply Element

GetUser Message

GetUser7 Message

GetUser7Reply Element