Create users using WP REST API
-
I am trying to register users on my WordPress site through Postman using Basic Auth and form-data method with username, email and password keys and their corresponding values. I have selected the POST request and this is my URL structure:
website/wp-json/wp/v2/users
. I am using the JSON API. Unfortunately, the return is{ "status": "ok", "json_api_version": "2.3.0", "controllers": [ "users", "core" ]
but the user is never registered. Can somebody please tell me what I’m doing wrong?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Create users using WP REST API’ is closed to new replies.