Get Clerk instance organization settings
Retrieve organization feature settings for a connected Clerk instance.
← All Clerk endpoints · Capability overview
/v1/clerk/instance-organization-settingshttps://api.vee3.io/v1/clerk/instance-organization-settings
Retrieve organization feature settings for a connected Clerk instance.
Authorization
Send your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
MCP
The same capability is available as an MCP tool on Vee3 hosted MCP.
Tool name
clerk.get_instance_organization_settingsParameters1 field
clerk_instance_idstringOptionalClerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account.
Response15 fields
organization_settingsobject14 fieldsClerk instance organization settings from the Backend API.
organization_settingsobjectobjectstringClerk object type for organization settings.
enabledbooleanWhether organizations are enabled for the instance.
max_allowed_membershipsintegerMaximum organization memberships allowed per user.
max_allowed_rolesintegerMaximum custom roles allowed per organization.
max_role_sets_allowedintegerMaximum role sets allowed per organization.
max_allowed_domainsintegerMaximum verified domains allowed per organization.
creator_rolestringDefault role assigned to the organization creator.
admin_delete_enabledbooleanWhether organization admins can delete their organization.
domains_enabledbooleanWhether organization domains are enabled.
slug_disabledbooleanWhether organization slugs are disabled.
domains_enrollment_modesarrayitems1 fieldAllowed organization domain enrollment modes.
domains_enrollment_modesarrayitemsitemstringAn enrollment mode: manual_invitation, automatic_invitation, or automatic_suggestion.
domains_default_rolestringDefault role for members who join via a verified organization domain.
initial_role_set_keystringInitial role set key applied to new organizations.
HTTP errors: clerk_connection_required, clerk_connection_not_found, clerk_connection_invalid, validation_error, unauthorized, payment_required