Block a user account. Blocked accounts are unable to conduct transactions or access Tilia UIs.
We recommend that you keep track of any accounts that you have blocked somewhere in your system, along with your reason for blocking. This will make it easier for you to determine if and when these accounts should be unblocked.
block_accounts
) The account is blocked.
Unauthorized access.
Resource not found.
Service unavailable or server error.
curl -i -X POST \ https://accounts.tilia-inc.com/v1/user-info/:account_id/block \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "status": "Success",
- "message": null,
- "codes": null,
- "payload": {
- "is_blocked": true
}
}