Enables administrators and developers to programmatically retrieve a list of event attendees by RSVP type. The response is the bare list of event users, not the response envelope; an empty list when nothing matches.
Authorization
Bearer YOUR_TOKEN
EventID
SpaceIDUsers
SpaceAttendance
Instance
InstanceOption
Attendance
IsInvited
Keyword
StartPage
PageLength
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/events/153/attendees?Attendance=1&StartPage=1&PageLength=50
[ { "AttendanceType": 1, "AttendanceID": 37086, "IsInvited": false, "Organizer": false, "IsDeleted": false, "IsSpaceUser": false, "UserName": "jane.doe", "MediaServerID": 88, "FirstName": "Jane", "LastName": "Doe", "ProfileURL": "https://your-site.com/people/maxwell", "ConnectionStatus": 0, "UserID": 630, "UserInfoDisplayName": "Alex Morgan", "Email": "jane.doe@example.com", "AvatarImageURL": "https://your-site.com/Assets/Uploaded-Photos/1/avatar.jpg", "IsCommunityUser": true, "TenantID": 0 } ]
{ "IsError": true, "ResponseMessage": "Required parameter is missing or invalid.", "ResponseData": null }
While Axero does not enforce hard rate limits by default, we recommend the following best practices to ensure optimal performance:
Axero may implement temporary rate restrictions if excessive API usage affects overall site performance. For high-volume integrations, contact Axero to discuss your requirements.
is requesting access to a wiki that you have locked: https://my.axerosolutions.com/spaces/5/axero-documentation/wiki/view/42838/rest-api-get-event-attendees
Your session has expired. You are being logged out.