get_user_invite
Retrieve a pending invite by its ID to see email, role, status, and expiry. Use for pending invites; for accepted users, call get_user instead.
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 |