Get the caller's end-user profile
POST/api/v1/enduser/get
Returns the caller's full end-user record — identity claims sourced from the identity provider, profile settings the user has set, and lifecycle timestamps.
If no row exists yet for this user, the call still succeeds and returns an empty
end_user object rather than a 404. Treat "no profile yet" and "profile with no
overrides" identically.
Request
Responses
- 200
Profile returned (possibly empty if no row exists yet)