Get a space role by its name.
Authorization
Bearer YOUR_TOKEN
SpaceID
RoleName
Authorization: Bearer YOUR_TOKEN
https://your-site.com/api/spaces/104/roles?rolename=member
{ "IsError": false, "ResponseMessage": "", "ResponseData": { "RoleID": 5, "UserID": 376, "SpaceID": 252, "RoleName": "Member", "Description": "Community members who have joined the space, with normal permissions." } }
{ "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/5801/rest-api-get-space-role-by-role-name
Your session has expired. You are being logged out.