ghl_blog_get_all_authors_by_location
Retrieve all blog authors for a specified location with pagination support. Pass location ID, limit, and offset to control results.
Instructions
Get all authors The "Get all authors" Api return the blog authors for a given location ID. Please use "blogs/author.readonly" Endpoint: GET /blogs/authors (Version header: v3; source: v3/blogs-v3.json) OAuth scopes: blogs/author.readonly Pagination params: limit, offset — pass them to page through full result sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | Number of authors to show in the listing | |
| offset | Yes | Number of authors to skip in listing | |
| locationId | Yes | Location Id |