Add User Access to Template

POST https://api.hellosign.com/v3/template/add_user/:template_id

Gives the specified Account access to the specified Template. The specified Account must be a part of your Team. Additional information can be found here.

Request Body

[{"name"=>"account_id", "value"=>"1234567", "datatype"=>"number"}, {"name"=>"email_address", "value"=>"alice@example.com", "datatype"=>"string"}]