Users

List Recommended Actions

Lists the recommended actions computed for the user: personal suggestions (e.g. start a business or become an affiliate) pooled with the highest-impact actions across the accounts the user owns. Business actions are tagged with their account_id/account_name; personal actions leave those null. Self-only: id must be me or the authenticated user's own tag/username.

get/users/{id}/recommend_actions

Response

recommended actions listed

Example response

{
  "data": [
    {
      "account_id": "biz_xxxxxxxxxxxxxx",
      "account_name": "Shine Time Auto Detailing",
      "action": "apply_for_financing",
      "blocked_capabilities": [
        "accept_bnpl_payments"
      ],
      "cta": "https://whop.com/dashboard/biz_xxxxxxxxxxxxxx/settings/payments/",
      "cta_label": "Apply",
      "description": "Let detailing customers split a $249 ceramic coating over four payments.",
      "icon_url": "https://whop.com/illustrations/orange/piggy-bank.svg",
      "impact_score": 82,
      "reasoning": "Ceramic coating is the priciest job on the menu, so financing lifts conversion most.",
      "status": "optional",
      "title": "Offer financing at checkout"
    }
  ]
}

Changes

Changed in 5 of the 74 revisions of this API.85

    • ○

      removed the setup_tracking_pixel enum value from the // response property for the response status

      response-property-enum-value-removed

  • 6fb1c04bf25511See the full diff
    • ●

      added the new fix_funnel_dropoff enum value to the // response property for the response status

      response-property-enum-value-added

    • ○

      removed the join_whop_university enum value from the // response property for the response status

      response-property-enum-value-removed

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ●

      added the new become_whop_partner enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new exclude_customers_from_ads enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new fix_ad_billing enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new increase_ad_budget enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new launch_draft_campaign enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new refresh_ad_creatives enum value to the // response property for the response status

      response-property-enum-value-added

    • ●

      added the new retarget_abandoned_checkouts enum value to the // response property for the response status

      response-property-enum-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      endpoint added

      endpoint-added

Of the 74 revisions, 1 has no diff computed.