KKid
adds new master user account
By passing in the appropriate variables this method creates a new user with master account access. (The use of this method is restricted to Superusers ONLY)
post/kkid/masteruser
Query parameters
usernamestring required
username of user to create
passwordstring password required
password of user to create
emailstring required
email address of user to create
firstNamestring required
First Name of user to create
lastNamestring required
Last Name of user to create
Response
User Added
Example response
{
"country": "country",
"is_locked": "0",
"i_agree": "0",
"require_consent": "require_consent",
"city": "city",
"added": {},
"subusers_parent_id": "0",
"remember_key": "remember_key",
"name_l": "Doe",
"saved_form_id": "saved_form_id",
"aff_payout_type": "aff_payout_type",
"login": "janedoe",
"pass_dattm": {},
"name_f": "Jane",
"pin": "0",
"street": "street",
"plain_password": "plain_password",
"street2": "street2",
"state": "state",
"lang": "lang",
"email": "jane@doe.com",
"user_agent": "user_agent",
"reseller_id": "reseller_id",
"zip": "zip",
"remote_addr": "104.237.5.109",
"aff_added": "aff_added",
"pass": "pass",
"last_login": "last_login",
"aff_id": "aff_id",
"avatar": "avatar",
"disable_lock_until": "disable_lock_until",
"tax_id": "tax_id",
"unsubscribed": "0",
"is_affiliate": "is_affiliate",
"user_id": 1,
"phone": "phone",
"comment": "Added Via KKids API",
"status": "0"
}