---
title: "Share App"
method: POST
path: "/idp/apps/{app_id}/share"
tags: ["Identity Provider"]
---

# Share App

`POST /idp/apps/{app_id}/share`

Share an OAuth application with another user.

## Path parameters

- `app_id` string, required

## Headers

- `X-Chutes-Hotkey` string, nullable
- `X-Chutes-Signature` string, nullable
- `X-Chutes-Nonce` string, nullable
- `Authorization` string, nullable

## Request body

- OAuthAppShareArgs — Request model for sharing an OAuth app.
  - `app_id_or_name` string, required
  - `user_id_or_name` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/chutes/apis/fastapi.md) · [All operations](https://skmtc.net/chutes/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chutes/fastapi/versions/352418d4e3a2/schema)
