Securtiy Context
Webex Meetings XML API uses securityContext to handle authentication and Webex site identification. Every request must include securityContext.securityContext contains the following elements:
| Element | Description |
|---|---|
webExID |
Username of the host or admin account making a request |
email |
Email address of the host or admin account making a request. replaces webExID when used |
password |
The login password associated with the webExID or email |
siteName |
This identifies the Webex site you are targeting with your API request. Site name is the subdomain of the Webex site URL. siteName for <apidemoeu.webex.com> would be apidemoeu |
webExAccessToken |
Webex Meetings OAuth access token. Replaces password when used |
sessionTicket |
Webex authentication session ticket. Replaces password when used |