Create a new session for an event.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
This endpoint requires theevents:writescope.
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.
400Bad request
401Authentication failed
403Workspace blocked
404Event Not found
422Session Creation On On-Demand Event