v7

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

Get signup data

Enterprise feature

Returns the signup data for the current user.

get/api/admin/signup

Response

signupDataSchema

shouldSetPasswordboolean

Whether the user should set a password as part of the signup process.

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.

Example response

{
  "name": "Mark Scout",
  "companyRole": "Developer",
  "companyName": "Lumon Industries",
  "companyIsNA": true,
  "productUpdatesEmailConsent": true
}