Users need approval to join moderated spaces. This join request goes to the space admin; who can approve or decline the request. This can be done by passing "true/false" in the request body for approving/declining user's space join request.
Authorization
Bearer YOUR_TOKEN
Content-Type
application/json
SpaceID
UserID
approve
Authorization: Bearer YOUR_TOKEN Content-Type: application/json
https://your-site.com/api/spaces/240/users/1350/membership/status
true
{ "IsError": false, "ResponseMessage": "", "ResponseData": true }
{ "Message": "The request is invalid." }
ImportantA ResponseData value of "true" indicates the approve or decline action completed successfully.
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/526/rest-api-approve-decline-space-user
Your session has expired. You are being logged out.