provider feature_flags POST /api/projects/{project_id}/feature_flags/user_blast_radius/
@utdk/posthog /api/projects/{project_id}/feature_flags/user_blast_radius/
feature_flags_user_blast_radius_create
Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated endpoint to check if feature flags are enabled for a given user.
project_id path required
Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
string

Try it

Authentication
Configure credentials for PostHog API
featureFlagsUserBlastRadiusCreate
POST/api/projects/{project_id}/feature_flags/user_blast_radius/
Create, read, update and delete feature flags. [See docs](https://posthog.com/docs/feature-flags) for more information on feature flags. If you're looking to use feature flags on your application, you can either use our JavaScript Library or our dedicated endpoint to check if feature flags are enabled for a given user.

Parameters

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

Input

required

The release condition to evaluate

Group type index for group-based flags (null for person-based flags)

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.featureFlagsUserBlastRadiusCreate()