Get the authenticated user's identity summary
GET/api/v1/auth/me
Get the authenticated user's identity summary
Responses
- 200
- 401
Current user summary
Not authenticated. Note: a missing or invalid token is rejected with 403 FORBIDDEN (not 401); 401 is returned when the token's session has been revoked (SESSION_REVOKED).