Update an organization
Administrators have the ability to update an organization. Currently, Clerk supports updating an organization name.
The organization name can be updated by calling the update
method on the Organization
object. In React and Next.js applications, you can use the useOrganization()
hook to directly access and update the Organization
object.
You can also use the updateOrganization
method, which can be accessed from the Backend API.
Usage
This example uses the useOrganization()
hook to update the organization name.
Feedback
Last updated on