Using the API to Login and Create User
I currently only have the trial for Adobe Connect, but I have seen on another discussion that I should have full API funcionality. I'm having trouble with logging in as an administrator and creating a user. My response xml does not match what the documentation says I should be getting. When I try to log in I get status code="ok", but when I try to create a new user I get status code no-access. This user however is an Administrator.
Call #1:
Result:
<?xml version="1.0" encoding="utf-8"?>
<results><status code="ok"/><common locale="en" time-zone-id="85" time-zone-java-id="UTC"><cookie>na8breez8mky3nb7tvvda8tn</cookie><date>2013-05-07T00:35:27.610+00:00</date><host>https://meetxxxxxxxx.adobeconnect.com</host><local-host>pcpna8app04</local-host><admin-host>na8cps.adobeconnect.com</admin-host><url>/api/xml?domain=meetxxxxxxxx.adobeconnect.com&action=common-info</url><version>9.0.4</version><tos-version>7.5</tos-version><product-notification>true</product-notification><account account-id="xxxxxxxxxx"/></common><reg-user><is-reg-user>false</is-reg-user></reg-user></results>
Call #2:
Result:
<?xml version="1.0" encoding="utf-8"?>
<results><status code="ok"/></results>
Call #3:
Result:
<?xml version="1.0" encoding="utf-8"?>
<results><status code="no-access" subcode="no-login"/></results>
