Cohosts
Overview
The Cohosts API allows event hosts to send invitations to other users to become cohosts of their events. Invitees can then accept or deny these requests, enabling dynamic collaboration in event management.
Cohost Fields
decision
: A required boolean indicating whether a cohost request is approved or denied.event
: TheMongoID
of the event related to the cohost request.users
: An array ofMongoID
s representing the users under consideration for cohost roles.
Event Object Fields for Cohosts
cohosts
: An array ofMongoID
s identifying the designated cohosts for an event.cohosts_expanded
: Provides detailed user information for each cohost, potentially including their profile details, roles, and permissions.
API Endpoints
Last updated