---
title: "List User Feature Flags"
method: GET
path: "/v1/user/{flwr_aid}/feature-flags"
tags: ["User"]
---

# List User Feature Flags

`GET /v1/user/{flwr_aid}/feature-flags`

List a user's active feature flags.

## Path parameters

- `flwr_aid` string, required

## Response `200`

Successful Response

- UserFeatureFlags — Active feature flags assigned to a user.
  - `flwr_aid` string, required
  - `feature_flags` FeatureFlagName[], required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `58e8351486b3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flower/apis/superlink-api/changes/v1/user/:flwr_aid/feature-flags/get.md)

---

[API](https://skmtc.dev/flower/apis/superlink-api.md) · [All operations](https://skmtc.dev/flower/apis/superlink-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flower/superlink-api/revisions/58e8351486b3/schema)
