---
title: "Set global user credits limit"
method: PUT
path: "/api/v0/organization/usage/limits/global"
tags: ["Organization"]
---

# Set global user credits limit

`PUT /api/v0/organization/usage/limits/global`

Set the global per-user credits limit for the organization. This limit applies to all users who do not have an individual override. Pass null to remove the global limit.

## Request body

- SetGlobalLimitRequestBody
  - `limit` integer, nullable, required — Global per-user credits limit (minimum 1,000,000). Pass null to remove the global limit.

## Response `200`

Response for status 200

- SetGlobalLimit200ResponseBody
  - `limit` integer, nullable, required — The limit that was set, or null if it was removed

## Other responses

- `400` — Response for status 400
- `401` — Response for status 401
- `403` — Response for status 403
- `500` — Response for status 500

---

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