Function asana::apis::teams_api::get_teams_for_user[][src]

pub async fn get_teams_for_user(
    configuration: &Configuration,
    user_gid: &str,
    organization: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20027, Error<GetTeamsForUserError>>

Returns the compact records for all teams to which the given user is assigned.