adminUserViewer
Retrieve the currently authenticated administrative user's profile information.
Returns the user profile for the currently authenticated user based on their authentication token. Used for displaying current user information and profile management interfaces.
Possible errors:
- ADMIN_USER_NOT_FOUND_ERROR: Authenticated user does not exist in the system
- UNAUTHENTICATED: Invalid or missing authentication token
- FORBIDDEN: User not authorized for administrative access
AUTH: Role=[] OR ('user is authenticated')
adminUserViewer: AdminUser