Hi @Shreesha HD ,
Welcome to Q&A forum!
Based on my research and testing, the best way at the moment is to configure it through the SharePoint Web interface. The specific steps are as follows:
Navigate to your Survey >> Click on “Setting” >> Survey Settings >> Click on “List name, description and navigation” >> Set “Allow multiple responses” to “Yes”.
Reference: How to create a survey in SharePoint Online?
Note: Non-official, just for reference.
As for what you said about using Graph API/REST API/PnP PowerShell, it is not feasible at the moment. Microsoft Graph API and SharePoint REST API currently do not have direct endpoints to modify the "Allow multiple responses" setting of the survey. These APIs mainly focus on CRUD operations of list items and documents. PnP PowerShell and SharePoint Online PowerShell currently do not include the EnableMultipleResponses
property parameter. Therefore, you received this error. In summary, the current feasible method is to configure it through the SharePoint Web interface.
Thank you for your understanding. Sorry again.
Please do let us know if you have any further queries.
Kindly consider accepting the answer if the information provided is helpful. This can assist other community members in resolving similar issues.