---
title: "Get instance organization settings"
method: GET
path: "/instance/organization_settings"
tags: ["Instance Settings"]
---

# Get instance organization settings

`GET /instance/organization_settings`

Retrieves the organization settings of the instance

## Response `200`

Success

- OrganizationSettings
  - `object` 'organization_settings', required — String representing the object's type. Objects of the same type share the same value.
  - `enabled` boolean, required
  - `max_allowed_memberships` integer, required
  - `max_allowed_roles` integer, required
  - `max_role_sets_allowed` integer
  - `max_allowed_domains` integer, required
  - `max_allowed_permissions` integer — max_allowed_permissions is now a no-op, as permissions are now unlimited
  - `creator_role` string, required — The role key that a user will be assigned after creating an organization.
  - `admin_delete_enabled` boolean, required — The default for whether an admin can delete an organization with the Frontend API.
  - `domains_enabled` boolean, required
  - `slug_disabled` boolean
  - `domains_enrollment_modes` string[], required
  - `domains_default_role` string, required — The role key that it will be used in order to create an organization invitation or suggestion.
  - `initial_role_set_key` string, nullable — The role set key that it will be used to create new organizations.

## Other responses

- `402` — Payment required
- `404` — Resource not found
- `422` — Invalid request parameters

---

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