---
title: "Update your team member profile"
method: PATCH
path: "/team-member-profiles/{team_id}/{user_id}"
tags: ["Teams"]
---

# Update your team member profile

`PATCH /team-member-profiles/{team_id}/{user_id}`

Update your own team member profile. `user_id` must be `me` in the path parameters on the client.

## Path parameters

- `team_id` string, required
- `user_id` string, required — The ID of the user, or the special value `me` for the currently authenticated user

## Request body

- object
  - `display_name` string — Human-readable team member display name. This is not a unique identifier. Note that this is separate from the display_name of the user.
  - `profile_image_url` 'null', nullable — URL of the profile image for team member. Can be a Base64 encoded image. Must be smaller than 100KB. Please compress and crop to a square before passing in.

## Response `200`

Successful response

- object
  - `team_id` string, required — The unique identifier of the team
  - `user_id` string, required — The unique identifier of the user
  - `display_name` 'null', nullable — Human-readable team member display name. This is not a unique identifier. Note that this is separate from the display_name of the user.
  - `profile_image_url` 'null', nullable — URL of the profile image for team member. Can be a Base64 encoded image. Must be smaller than 100KB. Please compress and crop to a square before passing in.

## Changes

- **2026-07-23** `fc669d833a13` — 3 breaking, 2 warning, 2 info
  - request property `profile_image_url` was restricted to a list of enum values
  - the response property `display_name` became nullable for the status `200`
  - the response property `profile_image_url` became nullable for the status `200`
  - added the new `undefined` enum value to the `display_name` response property for the response status `200`
  - …3 more

[Change history](https://skmtc.dev/hexclave/apis/hexclave-rest-api/changes/team-member-profiles/:team_id/:user_id/patch.md)

---

[API](https://skmtc.dev/hexclave/apis/hexclave-rest-api.md) · [All operations](https://skmtc.dev/hexclave/apis/hexclave-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api/revisions/86dcd8c9953c/schema)
