package_collaborator_list_for_user
Return the list of all datasets the user is a collaborator in.
Note: This action requires the collaborators feature to be enabled with the ckan.auth.allow_dataset_collaborators configuration option.
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_for_user" \ -H "Content-Type: application/json" \ -d '{}'