---
title: "Add Board Member"
method: POST
path: "/v1/boards/{boardId}/users.json"
tags: ["boards"]
---

# Add Board Member

`POST /v1/boards/{boardId}/users.json`

## Path parameters

- `boardId` integer, required

## Query parameters

- `token` string, required

## Request body

- object
  - `board_user_role_id` integer
  - `user_id` integer

## Other responses

- `405` — Invalid input

## Changes

- **2017-05-25** `5b98cb916342` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - api operation id `addBoardMember` removed and replaced with ``
- **2016-04-26** `5d7a4c3eadce` — 2 info
  - api operation id `addBoardMember` was added
  - added the success response with the status `200`

[Change history](https://skmtc.dev/restyaplatform/apis/restyaboard/changes/v1/boards/:boardId/users.json/post.md)

---

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