> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Password List

Create a new password list.

**Note**: To create new password lists, you must use a System Wide API Key.

## Basic Parameters

<div className="integrations-table">
  | Parameter                                   | Description                                                                                                                                                                                                                                                                                                           |
  | ------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Apply Permission For Security Group By ID   | The ID of the security group that will be given permission to the newly created password list.                                                                                                                                                                                                                        |
  | Apply Permission For Security Group By Name | The name of the security group that will be given permission to the newly created password list.                                                                                                                                                                                                                      |
  | Apply Permissions                           | Select whether to apply permissions for a user or a security group.                                                                                                                                                                                                                                                   |
  | Apply Permissions For User By ID            | The ID of the user who will be granted permissions to the newly created password list.                                                                                                                                                                                                                                |
  | Copy Permissions From Password List By ID   | The ID of an existing password list to copy it's permissions settings to the new password list.                                                                                                                                                                                                                       |
  | Copy Permissions From Template By ID        | The ID of an existing password template to copy it's permissions settings to the new password list.                                                                                                                                                                                                                   |
  | Description                                 | The description of the new password list to create.                                                                                                                                                                                                                                                                   |
  | Folder ID                                   | The ID of the folder or password list where the password list will be stored.<br /><br />**Note**: If not specified, the password list will be created in the root of the navigation tree - which is equivalent to the value of `0`.                                                                                  |
  | Guide                                       | Instructions or notes describing the intended purpose or usage guidelines for the password list.                                                                                                                                                                                                                      |
  | Link To Template                            | Select to link the password list to an existing password list template.<br /><br />**Note**: If you select this option, then you must use the `Copy Settings From Template By ID` parameter<br />and not use the `Copy Settings From Password List By ID` parameter.                                                  |
  | Password List Name                          | The name of the new password list to create.                                                                                                                                                                                                                                                                          |
  | Permissions                                 | Apply permissions for a newly created password list.                                                                                                                                                                                                                                                                  |
  | Permissions Method                          | Choose the method used to set permissions to the password list.                                                                                                                                                                                                                                                       |
  | Private Password List                       | Set to `true` to create a private password list instead of a shared one.                                                                                                                                                                                                                                              |
  | Site ID                                     | The site location where the password list will be stored.<br /><br />All SiteIDs can be referenced on the screen Administration -> Remote Site Administration -> Remote Site Locations<br /><br />**Note**: If not specified, the default location 'Internal' will be used - which is equivalent to the value of `0`. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter                              | Description                                                                                                                                                                                              |
  | -------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
  | Copy Settings From Password List By ID | The ID of an existing password list from to copy settings and field configurations from.                                                                                                                 |
  | Copy Settings From Template By ID      | The ID of an existing password template from to copy settings and field configurations from.                                                                                                             |
  | Image File Name                        | A file name of an image to associate with the password list.<br /><br />**Note**: All image file names can be found in `Administration` -> `Passwordstate Administration` -> `Images and Account Types`. |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"PasswordListID": 27,
		"PasswordList": "Web Site's",
		"Description": "Various web sites on the net",
		"ImageFileName": "website.png",
		"Guide": "",
		"AllowExport": true,
		"PrivatePasswordList": false,
		"TimeBasedAccessRequired": false,
		"NoApprovers": "1",
		"DisableNotifications": false,
		"PasswordStrengthPolicyID": 7,
		"PasswordGeneratorID": 1,
		"CodePage": "Unicode (UTF-8)",
		"PreventPasswordReuse": 5,
		"AuthenticationType": "None Required",
		"AuthenticationPerSession": false,
		"PreventExpiryDateModification": false,
		"SetExpiryDate": 0,
		"ResetExpiryDate": 0,
		"PreventDragDrop": true,
		"PreventBadPasswordUse": true,
		"ProvideAccessReason": true,
		"TreePath": "\\ISP Accounts",
		"TotalPasswords": 23,
		"GeneratorName": "Default Password Generator",
		"PolicyName": "SQL Server Policy",
		"PasswordResetEnabled": false,
		"ForcePasswordGenerator": false,
		"HidePasswords": "false:false:false",
		"ShowGuide": false,
		"EnablePasswordResetSchedule": false,
		"PasswordResetSchedule": "05:30",
		"AddToExpiryDate": 120,
		"AddToExpiryDateInterval": "Days",
		"OneTimePasswords": false
	}
]
```

## Workflow Library Example

[Add Password List with Passwordstate and Send Results Via Email](https://library.blinkops.com/workflows/add-password-list-with-passwordstate-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/add-password-list-with-passwordstate-and-send-results-via-email/canvas" />
</div>
