pub async fn teams_slash_list(
configuration: &Configuration,
org: &str,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<Team>, Error<TeamsSlashListError>>
Expand description
Lists all teams in an organization that are visible to the authenticated user.