---
title: "Update a colleague"
method: PUT
path: "/v1/colleagues/{id}"
tags: ["Colleagues"]
---

# Update a colleague

`PUT /v1/colleagues/{id}`

## Path parameters

- `id` integer, required

## Request body

- Colleague — Colleague
  - `cellPhone` string, nullable — Cell phone number
  - `email` string, nullable — Email
  - `firstName` string, nullable — First name
  - `homecareServiceNumber` string, nullable — Homecare service number associated with the colleague
  - `id` integer — Colleague Id
  - `initialPartnerBalance` number, double — Initial balance for the partner
  - `internalId` string, nullable — Internal identifier for the colleague
  - `isPartner` boolean — Indicates if the colleague is a partner
  - `lastName` string, nullable — Last name
  - `metadatas` object, nullable — Metadata associated with the colleague
  - `name` string, nullable — Colleague Name
  - `number` string, nullable — Colleague Number
  - `phone` string, nullable — Phone number
  - `title` string, nullable — Title
  - `userId` string, nullable — User identifier associated with the colleague

## Response `200`

OK

- Colleague — Colleague
  - `cellPhone` string, nullable — Cell phone number
  - `email` string, nullable — Email
  - `firstName` string, nullable — First name
  - `homecareServiceNumber` string, nullable — Homecare service number associated with the colleague
  - `id` integer — Colleague Id
  - `initialPartnerBalance` number, double — Initial balance for the partner
  - `internalId` string, nullable — Internal identifier for the colleague
  - `isPartner` boolean — Indicates if the colleague is a partner
  - `lastName` string, nullable — Last name
  - `metadatas` object, nullable — Metadata associated with the colleague
  - `name` string, nullable — Colleague Name
  - `number` string, nullable — Colleague Number
  - `phone` string, nullable — Phone number
  - `title` string, nullable — Title
  - `userId` string, nullable — User identifier associated with the colleague

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/altoviz/apis/altoviz-api.md) · [All operations](https://skmtc.net/altoviz/apis/altoviz-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/altoviz/altoviz-api/revisions/af5aae7365c9/schema)
