post https://{defaultHost}/events//sessions
Create a new session for an event.
This endpoint requires the
events:write
scope.
This endpoint lets you create a new Session for the chosen Event.
Mandatory information
The minimum information required to schedule a new session for the selected event are:
- A valid date, which should be in the future
- A valid timezone, such as
Americas/New_york
. The full list of timezones is available here.
The session's host will be the person who initially created the event.
Optional information
You can also specify the team members invited to this event session by simply adding a relationships
attribute of type People
, in which you'll be able to list all the team members. Beforehand, you must have retrieved the list of team members from your organization (for instance using the GET /people
endpoint combined with a filter filter[role]
of type team_member
) to specify valid People IDs.