put https://{instance}.response.lithium.com/api/v2/authors/networks//ids/
Update a single author by source network ID on the default instance of the source network
Details
Updates a single author by source network ID on the default instance of the source network. The ID passed in the URL must exist in Care or the call will fail.
See About Author API PUT actions for important details.
Use this for a networktype
of "facebook", "twitter", or "instagram" where there is a single, default instance. If the network is of type "crm" or "lithium" where there can be multiple instances, use:
/authors/networks/networktype/instances/networkinstance/ids/networkid
{
"handles": {
"crm": [
{
"networkinstance": "sfdc1",
"id": "394502",
“customFieldName": "customFieldValue"
}
],
"twitter": [
{
"id": 15165502,
}
]
}
}
Related endpoints
Action | Endpoint |
---|---|
GET | /authors/networks/{networktype}/ids/{networkid} Get a single author by source network ID where the source network has only a single, default instance, such as Facebook or Twitter |
GET | /authors/networks/{networktype}/instances/{networkinstance}/ids/{networkid} Return one or more authors by the networkhandle passed in for the specified instance of a network. |
PUT | /authors/networks/{networktype}/instances/{networkinstance}/ids/{networkid} Update a single author by network ID on a specific instance of that network |
GET | /authors/networks/{networktype}/handles/{networkhandle} Get one or more authors by the networkhandle passed in for the specified source network |
GET | /authors/networks/{networktype}/instances/{networkinstance}/handles/{networkhandle} Returns one or more authors by the networkhandle passed in for the specified instance of a network. |