---
title: "Get all Investment, Insurance that the given portal user can view for Orion connection"
method: GET
path: "/v1/Users/{portalId}/AllAccounts"
tags: ["Users"]
---

# Get all Investment, Insurance that the given portal user can view for Orion connection

`GET /v1/Users/{portalId}/AllAccounts`

## Path parameters

- `portalId` integer, required

## Response `200`

The accounts for the portal user

- AdaptekApiApplicationCommonAccountModel[]
  - `accountDescription` string, nullable
  - `accountNumber` string, nullable
  - `investmentAccountId` integer, nullable
  - `insuranceAccountId` integer, nullable
  - `principal` number, double
  - `principalDate` string, date-time
  - `issueDate` string, date-time, nullable
  - `ownerIds` integer[], nullable

---

[API](https://skmtc.net/adaptek/apis/adaptek-api.md) · [All operations](https://skmtc.net/adaptek/apis/adaptek-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adaptek/adaptek-api/revisions/929b59e9789b/schema)
