Pause a user, preventing them from logging into an application. This will also pause the subscription assigned to the user.
Request Code Samples
curl --location --request GET 'https://keyauth.win/api/seller/?sellerkey=&type=pauseuser&username='
Responses
application/json {
"success": true,
"message": "Successfully paused user!"
}
Modified at 2025-05-09 18:26:58