WordPress Membership Plugin
Hi, I have the same issue. If I use the GET method as per the website documentation, I can retrieve a specific member’s detail via the API. But with the post method to create a member I cannot get past the below:
—— {“result”:”failure”,”message”:”Missing one of the mandatory fields: first_name, last_name, email”} ——–
I have ensured all the parameters are named/spelled correct as per the website instructions.
I’m using Postman. Any Ideas? I have ensured my WordPress is up to date and all related plugins are up to date as well.
Thanks.