# API: Convert Contact To Client
# convertContactToClient
Converts a contact into a full, standalone client account, reusing the same identity/email
# Required parameters
| Parameter | Description |
|---|---|
client_id | Contact ID to convert into a standalone client |
# Optional parameters
| Parameter | Description |
|---|---|
keep_access | 1 to keep the contact's existing organization memberships (converted to guest grants), 0 to drop them. Defaults to 0. |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=convertContactToClient&client_id=CLIENT_ID
# PHP Samples
# Response
{
"success": true,
"client_id": "9",
"call": "convertContactToClient",
"server_time": 1713252266,
"info": [
"contactconverted"
]
}