subaccounts:create
scope.
Create a sub-account
POST /v3/subaccounts creates a native (GHL-free) sub-account plus its inbound
webhook integration, and returns the webhook URL and secret.
Manage users
A user belongs to a sub-account through a role (OWNER, ADMIN, MEMBER, or
VIEWER). These endpoints need the subaccounts:update scope (and
subaccounts:read to list).
1
Add a user
2
List, update, remove
GET /v3/subaccounts/{id}/users— list active members.PATCH /v3/subaccounts/{id}/users/{userId}— change a member’s role.DELETE /v3/subaccounts/{id}/users/{userId}— remove a member (soft).
409 last_owner.