---
title: "Get add-ons"
method: GET
path: "/organizations/{organization_id}/addons"
tags: ["Add-ons"]
---

# Get add-ons

`GET /organizations/{organization_id}/addons`

Retrieves information about the add-ons for an organization.

## Path parameters

- `organization_id` string, required

## Response `200`

OK

- OrganizationAddonsObject — The list of available and current add-ons of an organization.
  - `available` object — The list of available add-ons and their possible values.
    - `user_management` object — Information about the levels of user management that are available.
    - `support_level` object — Information about the levels of support available.
  - `current` object — The list of existing add-ons and their current values.
    - `user_management` object — Information about the type of user management currently selected.
    - `support_level` object — Information about the level of support currently selected.
  - `upgrades_available` object — The upgrades available for current add-ons.
    - `user_management` string[] — Available upgrade options for user management.
    - `support_level` string[] — Available upgrade options for support.

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
