---
title: "Add"
method: POST
path: "/api/v1/apps/{app_id}/owners/{user_id}"
tags: ["App Owner"]
---

# Add

`POST /api/v1/apps/{app_id}/owners/{user_id}`

Adds an owner to an app.

## Path parameters

- `app_id` string, required — The appId field.
- `user_id` string, required — The userId field.

## Request body

- C1ApiAppV1AddAppOwnerRequestInput — Empty request body. Just placeholder for the add app owner request which uses URL values for input.

## Response `200`

Empty response with a status code indicating success

- C1ApiAppV1AddAppOwnerResponse — Empty response with a status code indicating success

## Changes

- **2025-04-10** `17f9f3bcedd5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/apps/:app_id/owners/:user_id/post.md)

---

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