ADMINISTRATOR
scope can remove other community members.
The community owner cannot be removed from the community.
getCommunityPosts
query results. However, the user will not be able
to create a new posts in the same community.
To remove the community member, removeCommunityMember
mutation should be executed. It accepts the following arguments:
Argument | Type | Description |
---|---|---|
communityId | ID | Required. ID of the community to remove a member from. |
userContextId | ID | Required. ID of the context associated with the user who should be removed from the community members list. |
The user can join the same community again or be invited to this community after they were removed from the members list.