---
title: "Create Organization Subscription"
method: POST
path: "/api/v2/organization_subscriptions"
tags: ["Organization Subscriptions"]
---

# Create Organization Subscription

`POST /api/v2/organization_subscriptions`

#### Allowed For:

* Agents
* End users

End users can only subscribe to shared organizations in which they're members.

## Request body

- OrganizationSubscriptionCreateRequest
  - `organization_subscription` OrganizationSubscriptionInput
    - `organization_id` integer — The ID of the organization
    - `user_id` integer — The ID of the user

## Response `200`

Successful response

- OrganizationSubscriptionResponse
  - `organization_subscription` OrganizationSubscriptionObject
    - `created_at` string, date-time — The date the organization subscription was created
    - `id` integer — The ID of the organization subscription
    - `organization_id` integer — The ID of the organization
    - `user_id` integer — The ID of the user

---

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