drupal_list_users
List Drupal users with optional filters, sorting, and limit. Requires permission to view users.
Instructions
List Drupal users. Requires the configured account to have permission to view users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional filter object. Shortcut form: { field_name: { value: 'x', operator: '=' } } or { field_name: 'x' }. Pre-encoded form: { 'filter[status][value]': 1 } also accepted. | |
| sort | No | ||
| limit | No |