Update a guest invite

Partially update a guest invite on a visit. All fields are optional.

Returns 409 Conflict if the new email address is already used by another active invite on the visit. Returns 422 if the invite is canceled.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Visit ID (UUID)

uuid
required

Guest invite ID (UUID)

Body Params
string

Updated name of the guest

string

Updated email address of the guest

custom_fields
array of objects

Updated custom field values for this guest

custom_fields
Responses

400

Validation error — missing or invalid parameters

401

Authentication required — no valid user identity

404

Visit or guest invite not found

409

Conflict — email address already invited to this visit

422

Unprocessable — cannot edit a canceled guest invite

500

Internal server error

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json