Get Logged In User
GET/api/users/getloggedinuser
Tier: Internal — subject to change without notice.
Returns the full detail of the authenticated caller's own user account — the "who am I" endpoint.
Responses
- 200
- 401
The caller's own user. See User.UserDetailDto.
Caller is not authenticated.