pub async fn get_teams_for_organization(
    configuration: &Configuration,
    workspace_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20027, Error<GetTeamsForOrganizationError>>
Expand description

Returns the compact records for all teams in the organization visible to the authorized user.