Quantcast
Channel: Active questions tagged rest - Stack Overflow
Viewing all articles
Browse latest Browse all 3663

How to get lastSignInDateTime from Azure AD through postman

$
0
0

I need to fetch lastSignInDateTime from Azure AD through postman.May I know how i can the fetch the details of the users

I tried with below url but its not working for me."https://graph.microsoft.com/v1.0/users?$select=id,signInActivity".

Actually i needs to fetch this detail from azure ad to saviynt.you can see the json i use in below.

{"globalSettings": {"dateFormat": "yyyy-MM-dd'T'HH:mm:ss"    },"accountParams": {"connection": "userAuth","processingType": "SequentialAndIterative","call": {"call1": {"callOrder": 0,"stageNumber": 0,"http": {"url": "https://graph.microsoft.com/v1.0/users?$select=id,signInActivity","httpHeaders": {"Authorization": "${access_token}","Accept": "application/json"                    },"httpContentType": "application/json","httpMethod": "GET"                },"listField": "value","keyField": "accountID","colsToPropsMap": {"accountID": "id~#~char","customproperty60": "signInActivity.lastSignInDateTime~#~char","lastlogondate": "signInActivity.lastSignInDateTime~#~date"                }            }        }    },"entitlementParams": {},"acctEntParams": {}}

Viewing all articles
Browse latest Browse all 3663

Trending Articles