pub async fn get_user_threads(
configuration: &Configuration,
user_id: &str,
team_id: &str,
since: Option<i32>,
deleted: Option<bool>,
extended: Option<bool>,
page: Option<i32>,
page_size: Option<i32>,
totals_only: Option<bool>,
threads_only: Option<bool>,
) -> Result<UserThreads, Error<GetUserThreadsError>>
Expand description
Get all threads that user is following Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have edit_other_users
permission.