clerk.update_organization
Update fields for a Clerk organization.
Call clerk.get_connected_accounts first. Pass clerk_instance_id to target a specific connection, or omit it to use the default account.
Returns the updated organization summary.
Cost = 8 tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Optional new display name for the organization. | |
| slug | No | Optional new URL-friendly slug. | |
| organization_id | Yes | Clerk organization id (org_...) to operate on. | |
| public_metadata | No | Optional public metadata to merge into the organization. | |
| private_metadata | No | Optional private metadata to merge into the organization. | |
| clerk_instance_id | No | Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account. | |
| max_allowed_memberships | No | Optional new maximum number of memberships allowed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organization | No | Updated Clerk organization summary. |