API: Add Client Guest
addClientGuest
Links an existing client account to another client as a guest, with optional privileges
Required parameters
| Parameter | Description |
id | Parent client ID to grant guest access to |
user_id | Existing client ID to link as guest |
Optional parameters
| Parameter | Description |
privileges | Array of privileges to grant, same format as editClientGuestPermissions |
notifyclient | Whether to notify the invited client |
status | One of: Active,Pending,Closed,Rejected. Defaults to Pending |
Request
PHP Samples
Response