Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 918 Bytes

File metadata and controls

11 lines (8 loc) · 918 Bytes

# MemberImportItem

Properties

Name Type Description Notes
message string An error message, including CSV line number, if the <code>status</code> is <code>error</code> [optional]
status string 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 string 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.

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