pub async fn get_users_for_team(
    configuration: &Configuration,
    team_gid: &str,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>,
    limit: Option<i32>,
    offset: Option<&str>
) -> Result<InlineResponse20031, Error<GetUsersForTeamError>>
Expand description

Returns the compact records for all users that are members of the team.