public async Task <IActionResult> GetUsersInInitiative(int id) { var users = await _initiativeService.GetUsersForInitiative(id); return(Ok(users)); }