Filtering Participants
This step shows how to filter participants via GroupsAPI
Available parameters:
Parameter
Type
Description
user_id
string
GUID of the user
attendance_code
string
Attendance code of the participant
name
string
Name of the participant
surname
string
Surname of the participant
string
Email of the participant
mobile
string
Mobile of the participant
page_size
integer
Page size
page_number
integer
Page number
Example payload:
curl --location --request GET 'https://<DOMAIN>/xapi/session/<SESSION_ID>/attendee/<EMAIL>' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'Content-Type: x-www-form-urlencoded' \
--data-urlencode 'name=john' \
--data-urlencode 'surname=doe'
Last updated
Was this helpful?