post
https://example.com/beyondtrust/api/public/v3/secrets-safe/folders//upload
Imports a CSV secrets file into the specified folder.
Required Permission(s)
Any of the following:
- Workforce Passwords (Read), when destination folder is a Personal Folder
- Workforce Passwords (Read) and Secrets Safe (Read), when destination folder is in a safe
Request Body Details
- Expects multipart/form-data in the following order:
- form-data: CSV file content
- content-type: application/json
CSV Format
- The CSV file must have the following header: "url,username,password,totp,extra,name,grouping,fav"
- The totp, extra, grouping and fav columns are unused and can be left blank
