List details of duplicate accounts
GET {{baseUrl}}/api/v1/groupAccounts?fieldName=<string> max chars : 100&fieldValues=<string> max chars : 100
This API lists all the details of duplicate accounts.The fieldName and fieldValues parameters are mandatory in the API request
OAuth Scope
Desk.contacts.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fieldName | string | Name of the field whose values must be matched for deduplication.Values allowed are: <br>email, <br> <br>phone, <br> and <br>accountName <br> | |
from | string | Index number starting from which the accounts must be fetched | |
limit | string | Number of accounts to fetch | |
fieldValues | string | Actual values in each field related to the account | |
sortBy | string | Key that sorts the accounts by a specific attribute: accountName or createdTime or modifiedTime . The default sorting order is ascending. A - prefix denotes descending order of sorting. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"accounts":[{"website":"112121","accountName":"Admin Account","phone":"121212","webUrl":"https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38","createdTime":"2015-02-16T16:57:44.000Z","zohoCRMAccount":null,"id":"1892000000052077","email":"admin@zylker.com"},{"website":"112121","accountName":"Admin Account","phone":"121212","webUrl":"https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38","createdTime":"2015-02-16T16:57:44.000Z","zohoCRMAccount":null,"id":"1892000000052077","email":"admin@zylker.com"}],"fieldValue":"Admin Account"},{"accounts":[{"website":"112121","accountName":"Agent Account","phone":"121212","webUrl":"https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38","createdTime":"2015-02-16T16:57:44.000Z","zohoCRMAccount":{"id":"32754000000537001"},"id":"1892000000052077","email":"agent@zylker.com"},{"website":"112121","accountName":"Agent Account","phone":"121212","webUrl":"https://desk.zoho.com/support/zylker/ShowHomePage.do#Accounts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38","createdTime":"2015-02-16T16:57:44.000Z","zohoCRMAccount":{"id":"32754000000537001"},"id":"1892000000052077","email":"agent@zylker.com"}],"fieldValue":"Agent Account"}]}