action telnyx_list_managed_accounts { label: "Lists accounts managed by the current user." description: "Lists the accounts managed by the current user. Users need to be explictly approved by Telnyx in order to become manager accounts." provider: telnyx method: GET path: "/managed_accounts" encoding: json output: { type: "object" additionalProperties: true } }