Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/proxy/access_control.md
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,13 @@ Here's the quick version:
| Create organizations | ❌ | ❌ |
| View all platform spend | ❌ | ❌ |

## Onboarding Organizations
## Onboarding Organizations

✨ **This is a Premium Feature**
<EnterpriseFeature feature="Organization management">

On a proxy without `LITELLM_LICENSE`, every `/organization/*` endpoint and `PATCH /v2/organization/{organization_id}` return a 403, including read-only calls such as `/organization/list` and `/organization/info`. Existing organizations stay in the database and their budgets keep applying to requests. Setting `LITELLM_LICENSE` restores access with no migration; see [how to set up and verify an Enterprise license](/docs/enterprise#how-do-i-set-up-and-verify-an-enterprise-license).

</EnterpriseFeature>

### 1. Creating a new Organization

Expand Down
Loading