Skip to main content

Register

To create a new user account with Ticaga via the API:

URL: https://yourdomain.com/api/register

Type: POST

{
  "user": {
    "name": "Michael Dance",
    "email": "dancemike@domain.com",
    "company": "Ticaga Ltd",
    "billing_id": "2",
    "billing_system": "blesta",
    "account_manager": "1",
    "biography": "",
    "updated_at": "2025-07-12T14:14:17.000000Z",
    "created_at": "2025-07-12T14:14:17.000000Z",
    "id": 8
  }
}

name: The name of the customer.

email: The email address of the customer.

password: The password of the customer.

company (OPTIONAL): The customer's company name.

billing_id (OPTIONAL): This is the customer's billing system ID, this is used to link them up.

billing_system (OPTIONAL): This is the name of the Billing System which the customer is linked up to.

account_manager (OPTIONAL): This is the ID of the account manager for the customer.

biography (OPTIONAL): This is a little bit about the customer, this is only used at the moment for employee's for the Announcement articles.

updated_at: The date the customer was created on Ticaga. This is automatically set by Ticaga.

created_at: The date the customer was created on Ticaga.This is automatically set by Ticaga.

id: The Ticaga ID of the customer