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