Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
HiI am trying to perform GetUser on an SSO website. I got a session ticket using the Authenticate function. I replaced the <webexID> and <password> tags with <sessionTicket> tag and sent the request. When I got the xml response back, it says FAILED a...
Hi allIs there a function in the XML API to retrieve the list of all fields that can be set for a user using the Create User api? Get User seems to be missing some tags. An example of a tag that does not appear in the response of Get User is telephon...
Hi allHow do I create a user with CMR automatically enabled? So far, what I know is that the isEnableCET tag enables CMR for a user. However when I send a request with isEnableCET set to TRUE, I get back "TelephonySupport can not be NONE or OTHER for...
Hi allI am pretty new to WebEx dev. My problem is I cant get a session ticket from the response xml of authenticate function. I am passing the username and a samlResponse. I generated the samlResponse using a modified version of the sample code foun...
Hi allI'm new to webex dev and I can't seem to figure out how to get the saml response that would replace the username and password in the authenticate user function. Do I have to generate it myself? If so, how? Or do I get it from someone else? Also...
Yes I double checked it by decoding the samlResponse. Below is the decoded samlResponse. The nameid here is rborgoni which is my webexID.
<samlp:Response Version="2.0" ID="b1CVa42im_CSERDnH9bO8LijBkz" IssueInstant="2016-08-09T23:02:10.253Z" xmlns:sa...
When I used the ticket from my browser's logs, get user function worked fine. But when I used the ticket being returned by the authenticate function, it says "Not a valid session ticket". Also, I checked the logs on my browser's dev tools. The sessio...
Hi RyanI tried to send these two requests but got "Not a valid session ticket" for both of them.
<?xml version="1.0" encoding="UTF8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID>rbor...