---
title: "PATCH /Users/{id}"
method: PATCH
path: "/Users/{id}"
tags: ["Users"]
---

# PATCH /Users/{id}

`PATCH /Users/{id}`

## Path parameters

- `id` string, required

## Query parameters

- `api-version` string

## Request body

- User
  - `lscAppCreated` boolean
  - `lscChannelCreated` boolean
  - `lscConnectionCreated` boolean
  - `lastLSCAndroidDownloadDate` integer — Timestamp of when the user has last downloaded the Android SDK.
  - `lastLSCJavaDownloadDate` integer — Timestamp of when the user has last downloaded the Java SDK.
  - `lastLSCNetDownloadDate` integer — Timestamp of when the user has last downloaded the .Net SDK.
  - `lastLSCUnityDownloadDate` integer — Timestamp of when the user has last downloaded the Unity SDK.
  - `lastLSCHololensDownloadDate` integer — Timestamp of when the user has last downloaded the Hololens SDK.
  - `lastLSCWebDownloadDate` integer — Timestamp of when the user has last downloaded the Web SDK.
  - `lastLSCIosDownloadDate` integer — Timestamp of when the user has last downloaded the iOS SDK.
  - `lastLSCMacosDownloadDate` integer — Timestamp of when the user has last downloaded the macOS SDK.
  - `lastLSCTVosDownloadDate` integer — Timestamp of when the user has last downloaded the tvOS SDK.
  - `lastLSCUwpDownloadDate` integer — Timestamp of when the user has last downloaded the UWP SDK.
  - `lastLSCXamarinDownloadDate` integer — Timestamp of when the user has last downloaded the Xamarin SDK.
  - `id` string, nullable
  - `firstName` string, nullable
  - `lastName` string, nullable
  - `username` string, nullable
  - `nickname` string, nullable
  - `emailAddress` string, nullable
  - `phoneNumber` string, nullable
  - `pictureUrl` string, nullable
  - `role` string, nullable
  - `createdOn` integer
  - `modifiedOn` integer
  - `identities` Identity[], nullable
    - `id` string, nullable
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `username` string, nullable
    - `nickname` string, nullable
    - `emailAddress` string, nullable
    - `phoneNumber` string, nullable
    - `pictureUrl` string, nullable
    - `role` string, nullable
    - `createdOn` integer
    - `modifiedOn` integer

## Response `200`

Success

---

[API](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api.md) · [All operations](https://skmtc.dev/liveswitch/apis/liveswitch-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/liveswitch/liveswitch-cloud-api/revisions/1b39d4a01c13/schema)
