X Enterprises
Users

UsersProfile

User profile management panel for editing basic account information.

UsersProfile

Renders an editable profile form for a specific user — name, email, avatar, and metadata — with save and reset actions available to admins.

Components

<XAdminUsersProfile />

Displays and allows editing of a user's core profile fields including name, email, avatar, and custom metadata.

<XAdminUsersProfile :userId="userId" />

Props

PropTypeDefaultDescription
userIdstringID of the user whose profile to display
endpointstring'/api/admin/users'Base API endpoint
loadingbooleanfalseShow loading skeleton
readonlybooleanfalseDisable all editing controls
showAvatarbooleantrueShow avatar upload control

AI Context

component: XAdminUsersProfile
package: "@xenterprises/nuxt-x-app-admin"
category: Users
use-when: Displaying and editing a user's profile information in an admin user detail view
Copyright © 2026