> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://developers.hellosign.com/llms.txt.
> For full documentation content, see https://developers.hellosign.com/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://developers.hellosign.com/_mcp/server.

> Click here to learn about managing user accounts with the Dropbox Sign API.

# Account

The Account endpoints are primarily used to manage the accounts on your Dropbox Sign team. These methods can be used to create, delete, or verify a given account.

In addition to account management, you can also use the Account object to monitor your account's signature request usage in relation to your signature request quota.

Dropbox Sign offers an <a href="/docs/oauth/walkthrough/#account-creation-flow">Account Creation Flow</a> to help facilitate OAuth for new users.

The Account object returned by the account endpoints contains useful information including `account_id`, which can be passed in with requests to list endpoints and will return the resources that account has access to:

* [/signature\_request/list](/api/reference/operation/signatureRequestList)
* [/template/list](/api/reference/operation/templateList)

## Account Endpoints

| Summary                                                   | Endpoint           | Description                                                                               |
| --------------------------------------------------------- | ------------------ | ----------------------------------------------------------------------------------------- |
| [Get Account](/api/reference/operation/accountGet/)       | GET <br />/account | Returns the properties and settings of your Account.                                      |
| [Update Account](/api/reference/operation/accountUpdate/) | PUT <br />/account | Updates the properties and settings of your Account.                                      |
| [Create Account](/api/reference/operation/accountCreate/) | /account/create    | Creates a new Dropbox Sign Account that is associated with the specified `email_address`. |
| [Verify Account](/api/reference/operation/accountVerify/) | /account/verify    | Verifies whether an Dropbox Sign Account exists for the given email address.              |