Skip to main content
GET
Get User Route

Authorizations

Authorization
string
header
required

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).

first_name
string | null

User's first name.

Example:

"Jane"

last_name
string | null

User's last name.

Example:

"Doe"

email
string | null

User's email address.

Example:

"jane@example.com"

phone
string | null

User's phone number.

Example:

"+1-555-123-4567"