get_user_invite
Retrieve a pending invitation by invite ID to view its email, role, status, and expiry date.
Instructions
Get one invitation by invite id and return its email, role, status, and expiry. Use this for pending invites only; use get_user for accepted users.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invite_id | Yes | The invite ID to retrieve |
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 |