Add multiple members to an existing team by uploading a CSV file of member email addresses. Your CSV file must include email addresses in the first column. You can include data in additional columns, but LaunchDarkly ignores all data outside the first column. Headers are optional. To learn more, read Manage team members.
Members are only added on a 201
response. A 207
indicates the CSV file contains a combination of valid and invalid entries. A 207
results in no members being added to the team.
On a 207
response, if an entry contains bad input, the message
field contains the row number as well as the reason for the error. The message
field is omitted if the entry is valid.
Example 207
response:
On a 400
response, the message
field may contain errors specific to this endpoint.
Example 400
response:
The team key
Team member imports response
An array of details about the members requested to be added to this team