create_user
Create new user accounts on Pterodactyl game server panels to assign server ownership and manage access permissions.
Instructions
Create a new user account on the panel (admin action). The user can then be assigned as owner of servers via create_server or update_server_details. SECURITY WARNING: Setting root_admin to true grants FULL panel access. Requires Application API key.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username for the new account | |
| Yes | Email address | ||
| password | Yes | Password (min 8 characters) | |
| root_admin | No | Whether the user is an admin (default: false). WARNING: root admins have full panel access. |