pub async fn list_users(
__arg0: State<AppState>,
user: CurrentUser,
) -> Result<impl IntoResponse, ApiError>Expand description
Lists everyone. The one route a manager may call.
pub async fn list_users(
__arg0: State<AppState>,
user: CurrentUser,
) -> Result<impl IntoResponse, ApiError>Lists everyone. The one route a manager may call.