Skip to main content
Solved

Automatically add users to IAM

  • February 1, 2022
  • 1 reply
  • 109 views

Forum|alt.badge.img

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!

Best answer by Freddy

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… 

This topic has been closed for replies.

1 reply

Freddy
Forum|alt.badge.img+16
  • Thinkwise Local Partner Brasil
  • Answer
  • February 1, 2022

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…