Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/person/register/{wpuser}/{wpauth}

TODO lots of changes here

Info

Creates a user based on parameters passed in.

Authentication

Required, see Auth - Login, must come from ikanow.com website on Saas, or must be admin on deployed version

Arguments

wpuser (required)
JSON object of wordpress user

wpauth (required)
JSON object of wordpress auth

Parameters

wpuser (required)
JSON object of wordpress user

wpauth (required)
JSON object of wordpress auth

Example

To use these examples: update the fields in the json objects to suit yourself (for example minimally change the fields: firstname, lastname, email, username, password)

...

Info

You can use a site like: http://meyerweb.com/eric/tools/dencoder/ to encode your JSON objects before adding them to the url

Example Response
Info
Code Block