returnResponse.status(Status.BAD_REQUEST).entity("User is an archive user for organization "+user.getOrganizationId().getOrganizationName()+". Can't delete it").build();
returnResponse.status(Status.BAD_REQUEST).entity("Your organization "+user.getOrganizationId().getOrganizationName()+" has not defined a default user for archiving your data. Please contact your systems administrator to fix this.").build();