Update a speaker details
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.
Path Parameters |
---|
speakerid string — REQUIRED |
Request Body Here all the possible properties are mentioned. For patch not all these properties are mandatory. Send only the properties that you want to update along with these mandatory properties:
Basic payload properties are as defined.
|
---|
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_formid integer |
attendee_responses string |
Responses | |||||||
---|---|---|---|---|---|---|---|
200 CreateAppUserResponseSuccess
| |||||||
default Error Response
|