Skip to main content
Skip table of contents

Participant Creation

The endpoint used for creating or updating an Participant is: api/v2/account/set

There are four mandatory fields for creation:

  • event_id

  • email

  • first_name

  • last_name

Additionally, we recommend using the external_id field, as it provides an easier way to match for updates.

The external_id is a value in the organizer database that represents the participants. It could be any type of value, such as 'VISITOR-01'.

The image below shows an example of a successful participant creation:

Visitor - Creation-20240325-111207.png

The response we received is a ‘200 OK,' containing the participant ID, which is important for updating information later, if the participant doesn’t have external_id.

On the admin panel, the path Management → Participants will contain the participant created:

Visitor - Creation Result Panel-20240422-092828.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.