Skip to main content
To retrieve the list of the users who have been invited to the given community and have not accepted the invitation yet, getCommunitySentInvitations 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.
Query results will be available only for the user associated with the community owner context or users associated with ADMINISTRATOR scope.
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.