WorkOS

feature_flags.targets.create

Enables a feature flag for a specific target in the current environment. Currently, supported targets include users and organizations.

Remote workos

Other tools also called feature_flags.targets.create? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "The unique slug identifier of the feature flag."
    },
    "resourceId": {
      "type": "string",
      "description": "The resource ID in format \"user_<id>\" or \"org_<id>\"."
    }
  }
}
          

Provider

WorkOS →