Share via


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

Creates a logon ticket representing the security context of a user.

Components

Component Type

XML Element

Request

CreateTicketRequest

Reply

CreateTicketReply

Remarks

A caller must be a member of the Administrator role.

A user in the Administrator role can use this message to obtain a ticket to the security context of another user and then, for example, create a Meet Now meeting for this user or verify and troubleshoot an issue the user is experiencing, without having explicit knowledge of the users password.

Examples

This example shows how to create a ticket for an administrator to log in to a Live Meeting conference center as user Dori.

The following code shows the request that is sent to a conference center.

<PlaceWareConfCenter authUser="apiuser" authPassword="Pa$$w0rd">
  <CreateTicketRequest duration="300">
    <GeneralLoginContext userID="dori"/>
  </CreateTicketRequest>
</PlaceWareConfCenter>

This is the reply returned from the conference center when the request is processed successfully.

<PlaceWareConfCenter>
  <CreateTicketReply url="http://www3.livemeeting.com/cc/contoso?ticket=z46tc3gvfwvo" ticket="z46tc3gvfwvo"/>
</PlaceWareConfCenter>

See Also

Concepts

CreateTicketReply Element

CreateTicketRequest Element

PlaceWareConfCenter Element