Add
Block a contact from the contact list and widget
Add
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"data": [
{
"data": [
"10.10.10.10",
"11.11.11.11"
],
"blockTill": "2020-03-26T23:59:59.000Z",
"type": "email",
"blockBy": 1,
"id": 6,
"dateCreated": "2021-03-22T09:55:44.000Z",
"user": {
"permissions": [
"*/*"
],
"id": 1,
"type": "user",
"name": "David Guetta",
"firstName": "David Guetta",
"lastName": "",
"email": "[email protected]",
"preference": {
"accessLevel": [
"account"
],
"cobrowseAccessUrls": []
},
"photo": "",
"language": "",
"account": {
"uid": "5mkg3t",
"organization": ""
},
"loginId": 910
}
}
]
}Last updated