Skip to main content
PUT
/
api
/
Users
/
Me
/
ExclusionList
Update Email Integration Exclusion for current User.
curl --request PUT \
  --url https://api.example.com/api/Users/Me/ExclusionList \
  --header 'Content-Type: application/json' \
  --data '
{
  "exclusions": [
    {
      "id": 123,
      "value": "<string>"
    }
  ],
  "deleteIds": [
    123
  ]
}
'

Body

application/json
exclusions
object[] | null
deleteIds
integer<int32>[] | null

Response

200

OK