list_user_invites
List pending and sent user invitations with email, role, status, and expiry. Filter by role, status, or email to monitor invite lifecycle and identify who hasn't accepted.
Instructions
List pending and sent invitations with id, email, role, status, and expiry. Use this to check invite state; use list_all_users for users who already accepted. Enterprise-gated. Returns 403 on non-Enterprise Portkey plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Filter invitations by organisation role | |
| No | Filter by invited email | ||
| status | No | Filter invitations by lifecycle status | |
| 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 |