getOrganizationSettings()
Gets the Organization-related settings for the current instance.
Returns the OrganizationSettings object.
function getOrganizationSettings(): Promise<OrganizationSettings>const response = await clerkClient.instances.getOrganizationSettings()Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint GET/instance/organization_settings. See the BAPI reference for more information.
Feedback
Last updated on