Hi Mates,
Lets say if we have organisation Id called with kmid : "nrkjh" if copy and paste in org outlook we can get user email and details, in outlook contact detail also we were not found kmid column.
PowerApps how to search with this kmid instead of email id,
customer want a powerapps form to search with kmid.
Yes we tried to search office365User connector, not found with property like office365Users.kmid .
but we can get FirstName or LastName or email id, but not with this kmid.
i got an idea from friend that can be possible by Graph API using flows.
Do we have any proper step here for search with kmid in powerapps using Graph API.
Thanks,
Hi @v-xida-msft ,
Thanks for reply,
Talking about with in the same org id not from different id. to add below code do i need to add any connectors ..? like office365 or any let me know
for button on select on can give the code which you gave, but for text box some thing has to add i guess .
let me know complete steps if possible.
Hi @Anonymous ,
Do you want to search user based on Org Id?
Do you want to search user from different Org Id (domain) or same Org as you?
If you want to search users from different Org Ids, I afraid that there is no way to achieve your needs in PowerApps Currently. Currently, within PowerApps, regardless of whether or not the standard connector or custom connector based on Graph API, there is no action supported to retrieve users from different Org Ids.
If you would like this feature to be added, please submit an idea to PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas
If you want to search users from same Org Id as yourself, I think you could take a try with the following formula:
Filter(
Office365Users.SearchUserV2().value,
TextInputBox.Text in Mail
(
Note: You could type the specific AD ID within the Text Input Box
Best regards,
hi @v-xida-msft
kmid means just for example i said,
kmid is not exisiting property like "First Name/Last Name etc.."
Normally organisation has two id`s 1. Email id 2. AD ID to any user details.
so
Email Id= abcd@contoso.com
AD ID= acbcd
so now i want search in textbox using only AD ID:
any help would be greatly appreciated.
Hi @Anonymous ,
Could you please share a bit more about your scenario?
Do you want to search user details with Org Id (kmid) rather than email id?
Based on the needs that you mentioned, I afraid that there is no way to achieve your needs in PowerApps currently.The kmid property is not available under Office 365 Users connector response.
In addition, I also think custom connector based on Microsoft Graph REST API could not achieve your needs. There is no kmid property available under these action response supported in Microsoft Graph REST API. There is also no action supported in Microsoft Graph REST API using "kmid" property as Path parameter, Query parameter or in Request Body.
More details about actions supported in Microsoft Graph REST API, please check the following article:
https://docs.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0
If you would like this feature to be added, please submit an idea to PowerApps Ideas Forum:
https://powerusers.microsoft.com/t5/Power-Apps-Ideas/idb-p/PowerAppsIdeas
Best regards,
mmbr1606
22
Super User 2025 Season 1
stampcoin
17
ankit_singhal
11
Super User 2025 Season 1