Attendee Profile Data

This API provides details of the attendee profile.

Get attendee analytics profile information

This API is used to get the analytics profile information of the attendee.

This includes details of user id, first name, last name, photo, email, phone number, title, company, user ticket type name.

Here is a sample of the success response.

{
  "userId": 7361,
  "firstName": "4rohit",
  "lastName": "c",
  "photo": null,
  "email": "[email protected]",
  "phoneNumber": 7894561236,
  "title": null,
  "company": null,
  "userTicketTypeName": [
    "Free Admission One"
  ]
}