You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using "invitation policy" = "ALL" and "Group Joining Policy" = "JOIN_REQUEST" to implement a policy where anyone can invite but needs to be reviewed. But "JOIN_REQUEST "does not work, addGroupMembers are still directly in effect.
The text was updated successfully, but these errors were encountered:
The group invitation strategy is used to control: How a group member can add/invite other users to this group
The group join strategy is used to control: How a user can join a group.
addGroupMembers are still directly in effect.
If you use the ALL invitation strategy, it is expected as it means any group member can add other users to this group without the approval of group admins and the invitee.
anyone can invite but needs to be reviewed
If you want the invitation (a group member sends it to a non-member user) to be reviewed by the invitee, you can use the join strategy INVITATION (A user can only join these groups via invitations) and the invitation strategy ALL_REQUIRING_APPROVAL (Any group member can send invitations to other users, and the invitees can join the group once they approve the invitations).
If you want the invitation (a group member sends to a non-member user) to be reviewed by group admins, it is not supported currently.
I tried using "invitation policy" = "ALL" and "Group Joining Policy" = "JOIN_REQUEST" to implement a policy where anyone can invite but needs to be reviewed. But "JOIN_REQUEST "does not work, addGroupMembers are still directly in effect.
The text was updated successfully, but these errors were encountered: