Get Collection Users
transkribus_coll_user_get_listRetrieve the list of users with access to a specific collection, with optional filtering by role and pagination controls.
Instructions
Get the list of users with access to a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by user role | |
| index | No | Start index (0-based) | |
| collId | Yes | Collection ID | |
| nValues | No | Number of results (-1 for all) | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction: asc or desc |