Creates a new Dropbox Sign Account that is associated with the specified email_address
.
email_address required | string <email> The email address which will be associated with the new Account. |
client_id | string Used when creating a new account with OAuth authorization. |
client_secret | string Used when creating a new account with OAuth authorization. |
locale | string The locale used in this Account. Check out the list of supported locales to learn more about the possible values. |
successful operation
failed_operation
{- "email_address": "newuser@dropboxsign.com"
}
{- "account": {
- "account_id": "a2b31224f7e6fb5581d2f8cbd91cf65fa2f86aae",
- "email_address": "newuser@dropboxsign.com",
- "is_paid_hs": false,
- "is_paid_hf": false,
- "is_locked": false,
- "quotas": {
- "templates_left": 0,
- "api_signature_requests_left": 0,
- "documents_left": 3,
- "sms_signatures_left": 5
}, - "callback_url": null,
- "role_code": null,
- "locale": "en-US"
}
}