curl --request DELETE \
--url https://api.sandbox.usenash.com/v1/organization-management/notifications/deny-list \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"value": "<string>"
}'
{
"success": true
}
Removes a contact from the deny list to opt the user back into communications.
curl --request DELETE \
--url https://api.sandbox.usenash.com/v1/organization-management/notifications/deny-list \
--header 'Content-Type: application/json' \
--data '{
"type": "<string>",
"value": "<string>"
}'
{
"success": true
}
Expected payload for endpoint assigning role names to a user.
OK
Representation of a success response.