pub async fn add_members_for_portfolio(
    configuration: &Configuration,
    portfolio_gid: &str,
    inline_object13: InlineObject13,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<AddMembersForPortfolioError>>
Expand description

Adds the specified list of users as members of the portfolio. Returns the updated portfolio record.