gleung
11 years agoMentor
Creating new user through REST API
Hi,
I want to use the REST API to create new users so that I anonymous users can register themself from a third party app.
I tried using the 'users/add' API however it returns the permission error:
User -1 does not have the following permission(s) : [ allow_manage_users ]
Is there a way that an anonymous user can register with the REST API? How can they be given allow_manage_users permission?
Any suggestions?
Thanks