# API: Account module: Access control panel

# accountModuleSSO

Trigger SSO method on related account provisioning module. This usually generates link that once visited logs customer into his account on related control panel

# Required parameters

Parameter Description
account_id account ID

# Request

GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=accountModuleSSO&account_id=ACCOUNT_ID

# PHP Samples

# Response

{
    "success": true,
    "link": "https:\/\/hostbillapp.com?sso=a3865828af8eb2125d2f23ad90bd6f6c7b9d7e9c293fa8801e11fb154547f0ce",
    "call": "accountModuleSSO",
    "server_time": 1712663373
}
Last Updated: 4/15/2024, 2:24:25 PM