Get work phone number from Sentinel playbook

Thomas 0 Reputation points
2023-08-08T13:05:12.4333333+00:00

Hi,

I have a playbook which reset AAD user password when it's triggered. I would like to notify the user by SMS with his new password on his work phone (all users have their work phone numer in AAD).

I added a section to send an HTTP request to my 3rd party, but I didn't find a solution to get the work phone of the user.

How can I do ?

Microsoft Security | Microsoft Sentinel
{count} votes

1 answer

Sort by: Most helpful
  1. Andrew Blumhardt 10,051 Reputation points Microsoft Employee
    2023-08-09T14:09:12.0966667+00:00

    The Logic App connector may not address that scenario. You will likely need to use the built-in HTTP action to call the REST API. https://learn.microsoft.com/en-us/graph/aad-advanced-queries

    Look for examples if you haven't used this method. The HTTP action will always be followed by a JSON parser.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.