update_user
Modify user account details in Pterodactyl/Pelican panels by updating username, email, password, or admin status using the user ID.
Instructions
Update an existing user account's details: username, email, password, or admin status (admin action). Use list_users or get_user to find the user ID first. Requires Application API key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | User numeric ID | |
| username | No | New username | |
| No | New email address | ||
| password | No | New password (min 8 characters) | |
| root_admin | No | Whether the user is an admin |