POST
/
v1
/
organization-management
/
notifications
/
deny-list
Add a contact to the deny list.
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>"
}

Body

application/json

Expected payload for endpoint assigning role names to a user.

type
string
required

The type of contact to add to the deny list.

value
string
required

The value of the contact to add to the deny list.

Response

OK

Representation of a Nash deny list.

id
string
required

The ID of the deny list.

type
string
required

The type of the deny list.

value
string
required

The value of the deny list.