USERS
Create a new user
Create a new user account with email, password, and optional username. Requires write access.
POST
/
v1
/
users
/
create
Authorizations
Public-Key
string
headerrequiredSecret-Key
string
headerrequiredBody
application/json
email
string
requiredpassword
string
requiredusername
string | null
Response
200 - application/json
status
string
requiredAllowed value:
"success"
data
object
required