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.
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>"
}
Expected payload for endpoint assigning role names to a user.
OK
Representation of a Nash deny list.