Users / Accounts
The information of the user's linked accounts contains information about all logins made with the same external_id or with the same identifier within 12 hours.
You can access it with a GET request to /users/:user_id/accounts
Response
The list of accounts linked to the user will be retrieved, which have the following format.
Data | Description | Type | Example |
---|---|---|---|
account_id | Unique identifier for the account | string | "5a5cd111-988e-4c2f-b75b-237787b7c00a" |
country | Country of the account | string | "mx" |
platform | Platform of the account | string | "mc_avon" |
identifier | Identifier for the account | string | "5547954515" |
worker_id | ID of the worker associated with the account | string | "5a5cd111-988e-4c2f-b75b-237787b7c00a" |
gov_id | ID of the government associated with the account | string | "5a5cd111-988e-4c2f-b75b-237787b7c00a" |
last_successful_connection | Last successful connection | string | "2022-09-15T14:30:00." |
warning | Any warning associated with the account | string | "warning" |
status | Account status | string | "incomplete" |
status_details | Details of the account status | string | "validation_pending" |
message | Message associated with the account status | string | "Example" |
recommendation | Recommendation for the account status | string | "Example" |
next_step | Next step for the account | string | "Example" |
created_at | Date of account creation | string | "2024-04-12T17:10:22.708741+00:00" |