bd5a5f406bca
List pending invites with pagination
Query parameters
Page number starting from 1.
Limit for the number of results per page.
Optional. Filter invites by email (substring match). Omit to return invites regardless of email.
Optional. Fuzzy search invites by email — tolerates typos and partial input (e.g. "jhon" finds "john@…"), ranked by similarity. Composable with searchString.
Optional. Filter invites to those assigned to a specific team (UUID). Omit to include invites for all teams.
Optional. Set to "true" to only return invites the current user can manage. Omit for no manageability filter.
Optional. Inclusive lower bound (>=) on invite creation date, as an ISO 8601 date-time string. Invites created on/after this instant are included. Omit for no lower bound.
Optional. Exclusive upper bound (<) on invite creation date, as an ISO 8601 date-time string. Invites created strictly before this instant are included. Omit for no upper bound.