Get Admin Profile
Read the profile of the currently authenticated admin.
Operation
| Operation | Type | Purpose |
|---|---|---|
readAdminProfile | Query | Return the authenticated admin's profile |
Details
- Requires a valid admin Bearer token in the
Authorizationheader. - Returns the admin's
id,name,email,image,status, and role (roleId/roleName). - An unauthenticated request returns a GraphQL error and
nulldata.
Examples
Use the interactive example on the right to run the query.

