---
title: "Assign the device to the specified owner"
method: PUT
path: "/devices/{deviceId}/owner"
---

# Assign the device to the specified owner

`PUT /devices/{deviceId}/owner`

## Path parameters

- `deviceId` string, required

## Request body

- DeviceOwnerRequestBody
  - `owner_id` string — The canonical identifier for this device owner
  - `owner_type` string — Describes the type for this device owner. Either 'Person' or 'Device Group'

## Response `200`

The new owner of the device

- DeviceOwner
  - `id` string — The canonical identifier for this device owner
  - `owner_type` string — Describes the type for this device owner. Either 'Person' or 'Device Group'
  - `name` string — The human-readable reference name
  - `email` string — The email associated with the device owner. Blank if 'owner_type' is not 'Person'

## Other responses

- `403` — An 'unauthorized' response may occur for features restricted by or unavailable to your organization

---

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