About the Live Meeting Service Portal API

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.

Web Methods can be implemented depending on the configuration options in Live Meeting Settings Panel and, in the Security Panel, on membership for Web Methods. For more information about required settings to make Web Methods available to you, see the Microsoft Office Live Meeting Service Portal Administrators Guide.

As an administrator or organizer, you can manage Live Meeting accounts programmatically by using the Portal Web methods. An exception is the GetTicket method. It is always called under the identity of the Windows user who is requesting the login ticket. Any user of the Microsoft Windows operating system user can call the GetTicket Web method.

Functional View of the Service Portal architecture

Bb969451.f4ee2445-aa68-4417-9c46-35c9b9f85924(en-us,office.12).gif

For example, you might invoke the CreateAccount Web method whenever a new user joins the organization. Similarly, you might invoke the DeactivateAccount Web method whenever a user leaves the organization.

The following list briefly describes each of the Portal Web methods.

Note

The following paragraph applies to all Portal Web methods.

The IIS Web server that is hosting the Portal Web application authenticates the Web method caller by using integrated Windows authentication. The Portal obtains the Windows identity of the caller and verifies that the caller is entitled to use Web methods. Only users and groups who are included in the Web method callers list can use Web methods. The Portal administrator specifies the groups and users in this list when configuring the Portal. This ensures that only authorized users can use Web methods.

In This Section

Customizing the Portal Web Pages

See Also

Concepts

Web Method Call Return Values