v1

latestOpenAPI 3.0.1Apache 2.02026-07-13332183.6 KB
KKid

updates user

By passing in the appropriate variables this method updates the user's profile

put/kkid/userlist

Query parameters

userIDinteger required

userID of the user you wish to update

usernamestring required

username 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

emojistring

emoji character for user

tmdbKeystring

User's TMdB Session Key

enableWishListboolean

set status of Wish List module enabled

enableChoresboolean

set status of chores module enabled

enableAllowanceboolean

set status of allowance module enabled

enableAdminboolean

set status of isAdmin

enableTmdbboolean

set status of enableTmdb (movie and tv search)

enableObjectDetectionboolean

set status of enableObjectDetection

Response

User Updated

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