---
title: "Update user"
method: PATCH
path: "/v1/users/{user_sid}"
tags: ["users"]
---

# Update user

`PATCH /v1/users/{user_sid}`

Update the user

## Path parameters

- `user_sid` string, required

## Request body

- StreemApiUpdateUserRequest
  - `name` string
  - `email` string
  - `phone` string
  - `avatar_url` string
  - `bio` string

## Response `200`

The user was updated.

- StreemApiUpdateUserResponse
  - `user` StreemApiUser
    - `sid` string
    - `company_sid` string
    - `external_user_id` string
    - `is_expert` boolean
    - `email` string
    - `name` string
    - `avatar_url` string
    - `phone` string
    - `active` boolean
    - `roles` string[]
    - `active_status_modified_at` string, date-time
    - `user_types` string[]
    - `deleted` boolean
    - `deleted_at` string, date-time
    - `bio` string
    - `availability_status` 'AVAILABILITY_STATUS_AVAILABLE' | 'AVAILABILITY_STATUS_NOT_AVAILABLE' | 'AVAILABILITY_STATUS_RESERVED' | 'AVAILABILITY_STATUS_IN_CALL' | 'AVAILABILITY_STATUS_CONFIRMING' | 'AVAILABILITY_STATUS_OFFLINE' | 'AVAILABILITY_STATUS_INVALID'

## Other responses

- `404` — User not found.
- `409` — User with email already exists in company.

---

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