Register organization and admin user
Authentication
Register
Creates a new organization and its first admin user
POST
Register organization and admin user
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Minimum string length:
1Example:
"Acme Corp"
Example:
"admin@acme.com"
Must contain uppercase, lowercase, digit, and special character
Minimum string length:
12Example:
"SecureP@ssw0rd!"
Minimum string length:
1Example:
"John Doe"