Skip to Content
Clerk logo

Clerk Docs

Ctrl + K
Go to clerkstage.dev

updateOrganization()

Updates the organization name.

const organizationId = 'my-organization-id';
 
const name = 'my-organization-name';
 
const organization = await clerkClient.organizations.updateOrganization(organizationId, name);

UpdateOrganizationParams

NameTypeDescription
organizationIdstringThe organization ID of the organization being updated.
namestringThe updated name of the organization.

Was this helpful?

Clerk © 2023