Session - Assign Speaker
To attach a speaker to a session, use the /api/v2/session/set endpoint. The system assigns a speaker based on the presence of the following identifying parameters.
event_id:
The unique identifier for the event. (integer)id:
Session ID (integer)speakers[]:
Account emails separated by comma when multiple speakers (string)
Notice: To obtain the session ID, navigate to Management > Sessions, select the desired session.

The session ID can be found at the end of the endpoint.