KindeK
Kinde11mo ago
3 replies
__maxom__

Feature flags not showing in created Organization

Hi,

I'm testing creating an Organization using the Kinde Management API. In the JSON body of the request, I'm adding a feature flag that I want to associate with the created Organization.:

My JSON request body looks like:

{
    "name": "Acme Corp1",
    "sender_name": "Acme Corp",
    "handle": "acme_corp_1",
    "feature_flags": {
        "test_12": true
    }
}


And the response from the API looks like:
{
    "message": {
        "code": "OK",
        "message": "Success",
        "organization": {
            "code": "org_4429687xxxxx"
        }
    }
}


When I go into the Kinde UI, I see that the organization is created successfully but when I look at the feature flags, I do not see anything. I see the message: "There’s currently no feature flags that can be applied for this organization. You’ll need to set them up for your business first."

But I have the feature flag "test_12" setup in my business under Releases -> Feature flags

Can someone please point me what my mistake is in the request ?

Thanks.
Screenshot_2025-02-23_at_12.31.07_am.png
Was this page helpful?