pub async fn get_user_thread(
configuration: &Configuration,
user_id: &str,
team_id: &str,
thread_id: &str,
) -> Result<(), Error<GetUserThreadError>>
Expand description
Get a thread Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have edit_other_users
permission.