pub async fn teams_list_memberships(
configuration: &Configuration,
team_id: &str,
queries: Option<Vec<String>>,
search: Option<&str>,
) -> Result<MembershipList, Error<TeamsListMembershipsError>>Expand description
Use this endpoint to list a team’s members using the team’s ID. All team members have read access to this endpoint.