Create users through API

Permalink
Im building an website with another datasource. Concrete is the building platform.
I just want to know if is possible to create users through the API. So I can give rights by Concrete.

 
Mnkras replied on at Permalink Reply
Mnkras
Yea, it wouldn't be complicated at all to build a basic API for c5, you could just make a tool/route that you POST to and create a user with the POST'ed data.

Mike
WebcentricLtd replied on at Permalink Reply
I did exactly the same thing for a client a couple of years ago.
Created a tool based on the registration logic in the login controller, mapped in some custom attrbutes, performed some validation in the POST and added the new user to a specific group.
Everything was driven from the other website/application - on completion of registration the various details were POSTed to the tool URL.