v1

latestOpenAPI 3.0.1Apache 2.02026-07-13332183.6 KB
KKid

adds new child user

By passing in the appropriate variables this method creates a new user and assigns it to the master account of the authenticated user. By default this user will have chores and allowance access.

post/kkid/userlist

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

user_idinteger
loginstring
passstring
remember_keystring
pass_dattmstring
emailstring
name_fstring
name_lstring
streetstring
street2string
citystring
statestring
zipstring
countrystring
phonestring
addedstring
remote_addrstring
user_agentstring
saved_form_idstring
statusstring
unsubscribedstring
langstring
i_agreestring
is_lockedstring
disable_lock_untilstring
reseller_idstring
commentstring
tax_idstring
last_loginstring
aff_idstring
aff_addedstring
is_affiliatestring
aff_payout_typestring
plain_passwordstring
pinstring
require_consentstring
subusers_parent_idstring
avatarstring

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