Overview
The Identity endpoint provides access to user personal identifiable information including names, addresses, contact details, and other identity-related data. This information is connected to thelink_id within Transcrypts’s product ecosystem.
Attributes
| Attribute | Type | Description |
|---|---|---|
| id | string | Unique user identifier |
| created_at | string | ISO 8601 timestamp for initial identity data retrieval |
| updated_at | string | ISO 8601 timestamp for most recent identity data retrieval |
| first_name | string | User’s first name |
| last_name | string | User’s last name |
| full_name | string | Complete name |
| middle_initials | string | Middle name initials |
| string | Email address | |
| ssn | string | Social Security Number |
| date_of_birth | date | Birth date |
| home_address | object | Address information (see Address Object) |
Address Object
| Attribute | Type | Description |
|---|---|---|
| street | string | Street address |
| city | string | City name |
| state | string | State abbreviation |
| zip | string | Postal code |
| country | string | Country identifier |