Enables administrators and developers to programmatically retrieve all roles for a specific space.
Authorization
Bearer YOUR_TOKEN
SpaceID
Rolename
UserID
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/spaces/78/roles
{ "IsError": false, "ResponseMessage": "", "ResponseData": [ { "RoleID": 1373, "UserID": 0, "SpaceID": 313, "RoleName": "Member", "Description": "This role is what most users will have. This role is assigned to every user that registers or is invited to the space. They cannot access the space Control Panel, but they can create content and interact with other users.", "RoleAssignSource": 1, "TenantID": 0 } ] }
{ "IsError": true, "ResponseMessage": "Required field missing", "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/66963/rest-api-get-space-roles
Your session has expired. You are being logged out.