Creates a new Team and makes you a member. You must not currently belong to a Team to invoke.
successful operation
failed_operation
{- "name": "New Team Name"
}
{- "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": [ ],
- "invited_emails": [ ]
}
}