Thanks for your reply!
I have checked for the REST API and tried to create user using “/wp-json/wp/v2/users” but it throws “rest_cannot_create_user” – “Sorry, you are not allowed to create new users”
After searching for such issue, have modified .htaccess on mulsite setup and tried with HTTPS but still, it can not create a user.
I have followed below reference:
REST API ? Create a User
REST API ? Authentication
Can you please help as I have not used WP REST API before and have no idea to use it in the non-wp project.
Thanks!
]]>Once an authentication plugin is properly setup and you authenticate as a user with adequate capability to add users, POST the user data along with the required security token to the API and the user will be added.
]]>