Skip to main content

Client Management

Required Role

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

  1. Go to Clients in your portal
  2. Click Create Client
  3. Enter:
    • Email — must be unique (not already registered in the system)
    • Name — client's full name
    • Company (optional) — client's company name
  4. Click Create

The client account is created as a standard Customer type, linked to your partner profile.

note

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:

  1. Go to Create License
  2. Select the Client from the dropdown
  3. 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

  1. Go to Clients
  2. Click Delete on the client you want to remove
caution

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 clients
  • POST /api/v1/portal/clients — Create a client
  • DELETE /api/v1/portal/clients/{id} — Delete a client
  • GET /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.