collections_memberships
List individual user memberships of a collection, with options to filter by user name and paginate through results.
Instructions
List individual user memberships of a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Collection ID | |
| limit | No | Number of results | |
| query | No | Filter by user name | |
| offset | No | Pagination offset | |
| nextPath | No | Next page path for pagination |