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.
Changes
Changed in 1 of the 7 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○