Skip to main content

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.

DataDescriptionTypeExample
account_idUnique identifier for the accountstring"5a5cd111-988e-4c2f-b75b-237787b7c00a"
countryCountry of the accountstring"mx"
platformPlatform of the accountstring"mc_avon"
identifierIdentifier for the accountstring"5547954515"
worker_idID of the worker associated with the accountstring"5a5cd111-988e-4c2f-b75b-237787b7c00a"
gov_idID of the government associated with the accountstring"5a5cd111-988e-4c2f-b75b-237787b7c00a"
last_successful_connectionLast successful connectionstring"2022-09-15T14:30:00."
warningAny warning associated with the accountstring"warning"
statusAccount statusstring"incomplete"
status_detailsDetails of the account statusstring"validation_pending"
messageMessage associated with the account statusstring"Example"
recommendationRecommendation for the account statusstring"Example"
next_stepNext step for the accountstring"Example"
created_atDate of account creationstring"2024-04-12T17:10:22.708741+00:00"