Participant Details
This page describes how to obtain details of a participant.
In Perculus API, there are two ways to obtain details of a participant:
Both methods require SESSION_ID and respective parameter when making requests.
By ATTENDANCE_CODE
You need the SESSION_ID of the session and the ATTENDANCE_CODE, which is the participant ID of the user, to get the participant details for a session.
Example Payload:
By 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.
Example Payload:
Last updated
Was this helpful?