Create company user

Provisions a new user on the given company. The email must be unique among active users — reactivate an inactive user by updating them instead.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The company's unique identifier.

Body Params

The full set of fields required to provision a company user via the Platform API.

string
required
^[A-Za-z ]*$

The user's first name. Letters and spaces only. Combined with lastName must not exceed 24 characters.

string
required
^[A-Za-z ]*$

The user's last name. Letters and spaces only. Combined with firstName must not exceed 24 characters.

string
required

The user's email address.

string
required

A valid US phone number for the user.

address
object
required

The user's residential address.

date
required

The user's date of birth (ISO 8601). Must be 18 years or older.

string
enum
required

The user's title at the company.

string
enum
required

The user's role on the company.

Allowed:
boolean

Whether the user is also a beneficial owner of the business.

string

The end user's IP address, captured for terms acceptance. Defaults to your server's IP if omitted.

string

The end user's user agent string, captured for terms acceptance. Defaults to your server's user agent if omitted.

Responses

Language
Credentials
Bearer
UUID
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json