Client Management
Client management is available to Reseller and Agency partners only.
Sub-clients are customer accounts that you create and manage. They allow you to organize licenses by client and manage your portfolio.
Creating a Client
- Go to Clients in your portal
- Click Create Client
- Enter:
- Email — must be unique (not already registered in the system)
- Name — client's full name
- Company (optional) — client's company name
- Click Create
The client account is created as a standard Customer type, linked to your partner profile.
Sub-clients are managed entirely by you. They do not have their own portal login — you handle all license management, activations, and support on their behalf.
Viewing Clients
The Clients page shows all your sub-clients:
- Client name, email, and company
- Number of licenses assigned
- Click on a client to view their individual licenses
Assigning Licenses to Clients
When creating licenses (single or bulk), you can assign them to a specific client:
- Go to Create License
- Select the Client from the dropdown
- Create the license — it's associated with that client's account
Licenses assigned to clients appear both in your license list and when viewing the specific client.
Deleting a Client
- Go to Clients
- Click Delete on the client you want to remove
Deleting a client revokes all their licenses immediately. All domains are deactivated. This action cannot be undone.
API Access
Client management is fully available via the API for automation:
GET /api/v1/portal/clients— List all clientsPOST /api/v1/portal/clients— Create a clientDELETE /api/v1/portal/clients/{id}— Delete a clientGET /api/v1/portal/clients/{id}/licenses— View client licenses
All client endpoints support both JWT and API Key authentication. See Client API for full details.