Enables administrators and developers to programmatically retrieve a list of external users for an event. The response is the bare list of guest users, not the response envelope.
Authorization
Bearer YOUR_TOKEN
EventID
Attendance
Instance
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/events/guestattendees?EventID=153&Attendance=1
[ { "UserInfoDisplayName": "sally ", "AvatarImageURL": "https://your-site.com/assets/Themes/default/images/avatar-default.jpg", "UserID": 1057, "BlogID": 0, "DateJoined": "0001-01-01T00:00:00", "Email": "sally@acme.com", "EmailRecieve": 3, "SpaceDigestOption": 0, "InvitationID": 1, "IsActivated": false, "IsAnonymous": false, "IsUserLocked": false, "IsBanned": false, "IsConfirmed": false, "IsContactInfoVisible": false, "IsFeatured": false, "IsIsolated": false, "IsProfileCompleted": false, "IsOptInPromotionalEmails": false, "IsPasswordEncrypted": false, "MediaServerID": 0, "MembershipStatus": 0, "NumBlogPosts": 0, "NumPosts": 0, "PMNotification": false, "Points": 0, "RankID": 0, "RoleID": 0, "ShowEmail": false, "CRMUserContactID": 1057, "HasJoinedViaThirdPartyLogin": false, "IsWindowsADUser": false, "LastChatActivityDate": "0001-01-01T00:00:00", "UserPresenceStatus": 0, "IsPasswordHashed": false, "InOrgChart": false, "AttendanceType": 1, "IsOrganizer": false, "ConnectionStatus": 0, "CanChat": false }, { "UserInfoDisplayName": "janice ", "AvatarImageURL": "https://your-site.com/assets/Themes/default/images/avatar-default.jpg", "UserID": 1057, "BlogID": 0, "DateJoined": "0001-01-01T00:00:00", "Email": "janice@acme.com", "EmailRecieve": 3, "SpaceDigestOption": 0, "InvitationID": 4, "IsActivated": false, "IsAnonymous": false, "IsUserLocked": false, "IsBanned": false, "IsConfirmed": false, "IsContactInfoVisible": false, "IsFeatured": false, "IsIsolated": false, "IsProfileCompleted": false, "IsOptInPromotionalEmails": false, "IsPasswordEncrypted": false, "MediaServerID": 0, "MembershipStatus": 0, "NumBlogPosts": 0, "NumPosts": 0, "PMNotification": false, "Points": 0, "RankID": 0, "RoleID": 0, "ShowEmail": false, "CRMUserContactID": 1057, "HasJoinedViaThirdPartyLogin": false, "IsWindowsADUser": false, "LastChatActivityDate": "0001-01-01T00:00:00", "UserPresenceStatus": 0, "IsPasswordHashed": false, "InOrgChart": false, "AttendanceType": 1, "IsOrganizer": false, "ConnectionStatus": 0, "CanChat": false }, { "UserInfoDisplayName": "bill ", "AvatarImageURL": "https://your-site.com/assets/Themes/default/images/avatar-default.jpg", "UserID": 1057, "BlogID": 0, "DateJoined": "0001-01-01T00:00:00", "Email": "bill@acme.com", "EmailRecieve": 3, "SpaceDigestOption": 0, "InvitationID": 6, "IsActivated": false, "IsAnonymous": false, "IsUserLocked": false, "IsBanned": false, "IsConfirmed": false, "IsContactInfoVisible": false, "IsFeatured": false, "IsIsolated": false, "IsProfileCompleted": false, "IsOptInPromotionalEmails": false, "IsPasswordEncrypted": false, "MediaServerID": 0, "MembershipStatus": 0, "NumBlogPosts": 0, "NumPosts": 0, "PMNotification": false, "Points": 0, "RankID": 0, "RoleID": 0, "ShowEmail": false, "CRMUserContactID": 1057, "HasJoinedViaThirdPartyLogin": false, "IsWindowsADUser": false, "LastChatActivityDate": "0001-01-01T00:00:00", "UserPresenceStatus": 0, "IsPasswordHashed": false, "InOrgChart": false, "AttendanceType": 5, "IsOrganizer": false, "ConnectionStatus": 0, "CanChat": false } ]
{ "Message": "The request is invalid." }
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/42840/rest-api-get-guest-attendees
Your session has expired. You are being logged out.