Add User to Team
Invites a user (specified using the email_address parameter) to your Team. If the user does not currently have a Dropbox Sign 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.
Authentication
Basic authentication of the form Basic <username:password>.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
Request
account_id or email_address is required. If both are provided, the account id prevails.
Account id of the user to invite to your Team.
account_id or email_address is required, If both are provided, the account id prevails.
Email address of the user to invite to your Team.
A role member will take in a new Team.
NOTE: This parameter is used only if team_id is provided.