I have large number of users. Hence, I would like to automate the process of creating user accounts.
Is there an API which allows us to create users?
If no than how can I create the users using my own api with direct SQL queries and encrypt the passwords?
Polaris