---
title: "List institutions in user"
method: GET
path: "/users/{id}/institutions"
tags: ["Institutions"]
---

# List institutions in user

`GET /users/{id}/institutions`

Lists all the institutions belonging to the user.

## Path parameters

- `id` integer, required

## Response `200`

Success

- Institution[]
  - `currency_code` string — The currency code of the institution.
  - `title` string — The title of the institution.
  - `updated_at` string — When the institution was last updated.
  - `created_at` string — When the institution was created.
  - `id` integer — The unique identifier of the institution.

## Other responses

- `403` — Not Allowed
- `404` — Not Found

---

[API](https://skmtc.net/pocketsmith/apis/pocketsmith.md) · [All operations](https://skmtc.net/pocketsmith/apis/pocketsmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pocketsmith/pocketsmith/versions/e1d927619274/schema)
