/
How to create bulk users in Bitbucket using Bitbucket Command Line Interface (CLI)
How to create bulk users in Bitbucket using Bitbucket Command Line Interface (CLI)
This article explains how to create bulk users in Bitbucket using Bitbucket Command Line Interface (CLI).
Instructions
- Create a CSV file with required data filled into the columns userId, userEmail, userFullName, userPassword and group as shown in the below screenshot:
Combine the actions runFromCsv and addUser to create bulk users in Jira. This example works without the --propertyFile because the CSV file column names are the same as the parameter names for the addUser action.
--action runFromCsv --file "users.csv" --common "--action addUser"
It is recommended to test this scenario in a non-production environment before implementing it in production.
, multiple selections available,
Related content
How to delete user in Bitbucket using Command Line Interface (CLI)
How to delete user in Bitbucket using Command Line Interface (CLI)
More like this
Create bulk users in Jira using Jira Command Line Interface (CLI)
Create bulk users in Jira using Jira Command Line Interface (CLI)
More like this
How to delete a group in Bitbucket using Command Line Interface
How to delete a group in Bitbucket using Command Line Interface
More like this
How to create Bitbucket repository during a workflow transition using Run CLI Actions in Jira
How to create Bitbucket repository during a workflow transition using Run CLI Actions in Jira
More like this
Adding users in bulk to ServiceDesk organizations using CLI
Adding users in bulk to ServiceDesk organizations using CLI
More like this
How to add users to groups in bulk
How to add users to groups in bulk
More like this