Monday, March 17, 2025

M365 Forms Admin

How to get information on a Form in M365:

  • Open the Form in a browser.
  • Open Dev Tools.
  • Go to the Network tab.
  • Look at the properties for the "response" page and find the UID of the owner.
    • The Tenant ID will also be listed first (after the api).
"@odata.context": "https://forms.office.com/formapi/api/xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx/users/xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx/

  • Go to this page with the GUI/UID pasted at the end.
    • You will need an admin role assigned to a user with a Forms license to access this page.
https://forms.office.com/Pages/delegatepage.aspx?originalowner=xxxxxxxx-xxxxxxxxx-xxxx-xxxxxxxxxxxx

  • Here's the Microsoft learn page:
https://learn.microsoft.com/en-us/microsoft-forms/admin-information#form-ownership-transfer