Dear All,
I am trying to use wordpress as my backend and the 1st thing I am tying to do is to allow the user to create an account on wordpress by an API call from FlutterFlow. I am calling the post method on the REST API endpoint and providing the required JSON user details, but I am receiving the following JSON response on the test console:
{
"code": "rest_cannot_create_user",
"message": "Sorry, you are not allowed to create new users.",
"data": {
"status": 401
}
}
Can you help to understand what is the authentication needed in order to be able to add this functionality to my app?
Regards,
Aziz