TuCloudAPI unlockaccountcode
Appearance
TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: SuperRoot, Operator.
Description
Unblocks (unlocks) an account (blocked=NO). Requires write permission (operator/SuperRoot, not read-only).
Call
GET https://tucloudapi.7kas.com:9087/tucloud?func=unlockaccountcode&ukey=YOUR_KEY
Requires the ukey parameter.
Parameters
| Parameter | Type | Required | Default | Meaning |
|---|---|---|---|---|
accountcodeid |
integer | Yes | — | Account id to unlock. |
Example
https://api.7kas.com:9087/tucloud?func=unlockaccountcode&ukey=OPKEY&accountcodeid=123
Response
Object confirming the unlock.
Back to TuCloudAPI