Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Updates a user based on parameters passed in.
Update works very similar to social/person/register but you are required to pass in an existing users email address or WPUserID (both in the user object).

A GET method exists as /social/person/update/user/auth but is deprecated, please use this POST version.

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

NOTE: If an API key is added via this update call, it is not applied until a manual login occurs.

...