Sign in

List users

documented

List users on n8n Cloud/Enterprise deployments (not available on all editions). ([docs.n8n.io](https://docs.n8n.io/api/api-reference/))

GET /usersCloud/Enterprise onlyno 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://{{CLOUD_INSTANCE}}/api/v1/users?page={{$page}}&limit={{$limit}}&query={{$query}}" \
  -X GET \
  -H "Accept: application/json" \
  -H "X-N8N-API-KEY: {{N8N_API_KEY}}"