Skip to content
Craig Little edited this page Jan 3, 2014 · 1 revision
HelloSign.reusable_form('form_id').show
HelloSign.reusable_form.list(page: 5)

Defaults to page one when no page number is provided.

HelloSign.reusable_form('form_id').grant_access(email_address: '[email protected]')
# or
HelloSign.reusable_form('form_id').grant_access(account_id: 'account_id')
HelloSign.reusable_form('form_id').revoke_access(email_address: '[email protected]')
# or
HelloSign.reusable_form('form_id').revoke_access(account_id: 'account_id')