Consume
Last updated
Last updated
The Event Consume endpoint allows you to set the state of attendance to booked, absent, or attended. See the table below about the various states.
The Event Consume endpoint will enable integrations where attendance is managed through a different mechanism i.e. not the built-in check-in. This can be useful if your classroom or event activities need additional communication, access codes, or tickets.
In order to consume attendance, you will need to retrieve the attendance guid
. This can either be done via the event list endpoint or automatically via event webhooks. The consume endpoint allows you to set the attendance state for single or multiple users.
The response will contain how many attendees have a changed state. Attendees will only change their state if the current state does not match the new state.
States
booked The user is registered for the event.
attended
The user has attended the event.
absent
The user was absent at the event/did not attend.
Key
Type
guids
Array. A list of GUIDs.
state
String. The state to set the attendance to.