Skip to content

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

OperationTypePurpose
adminSettingsUser(id: ID!)QueryFetch 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.

Released under the MIT License.