Solved

Automatically add users to IAM

  • 1 February 2022
  • 1 reply
  • 99 views

Badge

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!

icon

Best answer by Freddy 1 February 2022, 14:50

View original

1 reply

Userlevel 5
Badge +16

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