Skip to main content

Update an attendee

You can update 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.

Path Parameters
userid integer REQUIRED
Request Body

Expected request body description:

  • email is optional. If you want to update the registered email or wnat to send a Welcome Email, then include this property in payload. If you want to update the email, then firstname & lastnane proeprties becomes mandatory to send as payload.
  • details_form, form_number becomes mandatory if user form is updated.
  • If updated, details_form item order should always match the same details_form fetched from /myForms in Checkout Forms section. Follow example to avoid any fetal errors. If form item property is_section is true or input_type is dynamicfield, then value property is not required in payload. For other items, value should never be null, instead use either blank string or blank array accordingly.
  • sendwelcomeemail is a boolean property. If true then we'll send an Welcome Email to them. For that email becomes mandatory payload property to add.
  • Rest requirements match the ones for creating an attendee.
firstname string
lastname string
exhibitoridfk integer
usercategory string
form_number integer
details_form string
sendwelcomeemail boolean
Responses
200

PostPatchResponse

Schema
object[]
id integer

Simple ids

default

Error Response

Schema
code int32

Error code.

message string

String description of the error.