Add User to Template

post/template/add_user/{template_id}

Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.

Securityapi_key or oauth2
Request
path Parameters
template_id
required
string

The id of the Template to give the Account access to.

Example: f57db65d3f933b5316d398057a36176831451a35
Request Body schema: application/json
account_id
string

The id of the Account to give access to the Template. NOTE: The account id prevails if email address is also provided.

email_address
string <email>

The email address of the Account to give access to the Template. NOTE: The account id prevails if it is also provided.

skip_notification
boolean
Default: false

If set to true, the user does not receive an email notification when a template has been shared with them. Defaults to false.

Responses
200

successful operation

4XX

failed_operation

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