Hi,
I success to retreive data i need with graph api explorer ( Its for temporary password).
I used this url : https://graph.microsoft.com/beta/users/MyUPN/authentication/temporaryAccessPassMethods
All permissions are ok
In response preview i have the temporary password created :
"id": "e67f27c6-91c0-455f-a312-bae6ac6075a1",
"temporaryAccessPass": "dsfkkjkjdskdshfkfd",
"createdDateTime": "2022-11-01T18:47:03.0123873Z",
"startDateTime": "2022-11-01T18:47:02.3092589Z",
"lifetimeInMinutes": 60,
"isUsableOnce": true,
"isUsable": true,
"methodUsabilityReason": "EnabledByPolicy"
I have a app azure with app id - tenant id and secret
What i need to acheive is to extract temporaryAccessPass value and put in the mail to send to user with power automate.
I am very lost with all of this variable, parse ....
here : i help with this link but i dont know how i can get token and after that i see that it takes only temporaryAccessPass in the mail but how ?
thanks for all