API Documentation
Ranking Key
Staff History
Workspace
Sessions
Orders
Ranking Key
Change user rank
PUT
/
ranking
/
users
/
{userId}
/
role
/
{rankId}
curl --request PUT \
--url https://api.readmin.app/ranking/users/{userId}/role/{rankId} \
--header 'api-key: <api-key>'
{
"success": true,
"message": "Ranking request completed."
}
Authorizations
Response
200
application/json
Success
The response is of type object
.
curl --request PUT \
--url https://api.readmin.app/ranking/users/{userId}/role/{rankId} \
--header 'api-key: <api-key>'
{
"success": true,
"message": "Ranking request completed."
}
Assistant
Responses are generated using AI and may contain mistakes.