---
title: User Management Widget
description: A widget for displaying and managing users in your application.
originalPath: .tmp-workos-clone/packages/docs/content/widgets/user-management.mdx
---

![Users Management screenshot](https://images.workoscdn.com/images/20f235c5-c888-48f5-90aa-87ec9189483a.png?auto=format&fit=clip&q=50)

The `<UsersManagement />` widget allows an organization admin to manage the members in an organization. Admins can invite new users, remove users, and change roles all within the widget.

In order to use the User Management widget, a user must have a role that has the `widgets:users-table:manage` permission.

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

## API Reference

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