---
title: "Change Device Account"
method: PATCH
path: "/public/v3/Devices/{deviceId}"
tags: ["Devices"]
---

# Change Device Account

`PATCH /public/v3/Devices/{deviceId}`

Move the specified device to a new account you have access to.

## Path parameters

- `deviceId` string, required

## Headers

- `x-tive-account-id` integer, required

## Request body

- DeviceUpdateAccountRequest
  - `accountId` integer, required — ID of the account you would like to move the device to.

## Response `200`

The device account has been updated

## Other responses

- `400` — The requested device is not available
- `401` — Unauthorized

---

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