Closed priyabrata-munshify closed 7 months ago
Hello,
I created a custom role - role1, I want the role to be added implicitly to all the members who join the organisation. How can I do that ?
There is a membership event that is emitted when a user joins an organization. You could write an event listener that adds them to the role.
Hello,
I created a custom role - role1, I want the role to be added implicitly to all the members who join the organisation. How can I do that ?