---
title: "Update user"
method: PUT
path: "/v1/core/users/{id}"
---

# Update user

`PUT /v1/core/users/{id}`

Update user

## Path parameters

- `id` string, required

## Request body

- object
  - `email` string — The user's email
  - `phoneNumber` string — The user's phone number.
  - `firstName` string — The user's first name.
  - `lastName` string — The user's last name.
  - `memberTeamId` string — The 6 digit code for the user's team. Strongly suggested to add this.
  - `disabled` boolean — This field is true for users who are no longer a part of your organization or no longer using Siro.
  - `billable` boolean — Whether the user is billable and should be included in the license count
  - `contactSettings` object — Contact settings for the user
    - `suppressEmails` boolean — Whether the user should receive any emails
    - `suppressEmailErrors` boolean — If true, email-related errors will be logged but not thrown. User operations will succeed even if email operations fail. Defaults to false.
  - `organizationId` string — Organization ID of the user

## Response `200`

Update user

- object
  - `id` string, required
  - `email` string, nullable, required
  - `organizationId` string, required
  - `phoneNumber` string, nullable, required
  - `firstName` string, nullable, required
  - `lastName` string, nullable, required
  - `memberTeamId` string, nullable, required
  - `coachTeamIds` string[], required
  - `externalId` string, nullable, required
  - `createdAt` string, nullable, required
  - `disabled` boolean, required
  - `billable` boolean, required
  - `contactSettings` object — Contact settings for the user
    - `suppressEmails` boolean — Whether the user should receive any emails
    - `suppressEmailErrors` boolean — If true, email-related errors will be logged but not thrown. User operations will succeed even if email operations fail. Defaults to false.

---

[API](https://skmtc.net/siro/apis/swagger-api.md) · [All operations](https://skmtc.net/siro/apis/swagger-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/siro/swagger-api/versions/9995339a94c6/schema)
