Get expiring user targets for feature flag

GET
/api/v2/flags/:projectKey/:featureFlagKey/expiring-user-targets/:environmentKey

Contexts are now available

After you have upgraded your LaunchDarkly SDK to use contexts instead of users, you should use Get expiring context targets for feature flag instead of this endpoint. To learn more, read Contexts.

Get a list of user targets on a feature flag that are scheduled for removal.

Path parameters

projectKeystringRequired

The project key

environmentKeystringRequired

The environment key

featureFlagKeystringRequired

The feature flag key

Response

Expiring user target response

itemslist of objects

An array of expiring user targets

Errors

Built with