Add User to Team
POST https://api.hellosign.com/v3/team/add_member
Invites a user (specified using the email_address
or account_id
parameters) to your Team. If the user does not currently have a HelloSign Account, a new one will be created for them. If a user is already a part of another Team, a "team_invite_failed"
error will be returned.
Additional information can be found here.
Request Body
[{"name"=>"account_id", "value"=>"1234567", "datatype"=>"number"}, {"name"=>"email_address", "value"=>"alice@example.com", "datatype"=>"string"}]