Signup
Submit signup data.
Enterprise feature
Submits the signup data for the current user.
post/api/admin/signup
Request body
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.