frontier icon indicating copy to clipboard operation
frontier copied to clipboard

ability to delete users

Open bsushmith opened this issue 3 years ago • 1 comments

Is your feature request related to a problem? Please describe. Support ability to delete users. This will help clean up the list of users who have left the organization.

Describe the solution you'd like A Delete User API which will do a soft delete. And GET users API will return only those users who are not soft-deleted.

bsushmith avatar Aug 16 '22 08:08 bsushmith

The API should also remove any access given to the user and remove the user from all the groups the user is part of

AkarshSatija avatar Sep 19 '22 16:09 AkarshSatija

@kushsharma has this been covered?

ravisuhag avatar Sep 24 '23 19:09 ravisuhag

This is supported at /raystack.frontier.v1beta1.FrontierService/DeleteUser

kushsharma avatar Feb 20 '24 05:02 kushsharma