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.
successful operation
failed_operation
{- "email_address": "george@example.com"
}
{- "team": {
- "name": "New Team Name",
- "accounts": [
- {
- "account_id": "5008b25c7f67153e57d5a357b1687968068fb465",
- "email_address": "me@dropboxsign.com",
- "is_locked": false,
- "is_paid_hs": true,
- "is_paid_hf": false,
- "quotas": {
- "templates_left": null,
- "documents_left": null,
- "api_signature_requests_left": 1250
}, - "role_code": "a"
}
], - "invited_accounts": [
- {
- "account_id": "8e239b5a50eac117fdd9a0e2359620aa57cb2463",
- "email_address": "george@hellofax.com",
- "is_locked": false,
- "is_paid_hs": false,
- "is_paid_hf": false,
- "quotas": {
- "templates_left": 0,
- "documents_left": 3,
- "api_signature_requests_left": 0
}
}
], - "invited_emails": [
- "invite_1@example.com",
- "invite_2@example.com",
- "invite_3@example.com"
]
}
}