Get User Route
User
Get User
Get the current user’s profile.
Returns the authenticated user’s profile including name, email, phone, and lifecycle status flags (onboarding, bank connection, subscription, trial). Creates the user record if it does not yet exist.
PAT (public API) callers receive a trimmed response with only contact fields.
GET
Get User Route
Authorizations
Bearer authentication with a personal access token (prefix pat_). Generate tokens in the Truv web app under Settings → API keys.
Response
200 - application/json
User profile including name, email, and contact information.
User profile information (public API view, excludes internal lifecycle fields).