# Register

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

**URL:** [https://yourdomain.com/api/register](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