wp-api didn’t has any route for new user registration as the route
/users requires authentication for create operation
As far as I know, using proper authentication (I’m using JWT), rest API does let you create new users.
The problem is that if you go that way, you have to implement your own mail-verifcation system, since no confirmation mail is sent.
(See my answer to this: Authentication for a mobile app connected via wp-rest api?)
Related Posts:
- How do I access the body of a WP API request in a custom route?
- wp rest api v2 return json_no_route
- WP-REST API not returning all its endpoints, 404 on documented endpoints
- WP REST API V2 – Modifying responses
- OAuth signature does not match
- How to upload image to wordpress from external page
- WP API to fetch all records for /posts, /media, /categories
- WP Rest API get page from path
- backbone fetch() not working
- No featured media in API request
- Syntax for REST API to have bold formatted and multiple lines in product description [closed]
- WP Rest get all by post within that category, by category name not by cat ID
- Add Data to Response of WP-JSON Root
- OAuth1 empty “authentication” in /wp-json
- WP – API – OAuth 1.0a Server, How to implement with AngularJS?
- Are there events pub/sub for external application to subscribe to file/pdf uploads by wordpress admin
- WP API and Proxy
- Get single item from cURL plugin API call inside bash [closed]
- why woocommerce api only do not upload images from local computer? [closed]
- ng-repeat is not returning a list of posts
- What request is WordPress sending on theme update?
- Is WP API going to be around in the long term?
- How to Create a Post from localfiles?
- Get a complete list of all categories using node-wpapi
- upload image to wp-api
- WP-API call function
- wordpress api make 2 custom post type with single request
- Update Custom Post Type Metadata Wp Rest API
- WP-API Content showing null
- How to retreive/set wordpress page html?
- How can I use React packages with the clasic editor?
- Hiding WordPress REST API v2 endpoints from public viewing
- Show popular post in another php website via WP REST JSON API
- WP-API v2 Custom Endpoint Response Formatting
- How do I cache (core) API requests?
- Mass registrations on my blog. Disable specific domain?
- How to set up User email verification after Signup?
- How to update/insert custom field(post meta) data with wordpress REST API?
- How to save new transients if query changes?
- WP API V2 returning Invalid User ID
- WP-API: how do I allow authenticated clients only?
- Can we access the REST request parameters from within the permission_callback to enforce a 401 by returning false?
- Create post with REST API in php with file_get_contents
- WordPress API returns empty page when page is less than X-WP-TotalPages
- WP Rest API max limit include parameter?
- How to filter users on custom meta fields in WP JSON v2?
- Passing Meta array in wp-rest api
- How to make a WP REST API query with meta_query in WP4.7?
- Inserting custom post meta value using WP-REST API
- Get all tags not just first 10 with wp api 2.0
- Mass importing json data into custom fields (postmeta)
- How to add WP API and JS featured image attachment
- WP REST API V2 – Add user data to response
- How to quickly reorder posts in the admin panel that will persist for the wp-api
- Why a strange discrepency between get_current_user_id() when using AJAX versus output of document.cookie?
- WP REST API – reading custom post type
- get_post_type_object() does not work with switch_to_blog()
- is it possible to filter a rest api endpoint by using a registered rest field?
- WordPress API for search
- Update a post based on results from GET request to another server
- WP API post__not_in is not working
- WP API: Get posts excluding those with a tag or category name
- How to replace a function using a child theme?
- How to use a 3rd party library to send emails?
- How can I list all installed plugins/themes/versions from CLI/API?
- Only allowing some emails to create an account [closed]
- Media gallery images url instead of ID on WP API Response
- How to create WordPress custom end point with multiple parameters?
- WordPress REST Api get posts by ID
- How to run wp cli from a wp hook?
- How to Send Confirmation Emails to Users after Form Submission?
- WP REST API and Access-Control-Allow-Origin
- How to make an API call to a custom post type but filtering by meta value?
- Cant create or update meta fields using WordPress REST API
- Flatten Responses returned via WP REST API via WP_Error for obfuscation
- WordPress REST API – get custom taxonomy category posts
- Updated : how to make email optional while user registration using default wordpress form
- CallBack URL for payment gateway redirecting to homepage instead of executing callback function
- How to let new users login without email activation
- Remove unwanted fields from WP API response
- How to add a post’s view count into the WordPress API response
- WordPress API “code”:”rest_no_route” with Custom Route
- Link with password is not sent to the new user
- Deleting media using the WordPress Rest API
- Custom registration function not working as it should because is_mail and email_exist keep giving errors when it shouldn’t
- New database entry to trigger runing PHP/SQL query through link with token, without logging into the website
- Consume legacy rest api dependent upon WP API plugin
- Hiding WordPress REST endpoints from public viewing using Basic Authentication
- Should I edit a user meta field with PUT, PATCH, or POST and WP::Editable
- On local machine can’t log in or reset password but I can log in on the live version, user has activation key in database
- Fetch only categorized posts
- Require confirmation of current user’s email before updating database and before send_email_change_email
- API request forbidden when requesting from same domain
- get_post_thumbnail_id() not getting correct featured image after post edited
- External api call using wordpress
- How to add verification on email address change?
- Custom post type REST api 404: Updating failed. No route was found matching the URL and request method
- Adding Microsoft Teams Incoming Webhook to WordPress, Problem with Rest Route?
- wordpress rest api authentication failed
- How to submit a button automatically after every scheduled hours?