Overview
TheInvitationListResponse struct represents the response returned when fetching a paginated list of user invitations.
Definition
Fields
A vector containing the invitations for the current page.
Indicates whether there are more invitations available beyond the current page.
Usage Example
Related Types
- UserInvitation - The invitation model
- ListInvitationsOptions - Query options for listing invitations
See Also
- fetch_invitations - API method that returns this type
- invite_user - API method to create invitations
