---
title: "Checks if the user is able to create a new project."
method: GET
path: "/organizations/{organization_id}/subscriptions/can-create"
tags: ["Subscriptions"]
---

# Checks if the user is able to create a new project.

`GET /organizations/{organization_id}/subscriptions/can-create`

## Path parameters

- `organization_id` string, ulid, required

## Response `200`

OK

- object
  - `can_create` boolean — Boolean result of the check.
  - `message` string — Details in case of negative check result.
  - `required_action` object, nullable — Required action impending project creation.
    - `action` string — Machine readable definition of requirement.
    - `type` string — Specification of the type of action.

## 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)
