Sign in

List users

documented

Retrieve a paginated list of Drupal.org user records.

GET /api-d7/user.jsonUsersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.drupal.org/api-d7/user.json?limit={{$limit}}&page={{$page}}&query={{$query}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List users · drupal · OpenIntegrations