Get Collection Users
transkribus_coll_user_get_listRetrieve a paginated list of users who have access to a specific Transkribus collection, with optional filtering by role and sorting.
Instructions
Get the list of users with access to a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collId | Yes | Collection ID | |
| role | No | Filter by user role | |
| index | No | Start index | |
| nValues | No | Number of values | |
| sortColumn | No | Column to sort by | |
| sortDirection | No | Sort direction (asc/desc) |