Docs

User & Organization Pages

In addition to the sign-in/sign-up pages, the Account Portal also provides the User Profile, Organization Profile, and Create Organization pages out of the box.

You can use Clerk's Control Components to navigate your users to the appropriate page.

User Profile

The User Profile page is full-featured account management UI that allows users to manage their profile and security settings.

User Profile in Account Portal

Redirect your authenticated users to their User Profile page using the <RedirectToUserProfile/> control component.

Organization Profile

The Organization Profile page is a beautiful, full-featured organization management UI that allows users to manage their organization profile and security settings.

Organization Profile in Account Portal

Redirect your authenticated users to their Organization Profile page using the <RedirectToOrganizationProfile/> control component.

Create Organization

The Create Organization page is a UI that allows users to create brand new organizations within your application.

Create Organization flow in Account Portal

Redirect your authenticated users to the Create Organization flow using the <RedirectToCreateOrganization/> control component.

Feedback

What did you think of this content?