Update User
EndPoint
Endpoint : wp-json/wpuser/v1/user/register
Method : POST
Users are accessible through the WordPress REST API at the /wpuser/ endpoint.
To list user, send a POST request to the wp-json/wpuser/v1/user/register endpoint
Example Request
http://localhost/wpuserplus/wp-json/wpuser/v1/user/register
Arguments
user_login * | Login name for the user.Required |
user_email * | The email address for the user.Required |
user_pass * | Password for the user.Required |
confirm_pass * | Confirm Password for the user.Required |
wp_user_term_condition * | Accept Term and condition. Value : 1Required |
* indicate Required fields.
You can pass custom field parameter. For custom field parameter need Form Builder addon.