reCaptcha

POST https://{{host}}/api/v1/register

#### Request Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: email|string|Required. max length is 64 password|string|Required. firstname|string|Required. lastname|string|Required. orgname|string|Required. recaptcha|string|reCAPTCHA refererinvitetoken|string|optional, the invite token to apply after account creation returnto|string|optional, the url the user should be redirected back to accountonly|boolean|skip creating initial setup if true, default is false allowmist|boolean|whether to allow Mist to look at this org, default is False invite_code|string|required initially

Request Body

{"email"=>"test@mistsys.com", "password"=>"foryoureyesonly", "first_name"=>"John", "last_name"=>"Smith", "org_name"=>"TestCompany", "recaptcha"=>"see https://www.google.com/recaptcha/", "referer_invite_token"=>"Dm2gtT8dwMeM4Bc2E8FLIaA96VHOjPat", "return_to"=>"http://mist.zendesk.com/hc/quickstart.pdf", "account_only"=>false, "allow_mist"=>false, "invite_code"=>"MISTROCKS"}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring