Skip to main content
POST
/
api
/
v2
/
teams
/
{teamKey}
/
members
Add multiple members to team
curl --request POST \
  --url https://app.launchdarkly.com/api/v2/teams/{teamKey}/members \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "items": [
    {
      "status": "error",
      "value": "new-team-member@acme.com",
      "message": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

teamKey
string<string>
required

The team key

Body

multipart/form-data
file
file

CSV file containing email addresses

Response

Team member imports response

items
object[]

An array of details about the members requested to be added to this team