var allUsers = $.map(response, function(value,key){
	return value.push('example');
});