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 err...
I think the call is meant to be called by an administrator, to create a new account. It would be quite dangerous to allow an anonymous client to programmatically add new users to a community.