Get a list of connections of a particular user
Authorization
Bearer YOUR_TOKEN
UserID
IsConfirmed
Page
PageLength
LogView
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/users/31/friends?IsConfirmed=true&Page=1&PageLength=10
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "AvatarImageURL": "your-site.com/Assets/Uploaded-Photos/10-b873e9f8-f062-413c-a386-cb680acdb4b5.png", "CreatedBy": 0, "Email": "SampleEmail@your-site.com", "FirstName": "Bob", "Gender": 0, "IsActivated": false, "IsAnonymous": false, "IsAvatarApproved": false, "IsBanned": false, "IsConfirmed": true, "IsContactInfoVisible": true, "IsFeatured": false, "IsIsolated": false, "IsProfileCompleted": false, "IsOptInPromotionalEmails": false, "IsProfilePublic": true, "LastName": "Harper", "MediaServerRootURL": "https:/your-site.com/Assets/Uploaded-Photos", "MembershipStatus": 0, "MembershipType": 0, "NumBlogPosts": 0, "NumPosts": 0, "PMNotification": false, "Points": 79, "ProfileImageURL": "your-site.com/Assets/Uploaded-Photos/10-3aba367e-832a-4a44-8f19-d00c2471c45b.png", "ProfileURL": "your-site.com/people/member1", "RankID": 1, "RankImage": "rank-lurker.gif", "RankImageURL": "your-site.com/Assets/Uploaded-Photos/rank-lurker.gif", "RankName": "Lurky", "RequestMessage": "", "RoleID": 5, "ShowEmail": false, "SpaceID": 252, "UserID": 376, "UserInfoDisplayName": "Bob Harper", "UserName": "bharper", "HasJoinedViaThirdPartyLogin": false, "IsWindowsADUser": false, "FriendID": 0 }, { "AvatarImageURL": "your-site.com/Assets/Uploaded-Photos/10-b873e9f8-f062-413c-a386-cb680acdb4b5.png", "CreatedBy": 0, "Email": "SampleEmail@your-site.com", "FirstName": "Sandra", "Gender": 0, "IsActivated": false, "IsAnonymous": false, "IsAvatarApproved": false, "IsBanned": false, "IsConfirmed": true, "IsContactInfoVisible": true, "IsFeatured": false, "IsIsolated": false, "IsProfileCompleted": false, "IsOptInPromotionalEmails": false, "IsProfilePublic": true, "LastName": "Smith", "MediaServerRootURL": "https:/your-site.com/Assets/Uploaded-Photos", "MembershipStatus": 0, "MembershipType": 0, "NumBlogPosts": 0, "NumPosts": 0, "PMNotification": false, "Points": 79, "ProfileImageURL": "your-site.com/Assets/Uploaded-Photos/10-3aba367e-832a-4a44-8f19-d00c2471c45b.png", "ProfileURL": "your-site.com/people/member1", "RankID": 1, "RankImage": "rank-lurker.gif", "RankImageURL": "your-site.com/Assets/Uploaded-Photos/rank-lurker.gif", "RankName": "Lurky", "RequestMessage": "", "RoleID": 5, "ShowEmail": false, "SpaceID": 252, "UserID": 376, "UserInfoDisplayName": "Sandra Smith", "UserName": "ssmith", "HasJoinedViaThirdPartyLogin": false, "IsWindowsADUser": false, "FriendID": 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/738/rest-api-get-connections
Your session has expired. You are being logged out.