---
title: "Get User boards"
method: GET
path: "/v1/users/{userId}/boards.json"
tags: ["boards"]
---

# Get User boards

`GET /v1/users/{userId}/boards.json`

## Path parameters

- `userId` integer, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `starred_boards` integer[]
  - `user_boards` object
    - `organization_id` integer
    - `organization_name` string
    - `board_id` integer

---

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