Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.29 KB

AccountResponse.md

File metadata and controls

21 lines (16 loc) · 1.29 KB

AccountResponse

Properties

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

[Back to Model list] [Back to API list] [Back to README]