Batch check-in a list of people for an event
POST/events/:id/checkin-people
Used by Family View 'Check In Family' (#6838) and any other UI that needs to check in a known set of people. Each ID is processed via Event::checkInPerson() which creates timeline notes and timestamps.
Request​
Responses​
- 200
- 400
- 401
- 403
- 404
People checked in
Invalid input
Unauthorized
AddEvents role required
Event not found