pub async fn remove_user_for_team(
    configuration: &Configuration,
    team_gid: &str,
    inline_object52: InlineObject52,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<RemoveUserForTeamError>>
Expand description

The user making this call must be a member of the team in order to remove themselves or others.