Edit event attendee
Edit a single event attendee's status and/or metadata
Path Parameters
companyID companyID required
The id of the company
eventID eventID required
The id of the event
userID userID-f250f23c-5e5d-4e9e-b5d7-038c78c54ca2 required
The id of the user
application/json
Request Body
Attendee fields to update
status string
Possible values: [going, waitlist, declined, invited]
Attendance status of the user
metadata object
Attendee metadata fields to update
joinedAt date-time nullable
Date the user joined the event
joinedWaitlistAt date-time nullable
Date the user joined the waitlist
declinedAt date-time nullable
Date the user declined the event
checkIn boolean nullable
Whether the user was checked in
Responses
- 200
- 400
- 404
Attendee updated successfully
application/json
Schema
Example (from schema)
Schema
message string
Error message
{
"message": "User not found"
}
An error when a parameter is missing or invalid
application/json
Schema
Example (from schema)
Schema
message string
Error message
{
"message": "User not found"
}
An error when the event is not found
application/json
Schema
Example (from schema)
Schema
message string
Error message
{
"message": "User not found"
}
Loading...