v14

latestOpenAPI 3.1.02026-08-083813925.4 MB
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": [
    {
      "action": "create_business",
      "status": "optional"
    }
  ]
}