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.
I just want to know if is possible to create users through the API. So I can give rights by Concrete.
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.
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.
Mike