---
title: "Fetch information for a specific Device owner"
method: GET
path: "/devices/{deviceId}/owner"
---

# Fetch information for a specific Device owner

`GET /devices/{deviceId}/owner`

## Path parameters

- `deviceId` string, required

## Response `200`

Information about one Device owner

- 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)
