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: The MongoID of the event related to the cohost request.

  • users: An array of MongoIDs representing the users under consideration for cohost roles.

Event Object Fields for Cohosts

  • cohosts: An array of MongoIDs 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

# Retrieve the status of cohost requests
Query.getEventCohostRequests

# Process cohost requests
Mutation.ManageEventCohostRequestsInput

Last updated