chore: user management api additions (#4231)
* feat: added route to delete users in user management api's * chore: added lastLoggedOn and lastActiveOn fields to user response type * chore: changed return type * chore: changed target to prod for hopp-old-backend service
This commit is contained in:
@@ -427,7 +427,7 @@ export class AdminService {
|
||||
* Remove a user account by UID
|
||||
* @param userUid User UID
|
||||
* @returns an Either of boolean or error
|
||||
* @deprecated use removeUserAccounts instead
|
||||
*
|
||||
*/
|
||||
async removeUserAccount(userUid: string) {
|
||||
const user = await this.userService.findUserById(userUid);
|
||||
|
||||
Reference in New Issue
Block a user