List n8n Users
n8n_list_usersList all users in an n8n instance to manage access and permissions. Requires owner role; supports pagination with limit and cursor.
Instructions
List all users in the n8n instance. Requires owner role.
Args:
limit (number): Max results (1-250, default 20)
cursor (string?): Pagination cursor
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No |