If I have a list of users and their emails (in a csv, for example), can I pre-register them in one go instead of one at a time?
I’m using the ‘Pre-register’ button on the top right when on Platform Settings > Users.
If I have a list of users and their emails (in a csv, for example), can I pre-register them in one go instead of one at a time?
I’m using the ‘Pre-register’ button on the top right when on Platform Settings > Users.
After clicking the Pre-register button and bringing up the preregister dialog, there should be an “Add user” button that lets you add more than one user at a time.
If you have scripting knowledge, you can also try this for a test user in the UI, and then update the generated network request with your desired list of users. (The relevant endpoint is /preregister/users/bulk
.)