v1

latestOpenAPI 3.1.0Proprietary2026-07-24660315.0 KB
Events

Update Host

Update a host's permissions or visibility on an event. Use this to change a host between check-in and manager access levels. The event creator's access level cannot be changed.

post/v1/events/hosts/update

Request body

event_idstring required

Event ID, this usually starts with evt-

emailstring required

Email of the host to update.

access_level'none' | 'check-in' | 'manager'

The new access level for the host. One of "none", "check-in", or "manager". The event creator’s access level cannot be changed.

is_visibleboolean

Whether the host is visible on the event page.

Response

Successful response.

object required

Empty response