POST/api/v2/members
Body
View in API Reference
Request
$curl -X POST https://app.launchdarkly.com/api/v2/members \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '[
> {
> "email": "sandy@acme.com"
> }
>]'
Response