WordPress Membership Plugin
There is an issue with the documentation or the code for creating members also. I’m sending a post request with the parameters of email, first_name & last_name, yet the response comes back with a failure message: “Missing one of the mandatory fields: first_name, last_name, email”.
The documentation also says it needs to be a POST request, sending “parameters”. But I take it that means sending a json object with those properties? Because there is also an option to send a get request using url parameters.
I think the documentation could be more explicit. But I’ve tried every combination I could think of and I always get the above error message.
Hi Max.Maeuschen,
I have the same error, if I make a post request with json data it returns the homepage sourcecode. But if I use url parameters with post request I the same error you get “Missing one of the mandatory fields: first_name, last_name, email”.
Did you manage to solve it?
Thanks
Conor