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

ResourceListResponse

Schema
resource object[]
default

Error Response

Schema
code int32

Error code.

message string

String description of the error.