Developer
Developer - Customers

Create Customer

Create a new customer with an admin user.

This endpoint is restricted to developer users only. Creates a customer (law firm) and an admin user for that customer.

  • firm_name: The name of the law firm/organization
  • admin_first_name: Admin user's first name
  • admin_last_name: Admin user's last name
  • admin_email: Admin user's email address
  • admin_password: Admin user's initial password
  • default_timezone: Default timezone for the customer

Returns:

  • Customer and admin user details
post/developer/customers

Request body

firm_namestring required

The name of the law firm/organization

admin_first_namestring required

Admin user's first name

admin_last_namestring required

Admin user's last name

admin_emailstring required

Admin user's email address

admin_passwordstring required

Admin user's initial password

default_timezonestring required

Default timezone for the customer

set_first_payment_todayboolean

Override the first billing date to today if enabled

Response

Successful Response

customer_idstring uuid required

The created customer ID

customer_namestring required

The customer name

admin_user_idstring uuid required

The created admin user ID

admin_emailstring required

The admin user email

Changes

No recorded changes to this endpoint across all 1 revision of this API.