ckanaction

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.

POST
package_collaborator_list

Authorization

apiTokenHeader
Authorization<token>

CKAN API token

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

curl -X POST "http://localhost:5000/api/3/action/package_collaborator_list" \  -H "Content-Type: application/json" \  -d '{}'