Skip to main content
Inspiring
May 28, 2024
Question

Creating bulk user

  • May 28, 2024
  • 8 replies
  • 6 views

Hello All ,

For creating bulk users , is this the correct way I can achieve -  Creating a process with UIT which will take the inputs and perform MNI on create user smart service .

Please advice correct way to do this .

TIA

8 replies

stefanhelzle0001
Brainy
May 28, 2024

This is a plausible approach.

Inspiring
May 28, 2024

Thanks for the suggestions

Participating Frequently
May 28, 2024

It all depends on what are your requirements with that process. If you only want to create users with the help of create user smart service then you can you MNI as it is an inbuilt functionality, but if you want to perform other tasks also like sending custom emails to each user, adding them in different groups depending on some condition etc, then you can use a loop within the process model with help of some counter.

Inspiring
May 28, 2024

Thanks . 

konduruc733182
Inspiring
May 28, 2024

Yes, you should not be facing any issues in creating users in this approach.

Inspiring
May 28, 2024

Thanks for the suggestion

stewart.burchell
Employee
May 28, 2024

Rather than re-invent something you might want to take a look at this:

community.appian.com/.../bulk-user-import

Inspiring
May 28, 2024

Sure would go through this .Thanks