Updating Participants
This step shows how to update participants in a Perculus session.
There are two ways to update participant details for a session:
With ATTENDANCE_CODE
You need the SESSION_ID of the session and the ATTENDANCE_CODE, which is the participant ID of the user, to update the participant in a session.
Available parameters:
name
string
Name of the participant
surname
string
Surname of the participant
string
Email of the participant
role
string
mobile
string
Mobile phone of the participant
Example Payload:
With EMAIL
You need the SESSION_ID of the session and the EMAIL, which is the email of the user, to update the participant in a session.
Available parameters:
name
string
Name of the participant
surname
string
Surname of the participant
string
Email of the participant
role
string
mobile
string
Mobile phone of the participant
Example payload:
Last updated
Was this helpful?