Skip to content

Toggle Feature Flags for a user via the SDK #131

@jacobsmith

Description

@jacobsmith

Is your feature request related to a problem? Please describe.
Our internal team uses LaunchDarkly to enable/disable portions of our application, specifically around billing. Because these billing steps are largely automated, I'd like to be able to have our internal administrative tool kick off changes to a user's subscription, including showing them a different payment page (say, moving from a mailed invoice to a credit card). To do this, I would add the user to a custom rule-set (matching on ID) since it's a case-by-case basis that customers may request certain features.

Describe the solution you'd like
Ideally, the PHP SDK would support the API method ( https://apidocs.launchdarkly.com/reference#update-flag-setting-for-user ) that would enable this.

Describe alternatives you've considered
I will probably have to manually create API requests instead of using the SDK.

Additional context

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions