Skip to main content
Community site session details

Community site session details

Session Id : H81M4ag1fb6mR8kSc4uoql
Power Automate - Building Flows
Unanswered

Find a user using his mobile phone number

Like (0) ShareShare
ReportReport
Posted on 2 Aug 2023 16:15:49 by 37

I have a list of mobile phone number and I would find their owner...

 

I have tried the following modules without success to use...

Could you please help me?

 

  • Wakamput Profile Picture
    2 on 11 Jul 2024 at 10:09:32
    Re: Find a user using his mobile phone number

    Sure, finding someone based on their phone number can be tricky, especially with APIs and modules not always delivering the expected results. It reminds me of a time when I needed to verify contact details for an event but faced similar challenges. I ended up using a tool that provided a free US number for temporary verification purposes. It was surprisingly helpful in quickly validating contacts without diving into complex API integrations.

  • Nayborba Profile Picture
    2 on 10 Jul 2024 at 11:11:18
    Re: Find a user using his mobile phone number

    For your situation, have you considered expanding your search approach? Sometimes reaching out directly or using alternative verification tools like those offering free US numbers can provide additional insights or workarounds.

  • TheNextOne Profile Picture
    37 on 03 Aug 2023 at 08:39:24
    Re: Find a user using his mobile phone number

    Hi v-bofeng-msft,

     

    there is something strange because if I use this URI

    (https://graph.microsoft.com/v1.0/users?$filter=mobilePhone eq '+012345467'&$count=true)

    as shown below, the result value is []

    TheNextOne_1-1691051175144.png

     

    Output:

    {
    "@odata.count": 0,
    "value": []
    }
     
    if I use the URI (https://graph.microsoft.com/v1.0/users?$filter=surname eq 'Rossi'&$count=true), the result is as expected...
    TheNextOne_2-1691051230755.png
     
    Output:
    {
    "@odata.count": 1,
    "value": [
    {
    "businessPhones": [],
    "displayName": "Mario Rossi, ABC",
    "givenName": "Mario",
    "jobTitle": "Developer",
    "mail": "mario.rossi@abc.com",
    "mobilePhone": "+012345467",
    "officeLocation": "XX",
    "preferredLanguage": null,
    "surname": "Rossi",
    "userPrincipalName": "mario.rossi@abc.com",
    "id": "xxxxxxx"
    }
    ]
    }
     
    Why?
     
     
     
  • v-bofeng-msft Profile Picture
    on 03 Aug 2023 at 02:52:15
    Re: Find a user using his mobile phone number

    Hi @TheNextOne ,

     

    According to this documentation https://learn.microsoft.com/en-us/graph/aad-advanced-queriesmobilePhone and businessPhones is consider an advanced queries, in order to query it, you need to have $count=true in the query string, and ConsistencyLevel: eventual in the header. 

     

    vbofengmsft_0-1691031127177.png

     

     

    Best Regards,

    Bof

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 our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Tomac Profile Picture

Tomac 986 Moderator

#2
stampcoin Profile Picture

stampcoin 699 Super User 2025 Season 2

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 577 Super User 2025 Season 2

Loading complete