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:

  • details_form, form_number becomes mandatory if user form is updated.
  • If updated, details_form should be always stringified JSON & match the same details_form fetched from /myForms in Checkout Forms section.
  • Rest requirements match the ones for creating an attendee.
firstname string
lastname string
exhibitoridfk integer
usercategory string
form_number integer
details_form string
Responses
200

PostPatchResponse

Schema
object[]
id integer
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.