Sha256: 79d7a8370f379eaec3faf99f7bdceb7706abfd413c9c3f06647ab84c4fe001ba

Contents?: true

Size: 1.15 KB

Versions: 5

Compression:

Stored size: 1.15 KB

Contents

# Dropbox::Sign::AccountResponse



## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| `account_id` | ```String``` |  The ID of the Account  |  |
| `email_address` | ```String``` |  The email address associated with the Account.  |  |
| `is_locked` | ```Boolean``` |  Returns `true` if the user has been locked out of their account by a team admin.  |  |
| `is_paid_hs` | ```Boolean``` |  Returns `true` if the user has a paid Dropbox Sign account.  |  |
| `is_paid_hf` | ```Boolean``` |  Returns `true` if the user has a paid HelloFax account.  |  |
| `quotas` | [```AccountResponseQuotas```](AccountResponseQuotas.md) |    |  |
| `callback_url` | ```String``` |  The URL that Dropbox Sign events will `POST` to.  |  |
| `role_code` | ```String``` |  The membership role for the team.  |  |
| `team_id` | ```String``` |  The id of the team account belongs to.  |  |
| `locale` | ```String``` |  The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values.  |  |
| `usage` | [```AccountResponseUsage```](AccountResponseUsage.md) |    |  |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dropbox-sign-1.8.0 docs/AccountResponse.md
dropbox-sign-1.7.0 docs/AccountResponse.md
dropbox-sign-1.6.1 docs/AccountResponse.md
dropbox-sign-1.6.0 docs/AccountResponse.md
dropbox-sign-1.5.0 docs/AccountResponse.md