Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

How to search with organization ID

(0) ShareShare
ReportReport
Posted on by

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,

  • Community Power Platform Member Profile Picture
    on at
    Re: How to search with organization ID

    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.

     

  • Verified answer
    v-xida-msft Profile Picture
    on at
    Re: How to search with organization ID

    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,

  • Community Power Platform Member Profile Picture
    on at
    Re: How to search with organization ID

    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.

     

     

     

     

  • v-xida-msft Profile Picture
    on at
    Re: How to search with organization ID

    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,

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 17

#3
ankit_singhal Profile Picture

ankit_singhal 11 Super User 2025 Season 1

Overall leaderboard

Featured topics