Get paginated list of authors

Get all authors in a paginated response

Recipes
Generate a Paginated List of Authors
Open Recipe

Details

Returns all authors in a paginated response. The response includes a nextPageUrl field if paging is required. Changing the offset in nextPageUrl is not supported and could cause a failure.

When you retrieve all Author instances, they are returned in a personList array (a JSON array). You'll see two types of "id" fields in the response. One at the top level of the personList, and one in each portion of the handles list. For the purposes of updating an author with PUT by networkid, use the id field within a unique identifier used by Khoros. Also notice the nextPageUrl field at the end of the response that contains the call to return the next set of Author resources.

Related endpoints

ActionEndpoint
POST/authors
Add an author to Care
PUT/authors
Batch update author records associated with a single author
GET/authors/lswUuid
Get author details by the unique Care author ID
PUT/authors/lswUuid
Update or merge existing author handles for the specified Care author ID
GET/authors/changed
Get a list of author records that have changed in a 24-hour period
Language
URL