Nextcloud better User and Group management

The idea is:

Add better user management for Nextcloud:

  • Disable/enable users (prevent from login)
  • Create/delete groups
  • Change user’s groups

My use case:

I need to be able to disable/enable users and change their groups for security measures.

I think it would be beneficial to add this because:

I find the ability to temporarily ban users and change their access very important. Currently implemented management in n8n core Nextcloud node is quite barebones, you can only delete a user, and can’t manage groups.

Any resources to support this?

https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/user_provisioning_api.html

Are you willing to work on this?

No but the API seems pretty straightforward and easy to implement, for now as a workaround I will try to make api calls with curl using Execute Command nodes.