- This topic has 3 replies, 2 voices, and was last updated 5 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
WordPress Membership Plugin
Simple Membership Plugin › Forums › Simple Membership Plugin › GET API request not working
Tagged: api
I was trying to use the GET version of the API to create and user and always responded with
¨{“result”:”failure”,”message”:”Missing one of the mandatory fields: first_name, last_name, email”}¨
Finally i decided to inspect the code of the API plugin, and if I’m not wrong it seems that with the create acction only processes POST data and throws that error (not checking GET data).
So, are you no longer supporting the GET API? If so, maybe you should remove it from the documentation, I was specially interested in using GET for some automation.
Thank you in advance
Hi, just to confirm with you. Did you check the following documentation?
Thank you
Of course, at the end of that page there is a GET request to create an user, that request is the one that is not working. And the code seems to ignore GET data totally.
Thank you
Thank you for verifying my question. I have submitted a message to the developers to investigate further your issue.
Kind regards