Add User to Team
documentedInvites a user to join your Team.
POST /team/add_memberTeamno implementation yet0 runsNo 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/team/add_member?team_id={{$team_id}}" \
-X PUT \
-u '{{HELLOSIGN_API_KEY}}:' \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{"email_address": "{{$email_address}}", "account_id": "{{$account_id}}", "role": "{{$role}}"}'