action launchdarkly_get_user_flag_setting { label: "Fetch a single flag setting for a user by key." provider: launchdarkly method: GET path: "/users/{projectKey}/{environmentKey}/{userKey}/flags/{featureFlagKey}" encoding: json output: { type: "object" additionalProperties: true } }