Skip to main content

Search for an attendee in an event

It will return users based on searchtype and searchvalue.

You need an valid eventid to seach the attendee in an event.

The possible combination for filter are:

  • email
  • userid
  • name
Query Parameters
eventid integer REQUIRED
searchtype string REQUIRED

Possible values: [email, id, name]

Kindly read the description and choose type accordingly

searchvalue string REQUIRED

Kindly read the description and choose value accordingly

Responses
200

AttendeeFetchResponse

Schema
appuserid integer

Simple ids

email string

Simple string

eventid integer

Simple ids

firstname string

Simple string

lastname string

Simple string

username string

Simple string

isactive integer
isadmin boolean
isnetworking integer
profileurl string

Simple string

coverimage string

Simple string

audiourl string

Simple string

exhibitoridfk integer

Simple ids

speakeridfk integer

Simple ids

sponsoridfk integer

Simple ids

usercategory object[]
category_id integer

Simple ids

category_name string

Simple string

userinterests object[]
interest_id integer

Simple ids

interest string

Simple string

userwaitlistmode boolean
form_number integer
details_form string

Stringified JSON

default

Error Response

Schema
code int32

Error code.

message string

String description of the error.