Task #17924
WSC: userdeactivate()
Start date:
Due date:
% Done:
0%
Estimated time:
Description
The web service should accept an ID (the unique system-generated ID) or username (the user-visible username) but not both as input and return an empty response.
- Use Alya to create the web service.
- Use gocloak to deactivate the user from Keycloak using the ID or username provided in the request and deactivate it.
- Handle any errors that may occur during the group creation process and return the error response.