Function asana::apis::projects_api::add_members_for_project[][src]

pub async fn add_members_for_project(
    configuration: &Configuration,
    project_gid: &str,
    inline_object23: InlineObject23,
    opt_pretty: Option<bool>,
    opt_fields: Option<Vec<String>>
) -> Result<InlineResponse2001, Error<AddMembersForProjectError>>

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