package_collaborator_list
Return the list of all collaborators for a given dataset (package).
Currently you must be an Admin on the dataset owner organization to manage collaborators.
Note: This action requires the collaborators feature to be enabled with the ckan.auth.allow_dataset_collaborators configuration option.
Authorization<token>
CKAN API token
In: header
id?string
the id or name of the dataset
capacity?string
if provided, only the users with this capacity are returned
curl -X POST "http://localhost:5000/api/3/action/package_collaborator_list" \ -H "Content-Type: application/json" \ -d '{}'