Skip to main content
To retrieve the list of the community invitations that were sent to the current API user and were not accepted yet,getPendingCommunityInvitations query should be called. The query result contains pagination and it is possible to change the sorting order and key. Supports cursor-based (after, before) or limit-based (first, last) pagination. The following arguments can be used in the query:
The list of nodes in the response contains CommunityInvatation object, the full description can be found here.