Attendees
Find attendee by email
1 min
{ "tab" "examples", "url" "https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/attendees/find/?email={emailaddress}", "name" "find attendee by email", "method" "get", "request" { "pathparameters" \[ { "kind" "required", "name" "{organizationid}", "type" "number", "children" \[], "description" "the id of the brella organization you are trying to retrieve data from" }, { "kind" "required", "name" "{eventid}", "type" "number", "children" \[], "description" "the id of the brella event you are trying to retrieve data from" } ], "queryparameters" \[ { "kind" "optional", "name" "email", "type" "string", "children" \[], "description" "the email of the attendee you want to retrieve this may be different from the email address in the associated invite used by the attendee " } ], "headerparameters" \[ { "kind" "required", "name" "brella api access token", "type" "string", "children" \[], "description" "your unique brella api key" }, { "kind" "required", "name" "accept", "type" "string", "children" \[], "description" "application/vnd brella v4+json" }, { "kind" "required", "name" "content type", "type" "string", "children" \[], "description" "application/json" } ], "bodydataparameters" \[], "formdataparameters" \[] }, "results" { "languages" \[ { "id" "psobomoj9uo00ibrqhmgp", "code" "{\n \\"data\\" {\n \\"id\\" \\"982086\\",\n \\"type\\" \\"attendee\\",\n \\"attributes\\" {\n \\"first name\\" \\"john\\",\n \\"last name\\" \\"smithsonian\\",\n \\"email\\" \\"johnsmith\@brella io\\",\n \\"company title\\" \\"chief experience officer\\",\n \\"company name\\" \\"brella\\",\n \\"group id\\" 11428,\n \\"created at\\" \\"2022 04 14t09 02 01 643z\\",\n \\"updated at\\" \\"2022 04 14t09 02 16 491z\\"\n },\n \\"relationships\\" {\n \\"invite\\" {\n \\"data\\" {\n \\"id\\" \\"479048\\",\n \\"type\\" \\"invite\\"\n }\n },\n \\"event\\" {\n \\"data\\" {\n \\"id\\" \\"5902\\",\n \\"type\\" \\"event\\"\n }\n }\n }\n },\n \\"included\\" \[\n {\n \\"id\\" \\"479048\\",\n \\"type\\" \\"invite\\",\n \\"attributes\\" {\n \\"fill token\\" \\"nbircv\\",\n \\"external email\\" \\"ville\@brella io\\",\n \\"external id\\" \\"kzkz0 20\\",\n \\"external first name\\" \\"james\\",\n \\"external last name\\" \\"bahamas\\",\n \\"external company\\" \\"brella\\",\n \\"external title\\" \\"founders\\",\n \\"qr string\\" \\"brella invite id=479048\&brella invite token=nbircv\\",\n \\"created at\\" \\"2022 04 14t08 56 59 940z\\",\n \\"updated at\\" \\"2023 03 27t15 45 16 515z\\",\n \\"attendee group name\\" \\"attendees\\",\n \\"seat count\\" 1,\n \\"free seat count\\" 0\n },\n \\"relationships\\" {\n \\"attendee group\\" {\n \\"data\\" {\n \\"id\\" \\"11428\\",\n \\"type\\" \\"attendee group\\"\n }\n },\n \\"seats\\" {\n \\"data\\" \[\n {\n \\"id\\" \\"828513\\",\n \\"type\\" \\"seat\\"\n }\n ]\n },\n \\"free seats\\" {\n \\"data\\" \[]\n },\n \\"question responses\\" {\n \\"data\\" \[]\n }\n }\n }\n ]\n}", "language" "200", "customlabel" "" } ], "selectedlanguageid" "psobomoj9uo00ibrqhmgp" }, "examples" { "languages" \[ { "id" "ra eswcsjfcif kmc8vxx", "code" "curl location g request get 'https //api brella io/api/integration/organizations/{organizationid}/events/{eventid}/attendees/find/?email={emailaddress}' \\\\\n header 'brella api access token string' \\\\\n header 'accept application/vnd brella v4+json' \\\\\n header 'content type application/json'", "language" "curl", "customlabel" "" } ], "selectedlanguageid" "ra eswcsjfcif kmc8vxx" }, "description" "find a specific attendee by email address", "currentnewparameter" { "label" "query parameter", "value" "queryparameters" } }