---
title: "Set"
method: PUT
path: "/api/v1/apps/{app_id}/owners"
tags: ["App Owner"]
---

# Set

`PUT /api/v1/apps/{app_id}/owners`

Sets the owners for a given app to the specified list of users.

## Path parameters

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

## Request body

- C1ApiAppV1SetAppOwnersRequestInput — The request message for setting the app owners.
  - `userIds` string[], nullable — The user_ids field for the users to set as an owner of the app.

## Response `200`

The empty response message for setting the app owners.

- C1ApiAppV1SetAppOwnersResponse — The empty response message for setting the app owners.

---

[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/f2cf3228f366/schema)
