v1

latestSwagger 2.02026-07-14385167.8 KB
Co-organizers

Create co-organizers

Creates co-organizers for the specified webinar. For co-organizers that have a GoToWebinar account you have to set the parameter 'external' to 'false'. In this case you have to pass the parameter 'organizerKey' only. For co-organizers that have no GoToWebinar account you have to set the parameter 'external' to 'true'. In this case you have to pass the parameters 'givenName' and 'email'. Since there is no parameter for 'surname' you should pass first and last name to the parameter 'givenName'.

post/organizers/{organizerKey}/webinars/{webinarKey}/coorganizers

Path parameters

organizerKeyinteger required

The key of the organizer

webinarKeyinteger required

The key of the webinar

Headers

Authorizationstring required

Access token

Request body

emailstring

The co-organizer's email address. This parameter has to be passed only, if 'external' is set to 'true'

externalboolean required

If the co-organizer has no GoToWebinar account, this value has to be set to 'true'

givenNamestring

The co-organizer's given name. This parameter has to be passed only, if 'external' is set to 'true'

organizerKeystring

The co-organizer's organizer key. This parameter has to be passed only, if 'external' is set to 'false'

Response

Created

emailstring required

The co-organizer's email address

externalboolean required

If the co-organizer has no GoToWebinar account, this value is set to 'true'

givenNamestring required

The co-organizer's given name

joinLinkstring required

The co-organizer's join link

memberKeystring required

The co-organizer's organizer key. A new member key is created for external co-organizers

surnamestring required

The co-organizer's surname. For external co-organizers this parameter is not returned