GET
/organization/invitesList organization invites
Lists invitations sent within an organization. Use limit to control the number of results and after to continue from a previous page of invites.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
limitintegeroptional
The maximum number of invite objects to return, from 1 to 100. Defaults to 20 when omitted.
afterstringoptional
A cursor containing an invite object ID that marks the starting position for the next page.
200Returns a list object containing invite data, the first and last invite IDs, and a `has_more` value indicating whether additional results are available.
objectstringrequired
The object type, which is always `list`
dataarray<object>required
first_idstringoptional
The first `invite_id` in the retrieved `list`
last_idstringoptional
The last `invite_id` in the retrieved `list`
has_morebooleanrequired
The `has_more` property is used for pagination to indicate there are additional results.
Error handling
limit must be between 1 and 100 when provided and defaults to 20 when omitted. Use after as an invite object ID from the previous page to retrieve subsequent results.