PATCH/api/v2/members
Body Parameters
      • key
        value
      • key
        value
      • key
        value
View in API Reference
Request
$curl -X PATCH https://app.launchdarkly.com/api/v2/members \
> -H "Authorization: " \
> -H "Content-Type: application/json" \
> -d '{
> "instructions": [
> {
> "kind": "replaceMembersRoles",
> "memberIDs": [
> "1234a56b7c89d012345e678f",
> "507f1f77bcf86cd799439011"
> ],
> "value": "reader"
> }
> ],
> "comment": "Optional comment about the update"
>}'
Response