Transaction Monitoring
Blacklist User
POST api/v1/transaction-monitoring/blacklist-user
To unblock or unblacklist a user, use the endpoint below. The request type is
DELETE
Body
application/json
Blacklist user payload
The userID of the entity you want to blacklist.
Response
200
application/json
Blacklist user result
Message after user is blacklisted
Example:
"User blacklisted"