Code
Availability
Adobe Connect 9.2
Description
This API returns the URL where a new user should be redirected upon clicking Explore Adobe Connect button from the welcome email. In case the user is a meeting host then this API internally calls the meeting creation API and returns the URL of the newly created meeting.
Request URL
http://example.com/api/xml?action=first-time-user-url
Response structure
The response contains a URL tag, which specifies the URL of a tab in Adobe Connect Central or the meeting to which the user needs to be redirected.
Error codes
|
|
Subcode |
Reason |
|
no-access |
denied |
You must have a permission to view the profile. |
Sample request
http://example.com/api/xml?action=first-time-user-url
Sample response
<?xml version="1.0" encoding="utf-8" ?>
<results>
<status code="ok"/>
<url>
<redirect-url>/admin/meeting?sco-id=62803&tab-id=62803</redirect-url>
</url>
</results>