pub async fn get_users_by_course_id(
course_id: Path<Uuid>,
user: AuthUser,
pool: Data<PgPool>,
) -> ControllerResult<Json<Vec<UserDetail>>>
Expand description
GET /api/v0/main-frontend/user-details/get-users-by-course-id
- Get user details of users that are in the course