# API: Account module:Unsuspend

# accountUnsuspend

Invoke account unsuspend method.

# Required parameters

Parameter Description
id Account ID

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=accountUnsuspend&id=ID

# PHP Samples

# Response

{
    "success": true,
    "call": "accountSuspend",
    "server_time": 1317713746,
    "info": [
        "Account #85 marked Cancelled"
    ]
}
Last Updated: 5/12/2023, 3:22:14 PM