Wednesday, September 14, 2022

Microsoft Forms - Finding the Owner of a Form

To find the owner of a form, open up the Developer Tools (F12) in your browser, go to the Network Tab -> Fetch/XHR, then look for the one that begins with "ResponsePageStartup", and go to Preview.  Expand  the form data and you can grab the owner id:


Once you have the ID, you can look it up in Azure AD to find the user.



No comments: