clerk.update_organization
ActiveTool of Vee3
declared in 1.27.1
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.
Parameters schema
{
"type": "object",
"title": "update_clerk_organizationArguments",
"required": [
"organization_id"
],
"properties": {
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Name",
"default": null,
"description": "Optional new display name for the organization."
},
"slug": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Slug",
"default": null,
"description": "Optional new URL-friendly slug."
},
"organization_id": {
"type": "string",
"title": "Organization Id",
"description": "Clerk organization id (org_...) to operate on."
},
"public_metadata": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Public Metadata",
"default": null,
"description": "Optional public metadata to merge into the organization."
},
"private_metadata": {
"anyOf": [
{
"type": "object",
"additionalProperties": true
},
{
"type": "null"
}
],
"title": "Private Metadata",
"default": null,
"description": "Optional private metadata to merge into the organization."
},
"clerk_instance_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Clerk Instance Id",
"default": null,
"description": "Clerk instance id (ins_...) from clerk.get_connected_accounts. Omit to use the default connected account."
},
"max_allowed_memberships": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Max Allowed Memberships",
"default": null,
"description": "Optional new maximum number of memberships allowed."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries