IntroductionBefore you beginTerminologyGetting started
Authorization
Accounts
Entities
User accounts
GroupsFilesFoldersTemplatesEmail templatesAppsErrors

Introduction

There are a few things you should know before you start using these services:

User account operations can only be done through the SmartVault API if you are authenticated using autonomous authentication.
You cannot use pin-based authentication for these calls.

The "Authorization" header used for creating new accounts and getting account information is based on the client token, not the delegation token like most other API calls.

For the user properties and account properties management you'll need to use the delegation token as usual.

Read more about authentication methods here and how to retrieve each token here.