Sign in

Add User to Template

documented

Grants an account access to the template.

POST /v3/template/add_user/{template_id}Templateno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.hellosign.com/v3/template/add_user/{{$template_id}}" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"email_address": "{{$email_address}}", "skip_notification": {{$skip_notification}}}'
Add User to Template · Dropbox Sign · OpenIntegrations