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