Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊
author: Sebastien Molendijk - Microsoft
| Attribute | Value |
|---|---|
| Type | Playbook |
| Solution | GitHub Only |
| Source | View on GitHub |
This playbook uses 1 Logic App connector / built-in action:
| Connector / Action | Type | Connections | Actions |
|---|---|---|---|
http |
Built-in | 0 | 16 |
http (Built-in)| Action | Method | Endpoint | Other |
|---|---|---|---|
| Get_user_details | GET | https://graph.microsoft.com/beta/users/@{body('Parse_trigger')?['userPrincipalName']} |
— |
| Get_user_manager | GET | https://graph.microsoft.com/beta/users/@{body('Parse_trigger')?['userPrincipalName']}/manager |
— |
| Get_user_MFA-SSPR_status | GET | https://graph.microsoft.com/beta/reports/credentialUserRegistrationDetails?$filter=userPrincipalName eq '@{body('Get_user_details')?['userPrincipalName']}' |
— |
| Get_user_AAD_risk_status | GET | https://graph.microsoft.com/beta/riskyUsers/@{body('Parse_user_details')?['id']}/ |
— |
| Get_user_signins | GET | https://graph.microsoft.com/beta/auditLogs/signIns?$filter=@{outputs('Compose_filter')} |
— |
| Get_user_owned_devices | GET | https://graph.microsoft.com/beta/users/@{body('Get_user_details')?['userPrincipalName']}/ownedDevices |
— |
| Advanced_Hunting | POST | https://api.securitycenter.windows.com/api/advancedqueries/run |
— |
| Check_group_membership | POST | https://graph.microsoft.com/beta/users/@{body('Get_user_details')?['userPrincipalName']}/checkMemberGroups |
— |
| Get_role_details | GET | https://graph.microsoft.com/beta/roleManagement/directory/roleDefinitions/@{items('Foreach_role')?['roleDefinitionId']} |
— |
| Get_user_admin_roles | GET | https://graph.microsoft.com/beta/roleManagement/directory/roleAssignments?$filter=principalId eq '@{body('Parse_user_details')?['id']}' |
— |
| Get_inbox_folder | GET | https://graph.microsoft.com/beta/users/@{body('Get_user_details')?['userPrincipalName']}/mailFolders/@{items('For_each_inbox_rule')?['actions']?['moveToFolder']} |
— |
| Get_user_OOF | POST | https://graph.microsoft.com/beta/users/@{body('Get_user_details')?['userPrincipalName']}/getMailTips |
— |
| Get_user_inbox_rules | GET | https://graph.microsoft.com/beta/users/@{body('Get_user_details')?['userPrincipalName']}/mailFolders/inbox/messageRules |
— |
| Get_user_password_reset_activities | GET | https://graph.microsoft.com/beta/reports/userCredentialUsageDetails?$filter=userPrincipalName eq '@{body('Get_user_details')?['userPrincipalName']}' |
— |
| Get_user_locations_habits | GET | @{parameters('mcas-tenantUrl')}/cas/api/v1/activities_locations/by_user/?username=@{variables('userMcasId')}/ |
— |
| Get_mcas_user_profile | GET | @{parameters('mcas-tenantUrl')}/cas/api/v1/entities/@{variables('userMcasId')}/ |
— |
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊