Skip to main content
To retrieve the list of the user invitations created by the user context associated with the current API account, getUserSentInvitations query should be called. The query returns the list of invitations that have been sent to the current user (fetched from the request) and are not accepted yet. The data contains pagination and sorting options. Supports cursor-based pagination (after, before) or limit-based (first, last). The same pagination approach as in other queries is used (for example, getCatalogData). The following arguments can be used in the query:
The list of nodes in the response contains UserInvatation object, the full example can be found here.