Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 1.09 KB

MemberImportItem.md

File metadata and controls

14 lines (9 loc) · 1.09 KB

MemberImportItem

Properties

Name Type Description Notes
status str Whether this member can be successfully imported (<code>success</code>) or not (<code>error</code>). Even if the status is <code>success</code>, members are only added to a team on a <code>201</code> response.
value str The email address for the member requested to be added to this team. May be blank or an error, such as 'invalid email format', if the email address cannot be found or parsed.
message str An error message, including CSV line number, if the <code>status</code> is <code>error</code> [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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