| Re: How do I create application user from database is there any api? Hello,
I'd recommend sticking with the default user creation process in the App's Web UI.
The reason is that there are multiple tables that are updated, due to the user information, associated roles, etc. As new features are added, this may also change from version-to-version
This also ensures that the App is aware of the date insert and helps you avoid caching issues.
--Chris |