---
title: "updateBoardsMembersByIdBoard()"
method: PUT
path: "/boards/{idBoard}/members"
tags: ["board"]
---

# updateBoardsMembersByIdBoard()

`PUT /boards/{idBoard}/members`

## Path parameters

- `idBoard` string, required

## Query parameters

- `key` string, required
- `token` string, required

## Request body

- BoardsMembers
  - `email` string — An email address
  - `fullName` string — A string with a length of at least 1. Cannot begin or end with a space.
  - `type` string — One of: admin, normal or observer

## Response `200`

Success

## Other responses

- `400` — Server rejection

---

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