Get author by source network ID

Get a single author by source network ID where the source network has only a single, default instance, such as Facebook or Instagram

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Details

Returns a single author by source network ID where the source network has only a single, default instance, such as Facebook or Instagram. Supported network types are "facebook" and "instagram". For CRM systems or Khoros communities that could have multiple instances, use: /api/v2/authors/networks/<networktype>/instances/<networkinstance>/ids/<networkid>

Related endpoints

ActionEndpoint
PUT/authors/networks/{networktype}/ids/{networkid}
Update a single author by source network ID on the default instance of the source 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.
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 channel
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.
Path Params
string
required

The type of network that manages content created by or about an author. Supported values are: "instagram", "facebook", "googleplus", "lithium", "crm"

For a networktype of value "lithium" or "crm" you must also pass the networkinstance, because these types of networks can have multiple instances as opposed to, Facebook, Instagram or Google+ that have only a single, default network.

The Author API supports "instagram", "facebook", "lithium", and "crm" only as values for networktype.

string
required

The internal ID of the author generated by the network. For Facebook, this is the PSID. Compare this to the the externally used networkhandle. The network ID must be unique to a given networkinstance.

Query Params
boolean
Defaults to false

When true, the response includes authors whose CRM entry has been deleted. Otherwise, the response will not include authors whose CRM entry has been deleted.

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json