pub async fn get_user_tutorial_status(
configuration: &Configuration,
user_id: &str,
) -> Result<TutorialStatus, Error<GetUserTutorialStatusError>>Expand description
Gets the status of completed or outstanding tutorials for the specified user.