See who wants to connect with you. This endpoint lists all the incoming invitations that are waiting for an "Accept" or "Decline". Use this to show alert badges on your user's notifications icon.
Authorization
Bearer YOUR_TOKEN
ToUserID
FetchForAllUsers
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/users/friendrequests
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "FromUser": { "UserName": "laura", "MediaServerRootURL": "https://your-site.com/Assets/Uploaded-Photos", "MediaServerID": 46, "FirstName": "Laura", "LastName": "Carter", "ProfileURL": "https://your-site.com/people/laura", "UserID": 618, "UserInfoDisplayName": "Laura Carter", "Email": "laura.carter@your-site.com", "AvatarImageURL": "https://your-site.com/Assets/Uploaded-Photos/5e957294-635a-444d-9b07-0185d53ebc6c.jpg", "IsCommunityUser": false }, "ToUser": { "UserName": "admin", "MediaServerRootURL": "https://your-site.com/Assets/Uploaded-Photos", "MediaServerID": 46, "FirstName": "Alexis", "LastName": "Fox", "MiddleName": "", "ProfileURL": "https://your-site.com/people/admin", "UserID": 376, "UserInfoDisplayName": "Alexis Fox", "Email": "noreply@your-site.com", "AvatarImageURL": "https://your-site.com/Assets/Uploaded-Photos/376/f9c8486c-f3f3-41f9-9f46-044093247dc9.jpg", "IsCommunityUser": false }, "DateAdded": "2026-04-29T09:13:35.687", "Message": "Hi, please accept my connection request" } ] }
{ "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/32586/rest-api-get-connection-requests
Your session has expired. You are being logged out.