Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Required string length:
1 - 900Body
application/json
Response
Approve and Reject Join Request Response
curl --request POST \
--url https://apix.us.amity.co/api/v4/communities/{communityId}/join/reject \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "<string>"
}'{
"success": true
}This API allows moderators to reject a community join requests.
curl --request POST \
--url https://apix.us.amity.co/api/v4/communities/{communityId}/join/reject \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"userId": "<string>"
}'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
1 - 900Approve and Reject Join Request Response