Enables administrators and developers to programmatically retrieve your own profile details. This is the simplest way to get the logged-in user's data without needing to know their specific ID.
Authorization
Bearer YOUR_TOKEN
LogView
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/users/me
{ "UserName": "Alice", "MediaServerRootURL": "https://your-site.com/Assets/Uploaded-Photos", "MediaServerID": 76, "FirstName": "Alice", "LastName": "Romero", "MiddleName": "Claire", "ProfileURL": "https://graphix/people/Alice", "ConnectionStatus": 0, "Occupation": "Motion Graphic Designer", "UserID": 1376, "UserInfoDisplayName": "Alice Romero", "Email": "alice@your-site.com", "AvatarImageURL": "https://your-site.com/Assets/Uploaded-Photos/377/8ca12e5a-9665-49b3-9dfb-84f987d3c908.jpg", "IsCommunityUser": false }
{ "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/104992/rest-api-get-me
Your session has expired. You are being logged out.