teams_slash_list_members_legacy

Function teams_slash_list_members_legacy 

Source
pub async fn teams_slash_list_members_legacy(
    configuration: &Configuration,
    team_id: i32,
    role: Option<&str>,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<SimpleUser>, Error<TeamsSlashListMembersLegacyError>>
Expand description

Deprecation Notice: This endpoint route is deprecated and will be removed from the Teams API. We recommend migrating your existing code to use the new List team members endpoint. Team members will include the members of child teams.