Ranking Key
Accept join request
API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Ranking Key
Accept join request
PATCH
/
ranking
/
join-requests
/
{userId}
curl --request PATCH \
--url https://api.readmin.app/ranking/join-requests/{userId} \
--header 'api-key: <api-key>'
{
"success": true,
"message": "User was accepted into the group."
}
Authorizations
Path Parameters
Response
200
application/json
Success
The response is of type object
.
curl --request PATCH \
--url https://api.readmin.app/ranking/join-requests/{userId} \
--header 'api-key: <api-key>'
{
"success": true,
"message": "User was accepted into the group."
}