Skip to content

Instantly share code, notes, and snippets.

@expiscornovus
Created March 4, 2022 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expiscornovus/71c1d0f9a1c619c185e147d877f5cf6e to your computer and use it in GitHub Desktop.
Save expiscornovus/71c1d0f9a1c619c185e147d877f5cf6e to your computer and use it in GitHub Desktop.
Select Inactive Users
{
"inputs": {
"from": "@body('HTTP')['value']",
"select": {
"UPN": "@item()['userPrincipalName']",
"lastSignInDateTime": "@item()['signInActivity']['lastSignInDateTime']"
}
},
"metadata": {
"operationMetadataId": "e3b8ffd4-c525-421b-bf94-6b9ffd5295d5"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment