-
Notifications
You must be signed in to change notification settings - Fork 48
Description
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!