Admin Invite
This model accepts additional fields of type Object.
Name | Description |
---|---|
account_only | Boolean skip creating initial setup if true |
allow_mist | Boolean whether to allow Mist to look at this org |
city | String city of registering user |
country | String country/region name or ISO code of registering user |
email REQUIRED | String Constraints: Maximum Length: |
first_name REQUIRED | String |
invite_code | String required initially |
last_name REQUIRED | String |
org_name REQUIRED | String |
password REQUIRED | String |
recaptcha REQUIRED | String reCAPTCHA , see https://www.google.com/recaptcha/ |
recaptcha_flavor | flavor of the captcha. enum: |
referer_invite_token | String the invite token to apply after account creation |
return_to | String the url the user should be redirected back to |
state | String state name or ISO code of registering user, optional (depends on country/region) |
street_address | String street address of registering user |
street_address 2 | String street address 2 of registering user |
zipcode | String zipcode of registering user |
{
"account_only": false,
"allow_mist": false,
"city": "Cupertino",
"country": "United States",
"email": "test@mistsys.com",
"first_name": "John",
"invite_code": "MISTROCKS",
"last_name": "Smith",
"org_name": "Smith LLC",
"password": "foryoureyesonly",
"recaptcha": "recaptcha2",
"recaptcha_flavor": "hcaptcha",
"referer_invite_token": "Dm2gtT8dwMeM4Bc2E8FLIaA96VHOjPat",
"return_to": "http://mist.zendesk.com/hc/quickstart.pdf",
"state": "CA",
"street_address": "1601 S De Anza Blvd Ste 248",
"street_address 2": "1601 S De Anza Blvd Ste 248",
"zipcode": "95014",
"exampleAdditionalProperty": {
"key1": "val1",
"key2": "val2"
}
}
Tell us more (optional)
What are you trying to do? (optional)
This site is protected by hCaptcha and its Privacy Policy and Terms of Service apply.
Feedback Received. Thank You!