Skip to main content
Participant
August 6, 2020
Question

Adobe Connect API: event-register must be executed twice to successfully enter the participant

  • August 6, 2020
  • 2 replies
  • 175 views

I'm submitting participants through the API using the event-register method, however, I must post the same information twice in order to be able to view the participant in the Participant tab of the event information.

 

In first HTTP post, a success XML is being responded, but when I check the participant list in adobe connect web site, the participant wasn't added:

<?xml version="1.0" encoding="utf-8"?>
<results>
    <status code="ok"/>
</results>
 
In the second HTTP post, a success XML plus the user information is being responded and in this iteration when I check the participant list the user is vissible.
<?xml version="1.0" encoding="utf-8"?>
<results>
    <status code="ok"/>
    <principal account-id="##" principal-id="####" type="guest" has-children="false" is-primary="false" is-hidden="false">
        <name>Name</name>
        <login>Email</login>
    </principal>
</results>
 
Is this the expected behavior?
 
Best Regards
This topic has been closed for replies.

2 replies

Jorma_at_Knox
Legend
August 10, 2020

Does the API log into Connect before trying to register the user? It could be that the first response is for logging in and the second is for registration.

Participant
August 11, 2020

Hello, 

 

The login request was sent before this event-register request setting the cookie. The event-register post request is posted after using the authentication cookie and the Authorization token.

 

Thanks for your help,

 

Abambo
Community Expert
Community Expert
August 7, 2020

Hm, just thinking: shouldn't you post this in the connect forum?

ABAMBO | Hard- and Software Engineer | Photographer