v1

latestOpenAPI 3.0.3MIT2026-07-1373217576.0 KB
Team

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.

put/team/add_member

Query parameters

team_idstring

The id of the team.

Request body

account_idstring

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.

email_addressstring email

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.

role'Member' | 'Developer' | 'Team Manager' | 'Admin'

A role member will take in a new Team.

NOTE: This parameter is used only if team_id is provided.

Response

successful operation