---
title: "List Owner I Ds"
method: GET
path: "/api/v1/apps/{app_id}/ownerids"
tags: ["App Owner"]
---

# List Owner I Ds

`GET /api/v1/apps/{app_id}/ownerids`

ListOwnerIDs lists owner IDs for a given app.

## Path parameters

- `app_id` string, required — The app_id field for the app to list owners of.

## Response `200`

The response message for listing app owners IDs.

- C1ApiAppV1ListAppOwnerIDsResponse — The response message for listing app owners IDs.
  - `userIds` string[], nullable — The list of owner IDs for the app.

---

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