v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Signup

Submit signup data.

Enterprise feature

Submits the signup data for the current user.

post/api/admin/signup

Request body

namestring

The user's name.

companyRolestring

The role of the user within the company.

companyNamestring

The name of the company.

companyIsNAboolean

Whether the company is based in North America.

productUpdatesEmailConsentboolean

Whether the user has consented to receive product update emails.

passwordstring

The user's new password.

inviteEmailsstring[]

A list of email addresses to invite.

Example request

{
  "name": "Mark Scout",
  "companyRole": "Developer",
  "companyName": "Lumon Industries",
  "companyIsNA": true,
  "productUpdatesEmailConsent": true,
  "password": "k!5As3HquUrQ",
  "inviteEmails": [
    "marks@lumon.industries",
    "hellyr@lumon.industries"
  ]
}

Response

This response has no body.