Get a user
calagopus_get_userFetch a user by UUID or external ID from a billing system or Pterodactyl/Pelican migration. Returns summary or full panel record.
Instructions
Fetch one user by UUID, or by the external ID carried over from a billing system or a Pterodactyl/Pelican migration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | No | Which identifier `user` holds. | uuid |
| user | Yes | User UUID, or external ID when `by` is 'external'. | |
| detail | No | summary returns the useful fields only; full returns the panel's complete record, which can be very large (a single server is ~15 KB, an egg ~13 KB). | summary |