Azure AD
10 TopicsRestrict access to a Form to include external users in our tenant?
Hello, I'm setting up an automation where a Form response triggers a Power Automate Flow that updates a non-critical value in Business Central records. It works well except that I want the form to be non-public but to still be usable for people that are from different tenants but added as guests or members in our Entra. I haven't found what kind of setup and changes I need to make for this to be possible, I feel like it's either people within my domain or public, nothing in between. Is there really no way to restrict access to exclude public and anonymous users but include users from externa tenants and invited in my domain ? This is the current Entra setup for the kind of user I want to be able to access the form, I have tried with both user type Guest and Member but no change. Thank you334Views0likes1CommentRestrict permission to create Forms, to only one group or small subset of users?
Hi there, I have what seems like it should be a simple/common request, to only allow a small group of users in a tenant to create/manage Forms, but still enable all internal users to respond to Forms. - Looking at Microsoft's own pages the only way this can be disabled for some users but not others is via the M365 Admin Center but would need to be done individually user-by-user, no good for hundeds of users as it could take several monotonous hours, but looking so far like my only workable option. - I've looked into a PowerShell solution to this but have been unable to achieve something that disables that property for all users except one group. - Another suggested option might be to create a conditional access policy in Azure AD / Entra Center, however this would restrict general users from responding to Forms content - the requirement is to only restrict the creation/management of Forms for most users. Please can anyone advise? Cheers, AlanSolved2.4KViews1like2CommentsMicrosoft Graph API using for external user
We have been working with the Microsoft Graph API to fetch the mail list of an external user using the following endpoint: https://graph.microsoft.com/v1.0/me/messages. However, we are encountering an issue with the response returned by the API. The response is as follows: stdClass Object ( [@odata.context] => https://graph.microsoft.com/v1.0/$metadata#users('4e75df4a-021c-457d-a7b4-8bcabaae1cbb')/messages [value] => Array ( ) ) As you can see, the response does not include any list of mails. The value array is empty. Could you please provide guidance on why this might be happening?335Views0likes1CommentOffice 365 People and groups in Forms
I was wondering is it possible to add question in a form to link to a persons or groups Office 365 ID. I have a form which sets up a tasks for a project and one question on the form which relates to the task owner. Currently I have a list of email addresses in a choice field which gets converted in the flow used to create the planner tasks as well as an "Other" option . This opens the door for spelling mistakes or for other issues where people have odd email addresses.676Views0likes1CommentPython MSAL connection to Microsoft Forms API
I’m trying to read responses from a Ms Forms using this API “https://forms.office.com/formapi/api/forms/%7BformId%7D/questions“, it works well on the browser but I’m having a lot of trouble using the Python MSAL library and the Azure app registration to log in my Microsoft account. Could someone help me set up the app registration and the log in with the Python MSAL library?512Views0likes1CommentWhich Name does MS Form record when Record Name is selected
I recently have an issue whereby a user has updated their name. As a practice, we only update the display and full name but not the first and last name. Recently, when the user participates in a MS form, the name recorded is his First + Last name and not the display name. We then checked across all M365 services like outlook, SharePoint, etc. And all is showing the user updated display name. hence we are trying to find out how does MS Form capture the respondent's nameSolved1.6KViews0likes3CommentsGuest User and internal form
We’re currently facing following scenario: We want to be able to have external people (outside the tenant) to be able to provide us some information along with files. We tried to accomplish this via a customer voice setup and a file upload. Since the file upload restricts the form to be submitted only by internal people within the tenant, we tried to bypass this with adding the external people as guest users. However, this does not seem to work and guest users aren't treated as internal users, even with a license included. Is there any other way than creating them with an internal profile? Thanks9.2KViews0likes1CommentMicrosoft Azure Webjobs
We are having a bot integrated with MS Teams application. Currently, we are sending the notification with adaptive card for all users. We are using the Azure webjobs to schedule the job with exe file. While running the job in Azure Webjobs, some of the users are not getting the notifications. But when we run the same code(.net) in my local system all users were able to receive the notification. Could you please suggest how to resolve this issue?860Views0likes1Comment