Hi,
I have ~1000 users to create which will all have similar access.
Is there a way to bulk import many users at once? I'm thinking a SQL script that hits the following tables:
tblUsers
UserProfile
UserTeamProfileAssign
UserTeamAssign
...or something similar
I've looked into the following
Go to Admin Console > Users > Add new user, select my Domain from the drop down for "Available Domains" > Select Custom Filter:
Enter UserIDs as a list of semi colon separated IDs
This created all the users and I was able to click through and associate them with the correct teams. I was also able to associate them with a “User” task profile.
The remaining portion however is a bit daunting. I need to create a 1:1 user to Data Access Profile, where each user will have specific security rights to specific business orgs and projects.
Does anyone have a method for bulk creation and association of users of/to "Data Access Profiles"?