I’m trying to connect to
but I’m getting a permissions error.
I can access the rest of the endpoints without any issues,
in the API key permission configuration, I have all the permissions enabled.
What could be missing?
response
Password Set Email Sent
{
“message”: “No permission to execute MEMBERS.SEND_SET_PASSWORD_EMAIL”,
“details”:
}
If you’re doing this in the Wix Editor, I’d recommend using Velo over the Rest APIs.
This one will help you out - sendSetPasswordEmail - Velo API Reference - Wix.com
Thank you very much for your answer. I’ll give you a little more context. I am accessing the rest api from my php mounted external server. Wearing a veil here is not an option.
The authentication method I use is with api key. (my product in wix is a website, not an app in wix market). I have configured all the maximum permissions for the api key but I cannot access the mentioned endpoint. Is there a way to use oauth without an app in wix market? is there any other solution?
The user creation and member creation endpoints work correctly but unfortunately they do not automatically send the password creation email.
This does happen when a user is created manually from the wix admin.
It sounds like you might be using Wix Headless.
As Wix Headless is relatively new, I’d recommend heading over to the Devs On Wix Discord server, where the team will have a better understanding. Hope it helps 
1 Like