Creating bulk user

Certified Associate Developer

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

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Senior Developer

    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.

Reply
  • +1
    Certified Senior Developer

    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.

Children