---
title: "Add organization application"
method: POST
path: "/api/organizations/{id}/applications"
tags: ["Organizations"]
---

# Add organization application

`POST /api/organizations/{id}/applications`

Add an application to the organization.

## Path parameters

- `id` string, required

## Request body

- object
  - `applicationIds` string[], required — The application IDs to add.

## Response `201`

The application was added successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — The application could not be added. Some of the applications may not exist.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
