...
In Postman, we need to create a Collection (folder), with 4 requests:
...
🛠️ Start Postman
Create a New Collection - Call it Create Users From CSV
Authorisation - we will put authorisation into the requests so no need to change anything in the collection authorisation tab.
Select the Variables tab
Add variables for orgId and parentId (capital i’s !) and set both appropriately (likely to be 1)
Now on to creating the requests.
Click the 3 dots alongside the Create Users From CSV Folder and then click Add Request
Run
Run the Collection - Click the 3 horizontal dots alongside the folder Create Users From CSV
This will then show the Postman Runner screen
The Run manually radio button will be selected by default, so just click on the Data File : Select File button (highlighted above in yellow) and select your CSV file.
Info |
---|
Be aware that you have limited “Runs” on the free tier within Postman indicated at the bottom of the image above ! |
Upon selecting a file, the runner will inspect the row count and set the iterations.
A preview button will also be available - give it a try, it will reveal your CSV and give you the opportunity to set the data type.
Once you are happy, close the preview and click the Run button.
Tip |
---|
Check you dashboard that the users have been created. |