ELTE-Clean / Clean-Administration-Platform

2 stars 1 forks source link

Add group creation and user deletion endpoints #71

Closed the4t4 closed 2 years ago

the4t4 commented 2 years ago

Added:

[POST] groups/create

[DELETE] users/

The delete endpoint is not complete as it does not remove the user from keycloak yet. Its best if @Mohido can complete that.

Mohido commented 2 years ago

I will add the Keycloak deletion user deletion later on today and then we can merge this branch to the development.