pub async fn add_followers_for_project(
    configuration: &Configuration,
    project_gid: &str,
    inline_object25: InlineObject25,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<AddFollowersForProjectError>>
Expand description

Adds the specified list of users as followers to the project. Followers are a subset of members, therefore if the users are not already members of the project they will also become members as a result of this operation. Returns the updated project record.