Get Admin User
Returns a single admin user by id, including the assigned role (roleId / roleName), active status, and profile image (image path / imageUrl).
The password and api_token values are never returned.
Operation
| Operation | Type | Purpose |
|---|---|---|
adminSettingsUser(id: ID!) | Query | Fetch one admin user |
Overview
For field meanings, create/update/delete rules, and delete guards, see the Users overview.
All admin endpoints require an admin Bearer token — see Authentication.

