Skip to main content

Is it possible to automatically created users in IAM using T-SQL? The users have been defined in an excel sheet (i.e. login name, password), we can create the users within the application automatically. We would like to do the same within IAM. If possible, is there an existing script we could alter and use?

 

Thanks in advance!

You can create a table where you import your excel connect every addition to a process flow that utilizes the standard API's of the IAM to add users… 


Reply