Create Account

post/account/create

Creates a new Dropbox Sign Account that is associated with the specified email_address.

Securityapi_key or oauth2
Request
Request Body schema: application/json
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.

See OAuth 2.0 Authorization

client_secret
string

Used when creating a new account with OAuth authorization.

See OAuth 2.0 Authorization

locale
string

The locale used in this Account. Check out the list of supported locales to learn more about the possible values.

Responses
200

successful operation

4XX

failed_operation

Request samples
application/json
{
  • "email_address": "newuser@dropboxsign.com"
}
Response samples
application/json
{
  • "account": {
    }
}