put https://{instance}.response.lithium.com/api/v2/authors/networks//instances//ids/
Update a single author by network ID on a specific instance of that network
Details
Updates a single author by network ID on a specific instance of that network. The ID passed in the URL must exist in Care or the call will fail.
Use this with a networktype
of "lithium" or "crm" only. If you passed a CRM author ID, for example, you would need to specify which instance of your CRM the author ID is associated with.
Example: "sfdc_1"
Note
If a CRM author integration or custom CRM author attribute has not been configured in Care by Khoros Support or Khoros Services, the call will return a 400 error.
Related endpoints
Action | Endpoint |
---|---|
GET | /authors/networks/{networktype}/ids/{networkid} Get a single author by social network ID where the social network has only a single, default instance, such as Facebook or Twitter |
PUT | /authors/networks/{networktype}/ids/{networkid} Update a single author by social network ID on the default instance of the social network |
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. |
GET | /authors/networks/{networktype}/handles/{networkhandle} Get one or more authors by the networkhandle passed in for the specified social 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. |