cURL
curl --request POST \ --url https://api.sandbox.usenash.com/v1/organization-management/notifications/deny-list \ --header 'Content-Type: application/json' \ --data '{ "type": "<string>", "value": "<string>" }'
{ "id": "<string>", "type": "<string>", "value": "<string>" }
Adds a contact to the deny list to opt the user out of communications.
Expected payload for endpoint assigning role names to a user.
The type of contact to add to the deny list.
The value of the contact to add to the deny list.
OK
Representation of a Nash deny list.
The ID of the deny list.
The type of the deny list.
The value of the deny list.