Creating user accounts via API?

0
Hi all, my goal is allow user accounts (Account) to be created via POST calls but it seems like maybe I’ve hit a permission limitation. Every time an account object is created via API attempts to commit an error occurs and get the following response:    "error": {         "code": 403,         "message": "You are not allowed to access this resource."   I’ve triple checked my user permissions on the webservice module, account module and system module to ensure there should be no problem but I feel like I must be missing something. Any help is much appreciated.
asked
0 answers