Add a new speaker
We have a feature where speakers can also be attendees in the event. So We need to add them. This is denoted by createuser
property send in the request body as described.
The createuser
is mandatory, so if you don't want to create speaker as attendee also, senf false as value but include this property.
If you want to create speaker as attendee, email is mandatory and send as described in in the request body.
Follow the exact format described in the Request Body section to avoid any errors.
Request Body Basic payload properties are as defined.
| ||
---|---|---|
eventid integer | ||
firstname string | ||
lastname string | ||
email string | ||
company string | ||
position string | ||
description string | ||
phone string | ||
country string | ||
profileimage string | ||
file1 string | ||
file2 string | ||
file3 string | ||
file4 string | ||
file5 string | ||
createuser boolean | ||
attendee_form_number integer | ||
attendee_details_form object[]
|
Responses | |||||||
---|---|---|---|---|---|---|---|
200 CreateAppUserResponseSuccess
| |||||||
default Error Response
|