vaults.listMine
Returns all vault memberships for the currently authenticated user, including vault metadata, role information, and computed permissions.Request
No input parameters required. Uses authenticated session context.Response
Returns an array of vault membership objects.UUID of the vault membership record
UUID of the vault
User’s role in the vault. One of:
owner, admin, memberWhether the membership is currently enabled
Computed permission: whether the user can read from this vault
Computed permission: whether the user can write to this vault
Computed permission: whether the user can administer this vault
Computed flag indicating if the vault is read-only for this user
Vault metadata object
Example
Notes
- Permissions (
canRead,canWrite,canAdmin,isReadOnly) are computed based on vault type and user role - System-managed vaults may have different permission rules
- Disabled memberships (
isEnabled: false) are still returned but may be filtered by the client