Pause a user, preventing them from logging into an application. This will also pause the subscription assigned to the user.
Request samples
curl --location --request GET '?sellerkey&type=pauseuser&username'
Responses
application/json {
"success": true,
"message": "Successfully paused user!"
}
Modified at 2025-06-17 20:44:30