Dropbox SignDropbox Sign eSignature API
POST/template/add_user/{template_id}
Add User to Template
Gives the specified Account access to the specified Template. The specified Account must be a part of your Team.
Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.
Request
- operationId
templateAddUser- Server
https://api.hellosign.com/v3- Authentication
- api_key, oauth2
Request parameters
template_id
pathstringrequired
The id of the Template to give the Account access to.
f57db65d3f933b5316d398057a36176831451a35
Request body
TemplateAddUserRequestrequired
Content-Type: application/json
Properties: account_idemail_addressskip_notification
{
"account_id": "example-account-id",
"email_address": "developer@example.com",
"skip_notification": false
}Responses
200
TemplateGetResponseapplication/json
successful operation
Properties: templatewarnings
4XX
ErrorResponseapplication/json
failed_operation
Properties: error
{
"template": {
"template_id": "example-template-id",
"title": "Example document",
"message": "Example message",
"updated_at": 0,
"is_embedded": false,
"is_creator": false,
"can_edit": false,
"is_locked": false
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}