connected_on is when the provider was initially connected to the users account, this can be before the consented_at field for the client.curl --location --globoff '/enterprise/v2/accounts/all?user_ids=123%2C324&cursor=undefined&provider_ids=undefined&connection_ids={{%24string.uuid}}' \
--header 'Authorization: Bearer <token>'{
"page": {
"next_uri": "/transactions?start_time=2025-11-22T23%3A45%3A50Z&end_time=2026-01-25T22%3A47%3A34Z&limit=30&cursor=DLVsbG8sIFdvcmxkIQ=="
},
"data": {
"users": {
"email": "string",
"user_id": "string",
"full_name": "string",
"deactivated_on": "string",
"deactivated": true,
"consented_at": "string",
"accounts": {
"provider_id": "string",
"provider_auth_type": "string",
"consent": {
"connected_on": "2019-08-24T14:15:22.123Z",
"deleted_on": "2019-08-24T14:15:22.123Z",
"status": "revoked"
},
"display_label": "string",
"wallet_address": "string",
"connection_id": "string"
}
}
},
"errors": []
}