list_all_users
List accepted organization users with id, name, email, role, and timestamps. Use to locate a user_id before updating, deleting, or adding workspace members.
Instructions
List accepted org users with id, name, email, role, and timestamps. Use this to find a user_id before get_user, update_user, delete_user, or add_workspace_member; use list_user_invites for pending invitations. Enterprise-gated. Returns 403 on non-Enterprise Portkey plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter by organisation role | |
| No | Filter by exact email | ||
| page_size | No | Number of results per page (max 100) | |
| current_page | No | Zero-based page number; the first page is 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |