4.47b

TextMarks API V2 - AutoDoc: RegisteredUser / update()

Method: update() (POST) - Update auth_user account data (nick, email, password, etc.)

Package: RegisteredUser - Manage authenticated user's account/profile (... View package)

Args:

Req? Name Type Description Test
REQ auth_user User User account / phone# used for login
REQ auth_pass Password Password
OPT api_key API Key API Key (Register here)
OPT nick String New username
OPT name String New user name (real name)
OPT email E-mail New email address
OPT password Password New password

Test:


Docs:

  • Only fields specified will be updated.
  • The nick field must be unique. If not, error #2037 (ERR_REQUEST_NOT_UNIQUE_NICK).
  • The email field must be unique. If not, error #2038 (ERR_REQUEST_NOT_UNIQUE_EMAIL).

Resp:

JSON response.head.rescode==0 for success, or error code otherwise.
JSON-P callback: (as 'jsonp' param, optional) (blank for none)

HTTP:

POST https://api2ssl.textmarks.com//RegisteredUser/update/

More:

This page documents a single API function update() within the RegisteredUser package of the TextMarks Text Message API.
You may use the interactive form above to invoke this function and observe its actual JSON response.

More resources: