/
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

  1. Create a CSV file with required data filled into the columns userId, userEmail, userFullName, userPassword and group as shown in the below screenshot:
  2. 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.

Related content