contacts_manage

Manage contact lists and their properties.

MethodDescription
createContactListPOST /contact_lists
Creates a contact list.

Requires authorization and access right contacts_manage.

deleteContactListsDELETE /contact_lists
Deletes contact lists.

This method supports the semantics of search queries.

Requires authorization and access right contacts_manage.

deleteContactListsV1DELETE /contact_lists/v1
Deletes contact lists in legacy format.

This method supports the semantics of search queries.

Requires authorization and access right contacts_manage.

upgradeContactListV1ByIdPOST /contact_lists/v1/listId
Upgrades a contact list from a legacy format by its ID to the current format.

Requires authorization and access right contacts_manage.

deleteContactListV1ByIdDELETE /contact_lists/v1/listId
Deletes a legacy contact list by ID.

Requires authorization and access right contacts_manage.

deleteContactListByIdDELETE /contact_lists/listId
Deletes a contact list by its ID.

Requires authorization and access right contacts_manage.

updateContactListPATCH /contact_lists/listId
Edits the contact list.

This method supports partial updating, only those fields of the object that you specify in the request body will be changed.

Requires authorization and access right contacts_manage.

createContactListContactsPOST /contact_lists/listId/contacts
Creates one or more contacts in the contact list.

Requires authorization and access right contacts_manage.

deleteContactListContactsDELETE /contact_lists/listId/contacts
Deletes contacts in the contact list.

This method supports the semantics of search queries.

Requires authorization and access right contacts_manage.

updateContactListContactsPATCH /contact_lists/listId/contacts
Edits contacts in the contact list.

This method supports partial updating, only those fields of the object that you specify in the request body will be changed.

This method supports the semantics of search queries.

Requires authorization and access right contacts_manage.

deleteContactListContactByIdDELETE /contact_lists/listId/contacts/contactId
Deletes a contact in the contact list by its ID.

Requires authorization and access right contacts_manage.

updateContactListContactByIdPATCH /contact_lists/listId/contacts/contactId
Edits a contact in the contact list by its ID.

Requires authorization and access right contacts_manage.

createContactListPropertyPOST /contact_lists/listId/properties
Creates an additional field for the contact list.

Requires authorization and access right contacts_manage.

deleteContactListPropertyByIdDELETE /contact_lists/listId/properties/propertyId
Deletes a field from the contact list by its ID.

Requires authorization and access right contacts_manage.

updateContactListPropertyByIdPATCH /contact_lists/listId/properties/propertyId
Edits the contact list field by its ID.

This method supports partial updating, only those fields of the object that you specify in the request body will be changed.

Requires authorization and access right contacts_manage.

createContactListSegmentPOST /contact_lists/listId/segments
Creates a new segment for the contact list.

Requires authorization and access right contacts_manage.

deleteContactListSegmentByIdDELETE /contact_lists/listId/segments/segmentId
Deletes a segment from the contact list by its ID.

Requires authorization and access right contacts_manage.

updateContactListSegmentByIdPATCH /contact_lists/listId/segments/segmentId
Edits a contact list segment by its ID.

Requires authorization and access right contacts_manage.