Admin Invite

ModelsStructures

Admin Invite
#

This model accepts additional fields of type Object.

NameDescription
account_only
Boolean

skip creating initial setup if true
Default: false

allow_mist
Boolean

whether to allow Mist to look at this org
Default: false

city
String

city of registering user

country
String

country/region name or ISO code of registering user

email
REQUIRED
String

Constraints: Maximum Length: 64

first_name
REQUIRED
String
invite_code
String

required initially

last_name
REQUIRED
String
org_name
REQUIRED
String
password
REQUIRED
String
recaptcha
REQUIRED
String
recaptcha_flavor

flavor of the captcha. enum: google, hcaptcha
Default: google

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"
  }
}