Get profile information for the specified username, including the account holder's email address and whether the account is blocked. Special characters like +
s must be urlencoded. For example, user+1@test.com
would be user%2B1%40test%2Ecom
Account profile was retrieved successfully.
Unauthorized access.
Resource not found.
Service unavailable or server error.
{- "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"
}
}