You might want to take a look at the REST API that comes out of the box with WordPress.
Here are the docs for Users, you can register users and list/retrieve/update them
https://developer.wordpress.org/rest-api/reference/users/
Here’s the information about how to authenticate to use the API (so that you can Reigister Users for instance)
https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/
Related Posts:
- very last action before during user registration before he is redirected to homepage
- Store user’s registration date as meta
- Can I prevent “wp_user_level” from getting added to wp_usermeta on registration?
- add custom field in user register form
- How to create user specific pages (not user role!)?
- Adding user metadata to all users
- How can I track who clicked what in my member area?
- Get user meta on registration hook
- Storing data to database and user registration
- Saving an array of values (file urls) to update_user_meta()?
- Reordering fields in registration form via custom plugin
- Allow users to create and store data and retrieve it on login
- MySQL query to list users who never signed in
- Problem storing arrays with update_user_meta
- wp_get_current_user always returns 0
- How to display custom user meta from registration in backend?
- Allowing an email as the username?
- Save custom user meta on registration
- how to get specific fields from get_user_meta()
- Validating a new user registration field
- Copy a user from one WordPress site to another
- Is there a limit to the length/size of serialized data that can be stored as user meta?
- Creating a custom post type upon registration
- Customizing WP tables or adding new ones?
- ACF Upload Image in front-end with custom form
- get_users / WP_User_Query returns empty when logged out
- How to hook into user registration process Before user registers
- Upload files programmatically to users
- update_user_meta adding new rows in db for same key
- What is the meta-box-order_post_hash used for?
- Add a member number to new user
- Get user’s ID on logout
- How to get the user description with get_users?
- get current user not working
- Getting $user_id for the_author_meta outside the loop in multisite
- How to insert new element to existing array in usermeta?
- Average Account Age
- Showing all users who match 2 meta fields with current user
- How to add custom fields to the all users page
- update_user_meta() not working
- How to display user’s avatar on their profile page?
- Is it possible to read a result if wp_update_user or update_user_meta fails?
- set a user-meta key as avatar
- Prevent update of custom user profile meta field on the front end after 1st entry
- Displaying different in-page content to cliente/admin
- User last login and user last visit problem
- update_user_meta after wordpress in action hooks
- Add default user field to WooCommerce checkout [closed]
- trying to determine if meta value exists for user and if not auto submit gravity form to redirect
- get_user_meta returning old data
- Why does the usermeta table contain html entities?
- get_user_meta returning empty when it’s NOT empty
- Multiple meta values for one meta key
- When is a user’s meta data table loaded?
- Display and Update User Custom Meta via user-edit.php
- Multiple Email Addresses, One User
- WordPress REST API and User meta data
- Get user_meta values for a user for an array of meta_keys?
- Displaying field value in new column in users view on wordpress
- Assign random (and unique) user meta upon registration
- How can I undo accidentally duplicated user metadata key values?
- How to add to a user_meta field (append)
- editing usermeta when field is an array
- If logged in user views his profile page
- Add additional Fields for users and get value
- Getting a users username in get_user_meta
- Unique password to access a section site
- How to get its meta_value of a specific meta_key within wp_usermeta
- How do i put in user id in a banner
- Update user meta array using foreach
- Can’t get the user_meta correctly
- get random users each time based on the meta key
- User activation in wordpress
- How $_GET[‘updated’] variable is passed when updating a user?
- How to display user_meta array as a table?
- Can I add a unique code for each user based on the location?
- how to get users with usermeta include array of an array
- Delete user meta ( delete_user_meta ) by key without user id
- How can I return an error message when updating user meta?
- Safely changing UserID’s, re-using deleted UserID’s and automatically using deleted userID’s instead of an increment
- how to save multiple checkbox in usermeta and get it?
- How to get value from radio buttons meta box, and return different contents?
- Users getting linked unwanted to main mu in WordPress multisite (WPMU)
- Creating a custom register form
- Using wp_login vs login_redirect to redirect based on user-meta
- update_user_meta inside a popup/modal
- UPDATED: Save a custom_field value when automatically creating a post using wp_insert_post
- Username has been exposed
- User biographical information erased on login
- If logged in user meta is
- Store Foreach in user profile
- WP Cron: Save third party data as user meta
- How to access User meta data within a plugin
- user profile replace first name last name with custom values
- WPML – how to translate user profile fields with icl_t()? [closed]
- Creating a Digital Download facility and track downloads [closed]
- Find matches of a variable in custom usermeta
- Add custom input field in new user page
- get user id from custom user meta key
- Can’t display user bio