latestOpenAPI 3.0.02026-08-19219210532.7 KB

bd5a5f406bca

crm

List pending invites with pagination

get/api/v1/pending-invites

Query parameters

pagenumber

Page number starting from 1.

limitnumber

Limit for the number of results per page.

createdAt'ASC' | 'DESC'
email'ASC' | 'DESC'
roles'ASC' | 'DESC'
searchStringstring

Optional. Filter invites by email (substring match). Omit to return invites regardless of email.

searchstring

Optional. Fuzzy search invites by email — tolerates typos and partial input (e.g. "jhon" finds "john@…"), ranked by similarity. Composable with searchString.

teamIdstring uuid

Optional. Filter invites to those assigned to a specific team (UUID). Omit to include invites for all teams.

manageable'true'

Optional. Set to "true" to only return invites the current user can manage. Omit for no manageability filter.

createdAfterstring date-time

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.

createdBeforestring date-time

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.

Response