Create multiple users (Internal / Database)
{ createUsersDb }
Adds multiple users from a list for Internal / Database Authentication
Method
/API2/access/createUsersDb
Input Parameters
Name
createUserDbArr
Object Type
Description
The object used to create a new user when DB authentication is used.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Create a list of users for efficient loading of many users in a single step. First create the User object with all its settings. Use other methods for alternative authentication providers.