---
title: "POST /v1/partners/{+partnerId}/devices:findByOwner"
method: POST
path: "/v1/partners/{+partnerId}/devices:findByOwner"
tags: ["partners"]
---

# POST /v1/partners/{+partnerId}/devices:findByOwner

`POST /v1/partners/{+partnerId}/devices:findByOwner`

Finds devices claimed for customers. The results only contain devices registered to the reseller that's identified by the `partnerId` argument. The customer's devices purchased from other resellers don't appear in the results.

## Path parameters

- `partnerId` string, required

## Request body

- FindDevicesByOwnerRequest — Request to find devices by customers.
  - `pageToken` string — A token specifying which result page to return.
  - `limit` string, int64 — Required. The maximum number of devices to show in a page of results. Must be between 1 and 100 inclusive.
  - `sectionType` 'SECTION_TYPE_UNSPECIFIED' | 'SECTION_TYPE_SIM_LOCK' | 'SECTION_TYPE_ZERO_TOUCH' — Required. The section type of the device's provisioning record.
  - `customerId` string[] — The list of customer IDs to search for.
  - `googleWorkspaceCustomerId` string[] — The list of IDs of Google Workspace accounts to search for.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/androiddeviceprovisioning.md) · [All operations](https://skmtc.dev/google/apis/androiddeviceprovisioning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/androiddeviceprovisioning/revisions/8032eb5c1260/schema)
