Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
User's email address
Maximum length:
64
Example:
"user@example.com"
Desired username
Maximum length:
64
Example:
"testuser123"
Account password
Maximum length:
256
Example:
"securepass123"
If true, account is restricted to host functionality only
Example:
true
Parent account ID for subaccounts. Use "me" for current user.
Example:
"me"
Optional SSH public key
Maximum length:
4096
Captcha token (required for non-subaccounts)
Maximum length:
8192