Add sessions to speaker (JSON body)

Assigns a speaker to one or more sessions in a single request using a JSON body with an array of session_ids. The speaker is identified by speaker_id in the path. All sessions must belong to the same event as the speaker. Returns the full speaker object including the updated sessions list on success, or validation errors if any session ID is invalid.

Path Params
integer
required

integer - required - The ID of the speaker you want to associate sessions with

Body Params
session_ids
array of integers
required

array of integers - required - The list of session IDs to associate with the speaker

session_ids*
Responses

Language
Credentials
Bearer
access_token
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json