ckanaction

member_list

Return the members of a group.

The user must have permission to "get" the group.

POST
member_list
Authorization<token>

CKAN API token

In: header

id?string

the id or name of the group

object_type?string

restrict the members returned to those of a given type, e.g. 'user' or 'package' (default: None)

capacity?string

restrict the members returned to those with a given capacity, e.g. 'member', 'editor', 'admin', 'public', 'private' (optional, default: None)

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