participantsAsk AIpost https://api.lyyti.com/v2/participants/EVENT_IDAdd participants to an event (ie. insert, not update)Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Path Paramsevent_idint32requiredQuery Paramscheck_capacitybooleanDefaults to falseIf true, checks that event's capacity is not exceeded when participants are addedenable_timerbooleanDefaults to falseIf true, timer is added to participant. If participant is set to be saved, timer has no effect to participantcheck_uniquebooleanDefaults to falseIf true, checks if the question has "Registration is not allowed if another participant has the same answer" set.Body ParamssavedbooleanDefaults to falseShould the participant be saved already when added via the API? By default, not saved until the participant manually confirms the enrollment.languagestringEnrollment page language. If left blank, the enrollment page will try to determine an initial value based on the client.emailstringParticipant's email address. NOTE: Take care to only use valid emails, even when testing!firstnamestringParticipant's first name.lastnamestringParticipant's last name.phonenumberstringParticipant's phonenumber in the international (E.123) format, eg. "+358 50 555 1234".info1stringExtra information, metadata etc.info2stringExtra information, metadata etc.organiser_notesstringNotes the organiser may have added about the participantanswersstringParticipant's answers to this event's questions. You can find the IDs from the questions resource.standard_answersstringParticipant's answers to this event's standard questions, which can be listed using the standard_questions resource. Standard questions retain the same IDs between events, so they are preferable in most scenarios.participant_type_idint32Participant's participant typestatusstringDefaults to notreactedStatus of participant. Possible values: notreacted, reactedyes, reactedno, show, noshowResponses 200200 400400Updated 10 months ago