Set callable to false through api

I'm trying to add a contact to a contact list with "callable":false.
/api/v2/outbound/contactlists/{contactListId}/contacts
Once lead is added it still shows as true (1). How do I make it false?

Also can I change the value of the other columns in the list?

The callable property being ignored is a bug. Please open a case with PureCloud Care to investigate further.

PUT /api/v2/outbound/contactlists/{contactListId}/contacts/{contactId} can be used to update contacts.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.