Skip to main content
Opigno Enterprise API provides an endpoint to get the list of pending user invitations. To retrieve this list, getPendingUserInvitations 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.