---
title: "Update organization's plans"
method: POST
path: "/org/{org_id}/plans"
tags: ["Subscriptions", "Organizations"]
---

# Update organization's plans

`POST /org/{org_id}/plans`

This endpoint lets you update the plans of an organization.     
You need to be a Provider to access this endpoint.      
⚠️ You need to send **all the plans**, those not sent will be removed. We advise you to call the GET endpoint first. ⚠️

## Path parameters

- `org_id` integer, required

## Request body

- OrganizationPlansUpdate
  - `plans` OrganizationPlanUpdate[] — The exhaustive list of the organization's plans.
    - `name` 'presence_management' | 'review_management' | 'posts' | 'messages' | 'review_booster' | 'bulk_modification' | 'feedback_management' | 'competitive_benchmark' | 'messages_channel_sms' | 'booking_links' | 'webhooks', required — Plan's name.
    - `expiration_date` string — Plan's expiration date. If not set, the plan is active indefinitely.

## Response `200`

OK

- object — Result object
  - `org_id` integer — Unique identifier of an organization in Partoo.
  - `status` 'success' — Request status

## Other responses

- `400` — Your request is incorrect
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

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