Browse authors
You can view all authors in the system with pagination support.By default, the author list returns 20 authors per page sorted by ID. You can customize pagination using the
page, size, and sort query parameters.View author details
You can retrieve detailed information about a specific author using their ID.In future versions, author details may include additional information such as biography, bibliography, and related books.
Add a new author
Administrators can add new authors to the system for use when cataloging books.Prepare author information
Gather the author’s name. The name should be their full name as it appears on their published works.
Author creation requirements
- Name: 2-100 characters, required
Author names must be between 2 and 100 characters long. Ensure the name is spelled correctly as it will appear in book listings.
Update an author
Administrators can update existing author information to correct spelling or update their name.Updating an author’s name automatically updates their name in all books they’ve written.
Delete an author
Administrators can remove authors from the system when they’re no longer needed.Check for associated books
Before deleting an author, ensure they’re not associated with any books in the catalog.
Using authors in book management
When creating or updating books, you reference authors by their ID:Related workflows
Learn how to create and manage books with authors
Author workflow best practices
Follow these best practices when managing authors:Create authors first
Before adding books to your catalog, create the author records you’ll need. This makes book creation faster and more efficient.
Use consistent naming
Be consistent with how you format author names. Decide whether to use full names, initials, or pseudonyms and stick to that format.
Check for duplicates
Before creating a new author, search the existing author list to ensure you’re not creating a duplicate record.
Common author management errors
You may encounter these errors when managing authors:- Author not found: The specified author ID doesn’t exist in the database
- Duplicate author name: An author with this exact name already exists
- Author in use: Cannot delete this author because they’re associated with one or more books
- Invalid name length: The author name must be between 2 and 100 characters
- Unauthorized: You must be an administrator to manage authors
If you need to delete an author who is associated with books, you have two options: update those books to remove the author association, or delete the books first.