Get attendee details by id

This API is used to get attendee profile details by id with the specified event.
It will return data like accept direct messages, accept meeting requests, firstName, lastName, email, request, title, rules, etc.
To call this API, the user has to pass eventUrl as query param and authentication key to authenticate the user.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Response

Here is the description of response attributes, which returns to the form of JSON.

AttributeDescription
acceptDirectMessagesThis controls if the attendee will allow direct messages from other attendees. By default this is a true value.
acceptMeetingRequestsThis will return the different types of meeting requests like NO_ONE, EVERY_ONE, MY_CONNECTION. By default is an EVERY_ONE value.
allowCallsAndVideosFromNotConnectedAttendeesThis controls if the attendee will allow calls and videos from attendees they are not connected with. By default set value is false.
availabilityDurationContains a meeting availability duration of like 20L.
availabilityEndTimeContains the meeting availability end date in yyyy/MM/dd HH:mm format.
availabilityStartTimeContains the meeting availability start date in yyyy/MM/dd HH:mm format.
availabilityTimezoneIdContains the availability timezone for attendee.
cityContains the city of the attendee. Only 255 characters are allowed
companyContains the company of the attendee. Only 255 characters are allowed
countryContains the country of the attendee. Only 255 characters are allowed
coverPhotoContains the cover photo of the attendee.
deletedCheck if deleted attendee then returns true otherwise false.
emailContains the email address of the attendee. Only 75 characters are allowed in email.
emailNotificationContains whether the attendee will receive email notifications regarding event activity. By default value is true.
equivalentTimezoneContains the equivalent timezone of the attendee.
eventIdThis event ID represents the unique ID of each event.
exposeProfileToOtherUserThis returns if attendee's profile is visible to other attendees or not . By default, the set is true value.
extraInfoThis will return the extra info details like the "about me", "wants to learn", "knows", and "wants to meet" fields.
facebookContains a link to the Facebook profile of the attendee.
firstEventContains the first event that the attendee participated on within Accelevents.
firstNameContains the first name of the attendee. Only 50 characters are allowed in firstName.
idThis returns a unique value associated with the ticketing setting attribute.
industryContains the industry of the attendee's profession.
instagramContains the Instagram handle of the attendee.
interestsThis will return the list of interests set by the attendee.
languageCodeThis will return the language code like EN or ES.
lastActiveContains the date that the attendee last logged into the event.
lastNameContains the lastName of the attendee. Only 50 characters are allowed in lastName.
linkedInContains the LinkedIn profile link of the attendee.
meetingAvailabilitySettedContains the meeting availability settings. By default set value is true.
photoContains the user's profile photo.
rejectedByContains the rejectedBy of the attendee.
pronounsContains the pronouns of the attendee.
requestContains the request of the attendee.
rulesThis will return the list of own availability rules like intervals, type, day, and date.
timezoneIdContains the timezone that the attendee is in.
titleContains the title of the attendee.
twitterContains the Twitter username of the attendee.
userIdThis returns the unique value associated with the attendee known as the ID.
userDetailThis will return the userDetails like firstName, lastName, password, email, country, countryCode, googleUserId, phoneNumber, phone, state, zipcode, address1, showExhibitorMenu Etc.
videoIntroContains the video intro of attendee details by id.
websiteContains the website of attendee details by id

Error Code

Here are the possible error messages, which return if any condition gets failed or required data is missing for processing.

Error CodeError Description
400The request could not be understood by the server due to malformed syntax.
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
40600013Cannot create URL
4040200No event could be found
Path Params
string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json