List users (cross-organization)
wflow_list_usersRetrieve users from one or multiple organizations using filters and free-text search to identify accounts and verify access levels.
Instructions
List users in one or many organizations. Each user has {id, identity:{login, fullName}, hasFullAccess}. Use allOrganizations to sweep every org (e.g. to find where a user exists).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | wflow filter expression. | |
| search | No | Free-text search (login/name). | |
| maxItems | No | ||
| organization | No | Single org slug. Defaults to WFLOW_ORG. | |
| organizations | No | Explicit list of org slugs (cross-organization). | |
| allOrganizations | No | Operate over ALL accessible organizations. |