Attendee List

This API Used to get all attendee list with pagination.

Get Attendee List / Search Attendee

This API is used to get a list of all attendees with pagination.

Also, this API is used to get a filtered attendee list with pagination.

In response, there will be an attendee list with information like first name, last name, email, user id, and photo.

Here is a sample of the success response.

[
  {
    "firstName": "4rohit",
    "lastName": "c",
    "email": "[email protected]",
    "photo": null,
    "userId": 7361
  },
  {
    "firstName": "aalok",
    "lastName": "mistry",
    "email": "[email protected]",
    "photo": null,
    "userId": 10
  },
  {
    "firstName": "Akshat",
    "lastName": "Shah",
    "email": "[email protected]",
    "photo": null,
    "userId": 15
  },
  {
    "firstName": "Akshat LOng Name  fewkjv wenjf fewlkflk fmeqkl dkq",
    "lastName": "shah fewlknf fmeqlkf fklqejflk fjqwkdj wqlkdj dqwd",
    "email": "[email protected]",
    "photo": "20c94b4f-cd97-4123-bfca-2cd687c2e6e5",
    "userId": 20
  },
  {
    "firstName": "asdf",
    "lastName": "ghjk",
    "email": "[email protected]",
    "photo": null,
    "userId": 26535
  },
  {
    "firstName": "Bhargav",
    "lastName": "Zanzrukia",
    "email": "[email protected]",
    "photo": null,
    "userId": 303
  },
  {
    "firstName": "First_Name 1000",
    "lastName": "Last_Name 1000",
    "email": "[email protected]",
    "photo": null,
    "userId": 12923
  },
  {
    "firstName": "First_Name 1001",
    "lastName": "Last_Name 1001",
    "email": "[email protected]",
    "photo": null,
    "userId": 12986
  },
  {
    "firstName": "First_Name 1002",
    "lastName": "Last_Name 1002",
    "email": "[email protected]",
    "photo": null,
    "userId": 12982
  },
  {
    "firstName": "First_Name 1003",
    "lastName": "Last_Name 1003",
    "email": "[email protected]",
    "photo": null,
    "userId": 12979
  }
]