This function lists the groups of integration links in the cPanel interface.
HTTP Request was successful.
object | |
object |
whmapi1 --output=jsonpretty \ list_integration_groups \ user='username'
{- "data": {
- "links": [
- {
- "group": "Group3"
}
]
}, - "metadata": {
- "command": "list_integration_groups",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}