Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/person/update/

...

email/{id}/{email}
Info

Changes a users email addresses associated with the account.  The first email address given will be used as the login (only 1 needs to be given).

A simple web-based utility is available for managing users.

Authentication

Required, see Auth - Login   To update a user other than yourself you must be an admin.

...

email (required)
A list of email addresses to replace on the account, the first email address will be used as the new login

Example

http://infinite.ikanow.com/api/social/person/update/passwordemail/wpid12345/sterling_archer@ikanow.com,archer_sterling@ikanow.com

Example Response
Info
Code Block
{
    "response": {
        "action": "WP Update User",
        "success": true,
        "time": 0,
		"message": "User Updated Successfully"
    }
}