---
title: "Create bulk users in Jira using Jira Command Line Interface (CLI)"
canonical: "https://support.appfire.com/space/SUPPORT/89134431/Create%20bulk%20users%20in%20Jira%20using%20Jira%20Command%20Line%20Interface%20(CLI)"
format: markdown
---
This article explains how to create bulk users in Jira using Jira Command Line Interface (CLI).

## Instructions

1. <span style="color: #091e42">Create a CSV file with required data filled into the columns userId, userEmail, userFullName, userPassword and group </span><span style="color: #091e42">as shown in the following screenshot:</span>
2. Combine the actions **<span style="color: #091e42">runFromCsv </span>**<span style="color: #091e42">and</span>**<span style="color: #091e42"> </span>****<span style="color: #091e42">addUser</span>**<span style="color: #091e42"> </span><span style="color: #172b4d">to create bulk users in Jira.  This example works because the CSV file column names are the same as the parameter names for the </span>[<span style="color: #172b4d">addUser action</span>](https://appfire.atlassian.net/wiki/spaces/JCLI/pages/70782723/Reference#Reference-addUser)<span style="color: #172b4d">.</span>