--- title: importContacts description: Adds new contacts/edits existing contacts, contacts user identifiers are ignored --- ## Method: importContacts [Back to methods index](index.md) YOU CANNOT USE THIS METHOD IN MADELINEPROTO Adds new contacts/edits existing contacts, contacts user identifiers are ignored ### Params: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |contacts|Array of [contact](../types/contact.md) | Yes|List of contacts to import/edit| ### Return type: [ImportedContacts](../types/ImportedContacts.md)