[SOLVED] Permissions to create users TTW (Plone 6 Classic)

What permissions will be required to

  1. Go to the control panels of 'Users' and 'Groups'
  2. Add users.

I need to have a group that can ONLY add users.

1 Like

Thanks.
Looks like that is enough. I added a role (and added that to the group 'just in case')

<permission name="Plone Site Setup: Users and Groups" acquire="True">
  <role name="User Manager"/>
</permission>