---
title: "Update teammate"
method: PATCH
path: "/teammates/{teammate_id}"
tags: ["Teammates"]
---

# Update teammate

`PATCH /teammates/{teammate_id}`

Update a teammate.

Required scope: `teammates:write`

## Path parameters

- `teammate_id` string, required

## Request body

- UpdateTeammate
  - `username` string — New username. It must be unique and can only contains lowercase letters, numbers and underscores.
  - `first_name` string — New first name
  - `last_name` string — New last name
  - `is_available` boolean — New availability status
  - `custom_fields` CustomFieldParameter — An object whose key is the `name` property defined for the custom field in the Front UI. The value of the key must use the same `type` specified for the custom field, as described in https://dev.frontapp.com/reference/custom-fields

## Response `204`

No content

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/versions/76d1eaa2d0eb/schema)
