openai_list_invites
Retrieve a paginated list of organization invites, showing each invite's status (pending, accepted, or expired).
Instructions
List all invites in the organization.
Each invite's "status" is one of `pending`, `accepted`, or `expired`.
Args:
after: Pagination cursor from a previous response's `last_id`.
limit: Maximum number of invites to return per page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |