Skip to main content

<ThunderIDOrganizationProfile />

The ThunderIDOrganizationProfile component renders a management interface for the current organization. It allows administrators to view and update organization settings. It is auto-registered by the Nuxt module.

Usage

pages/org/settings.vue
<script setup lang="ts">
definePageMeta({ middleware: 'auth' })
</script>

<template>
<ThunderIDOrganizationProfile />
</template>

Props

PropTypeRequiredDescription
appearanceAppearanceCustomize the component's visual appearance
preferencesPreferencesCustomization options for i18n and theming
ThunderID LogoThunderID Logo

Product

DocsAPIsSDKs
© WSO2 LLC. All rights reserved.Privacy PolicyCookie Policy