Hello everyone
I am working on a project about the management of groups.
Currently, only a administrator is able to manage groups (CRUD).
I would like simple users to manage groups (CRUD), using this API :
https://docs.nextcloud.com/server/stable/admin_manual/configuration_user/instruction_set_for_groups.html#create-a-group
Could we use the ocs/v1.php/cloud/groups
method without sending a plaintext password ?
Could we send a hash password ? Or a token (like the JWT) ?
Some one tell me I can use Circles app.
But, I cannot based on groupfolders on Circles.
Unless I am mistaken ?
Thank you and I am waiting your answers
Best regards,
z4k