---
title: "updateMembersByIdMember()"
method: PUT
path: "/members/{idMember}"
tags: ["member"]
---

# updateMembersByIdMember()

`PUT /members/{idMember}`

## Path parameters

- `idMember` string, required

## Query parameters

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

## Request body

- Members
  - `avatarSource` string — One of: gravatar, none or upload
  - `bio` string — a string with a length from 0 to 16384
  - `fullName` string — A string with a length of at least 1. Cannot begin or end with a space.
  - `initials` string — A string with a length from 1 to 4. Cannot begin or end with a space
  - `prefs/colorBlind` string — true or false
  - `prefs/locale` string — a string with a length from 0 to 255
  - `prefs/minutesBetweenSummaries` string — -1 (disabled), 1 or 60
  - `username` string — A string with a length of at least 3. Only lowercase letters, underscores, and numbers are allowed. Must be unique.

## 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/revisions/74afdba5e145/schema)
