Import guests to an Adobe Connect Event, using an API that accepts name and email ID of a guest.
Availability
Adobe Connect 9.3
Description
Use this API to import guests to an Adobe Connect Event. The API accepts the first name, the last name, and an email ID of a guest. Log in to the Adobe Connect instance to use this API.
Parameters
Parameter Name |
Type |
Required |
Description |
---|---|---|---|
sco-id |
BIGINT |
Yes |
The SCO ID of the Event in which the guests are to be imported. |
guestDetails |
String |
Yes |
This parameter contains the details of the guest who are to be imported in to an Adobe Connect Event. The data format is firstName,lastName,email. The details of more than one guests can be specified separated by | character. |
Request URL
www.example.com/api/xml?action=event-guest-invite&sco-id=32933&guest-details=Firstname1,Secondname1,firstname1@example.com|Firstname2,Secondname2,firstname2@example.com
Sample response
<?xml version="1.0" encoding="utf-8" ?> <results> <status code="ok" /> </results>