Function update_threads_read_for_user

Source
pub async fn update_threads_read_for_user(
    configuration: &Configuration,
    user_id: &str,
    team_id: &str,
) -> Result<(), Error<UpdateThreadsReadForUserError>>
Expand description

Mark all threads that user is following as read Minimum server version: 5.29 ##### Permissions Must be logged in as the user or have edit_other_users permission.