Creates a new vault in the system. A vault is a secure storage container used to organize and store templates and envelopes. Vaults can have different access levels: personal vaults, which are accessible only to the user who created them; account vaults, which are accessible to all users within the account; and member based vaults, where access can be granted to specific members, allowing for granular control over who can view or modify the contents.
Request
Authorization
Add parameter in header
x-api-token
Example:
x-api-token: ********************
Body Params application/json
name
string
required
Name of the vault
>= 2 characters<= 200 characters
description
string|null
optional
Description of the vault
<= 400 characters
type
enum<string>
required
Type of the vault
Allowed values:
AccountUserAccountUserAccountGroup
memberIds
array[string <uuid>]|null
optional
User member IDs of the vault (required for UserAccountGroup type, you also must explicitly add yourself if you want to be a member)