Skip to main content
Community owner and members can invite other users from their network to the community. To get the list of possible invitees, getPossibleCommunityInvitees should be used.
Members can invite other users only to the public communities.Users associated with the ADMINISTRATOR scope can invite any other user who is not a member of the community yet.
The query returns the list of user contexts who can be invited to join the given community. Results will be returned with pagination and sorted by the name (ascending by default, the order can be reversed). The following arguments can be used in the query:
For every returned user context createCommunityInvitation mutation can be executed.