ckanaction

user_autocomplete

Return a list of user names that contain a string.

POST
user_autocomplete
Authorization<token>

CKAN API token

In: header

q?string

the string to search for

limit?integer

the maximum number of user names to return (default: 20)

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