User objects represent distinct users that would connect their accounts via Truv Bridge.Documentation Index
Fetch the complete documentation index at: https://truv.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
User Attributes
| Attribute | Type | Description |
|---|---|---|
| id | string | Unique ID of user |
| external_user_id | string | External user ID |
| first_name | string | First name* |
| last_name | string | Last name* |
| string | User email | |
| phone | string | User phone number |
| ssn | string | User SSN |
| created_at | datetime | Timestamp when user was created |
| updated_at | datetime | Timestamp when user was last updated |
Full name is requiredUsers and applicants require both
first_name and last_name values when testing for Integrating Document Processing.Endpoints
The list below contains available endpoints for user management.Example response
View the example object from theCreate User endpoint below.