Forum Discussion
Doranarni
Microsoft
Nov 28, 2018Is there an API to read Microsoft forms data
is it possible to read Microsoft forms submitted data . we are exploring concepts and would like to get data of submitted forms using API.
PascalAmmon
Jan 31, 2022Copper Contributor
i'm able to consume the API (only with delegated permissions), so i start to create a PowerShell Module for MS Forms.
link: https://github.com/pammon/ms-forms-ps-module
intresting part for authentication:
https://github.com/pammon/ms-forms-ps-module/blob/946c06a72d532bfcbd33a25678bb6e59c08f8d13/src/FormsPowerShellModule/FormsPowerShellModule/src/FormsService.cs#L88
- cardox007Mar 28, 2022Copper ContributorI was able to install and use the library you created to get my forms but when I try to change use the Move-MSFormsToUser function to change the ownership from a group to a user it doesn't work