Add an attendee
You can add type of user e.g. Ateendee, Admin etc. by changing isadmin
binary property.
Request body structure should be same as mentioned or else will cause error.
Request Body Brief description of the expected payload:
| ||
---|---|---|
email string — REQUIREDStringified JSON | ||
eventid integer — REQUIREDSimple ids | ||
firstname string — REQUIREDSimple string | ||
lastname string — REQUIREDSimple string | ||
userpassword string — REQUIREDSimple string | ||
form_number integer — REQUIRED | ||
isactive integer — REQUIRED | ||
isadmin integer — REQUIRED | ||
isnetworking integer — REQUIRED | ||
profileurl string — REQUIREDSimple string | ||
coverimage stringSimple string | ||
audiourl stringSimple string | ||
details_form object[] — REQUIRED
| ||
exhibitoridfk integer — REQUIRED | ||
speakeridfk integer — REQUIRED | ||
sponsoridfk integer — REQUIRED | ||
usercategory string — REQUIRED | ||
userinterests string — REQUIRED | ||
userwaitlistmode integer — REQUIRED | ||
sendwelcomeemail boolean |
Responses | ||||||||
---|---|---|---|---|---|---|---|---|
200 CreateAppUserResponseSuccess
| ||||||||
default Error Response
|