pub async fn add_user_for_team(
    configuration: &Configuration,
    team_gid: &str,
    inline_object51: InlineObject51,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse20028, Error<AddUserForTeamError>>
Expand description

The user making this call must be a member of the team in order to add others. The user being added must exist in the same organization as the team.