---
title: User Profile Widget
description: A widget for displaying and managing a user’s profile in your application.
originalPath: .tmp-workos-clone/packages/docs/content/widgets/user-profile.mdx
---

![User Profile Widget screenshot](https://images.workoscdn.com/images/790e97bb-0875-4ca7-8ff4-c01dafce77f4.png?auto=format&fit=clip&q=50)

The `<UserProfile />` widget allows users to view and manage their personal information.
Users can see their profile details and edit their display name.
This widget provides a simple, user-friendly interface for basic profile management.

No special permissions are required to use this widget.

<CodeBlock>
  <CodeBlockTab
    language="js"
    file="widget-userprofile-token"
    title="Widget Token"
  />
  <CodeBlockTab
    language="js"
    file="widget-userprofile-authkit-react"
    title="Access Token"
  />
</CodeBlock>

## API Reference

<PropsTable data={widgets.userProfile.props} />
