Unblock profile using Block Info id for a given blocked profile, use getProfileBlockInfo or getBlockInfoList to get corresponding profile block info id
getProfileBlockInfo
getBlockInfoList
2.13.0
unblockProfile({blockId: "c327a72c-94e5-4f5a-bcef-16ee84d35077"}).then(response => console.log(response)) Copy
unblockProfile({blockId: "c327a72c-94e5-4f5a-bcef-16ee84d35077"}).then(response => console.log(response))
Generated using TypeDoc
Description
Unblock profile using Block Info id for a given blocked profile, use
getProfileBlockInfo
orgetBlockInfoList
to get corresponding profile block info idAsync
Since
2.13.0
Example