Adds a host to an event session

Adds a user as a host of the event session. Atomic and idempotent: adding a user who is already a host returns 200 without duplicating. The user must belong to your organization. Hosts are readable on the session as host_user_ids and usable in message templates via the {{ event-session.hosts }}, {{ event-session.host }}, and {{ event-session.host-names }} merge tags.

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

Identifier of the event session

Body Params

The user to add as a host

int64
required

ID of the user to add as a host

Responses
200

host added

404

user or event session not found

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!