Skip to main content
Nintex Community Menu Bar
Question

How might I add multiple users to Workflow?

  • July 31, 2026
  • 2 replies
  • 13 views

Forum|alt.badge.img+1

We recently adopted Nintex and have been developing some workflows. For various reasons, we aren’t yet ready to federate our active directory to Nintex. However, I want to start adding some users so we can do testing and then move the flows into production.

Adding 40-50 users one at a time seems like a lot of work and I would like to be able to upload a csv file with their data instead. I thought I saw how to do that somewhere but cannot find it now. Was I just dreaming or is this possible?
Thank-you!
Chris

2 replies

Sasan
Nintex Employee
Forum|alt.badge.img+12
  • Nintex Employee
  • July 31, 2026

@Chris Wheeldon a bulk load tool is not currently available, however, the other option is to script the bulk user upload using the developer APIs: https://developer.nintex.com/docs/nw-api-docs/ref/usermanagement-v1/operations/create-a-user

 


Forum|alt.badge.img+1

@Sasan thank-you! That looks like something I can work with that’s simpler than the manual method.