Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 889 Bytes

File metadata and controls

15 lines (10 loc) · 889 Bytes

TeamResponse

Contains information about your team and its members

Properties

Name Type Description Notes
name str The name of your Team
accounts List[AccountResponse]
invited_accounts List[AccountResponse] A list of all Accounts that have an outstanding invitation to join your Team. Note that this response is a subset of the response parameters found in GET /account.
invited_emails List[str] A list of email addresses that have an outstanding invitation to join your Team and do not yet have a Dropbox Sign account.

[Back to Model list] [Back to API list] [Back to README]