Get profile information for the specified account, including the account holder's email address and whether the account is blocked.
search_accounts
) Account profile was retrieved successfully.
Unauthorized access.
Resource not found.
Service unavailable or server error.
curl -i -X GET \ https://accounts.tilia-inc.com/v1/user-info/:account_id \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "status": "Success",
- "message": null,
- "codes": null,
- "payload": {
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "username": "david_gaimer@mail.io",
- "email": "david_gaimer@mail.io",
- "is_blocked": false,
- "blocked_capabilities": { },
- "integrator": "acme",
- "tags": [
- {
- "tag_id": "acttag_2Jy1MrLMsLIiD2AGWZg8v6gIN9U",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "resource_id": "0e3037fd-9fbc-499b-b5e5-19948502cbdb",
- "resource_type": "lindenaccounts.accounts_v2.account_id",
- "namespace": "account_merge",
- "tag": "merged_to",
- "status": "ACTIVE",
- "integrator": "acme",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z"
}
], - "created": "2019-08-24T14:15:22Z"
}
}