From 91ddebf03f9665bb5d0664d2f56a9f4e21701b86 Mon Sep 17 00:00:00 2001
From: Jocelyn Pamphile
Date: Thu, 27 Jul 2023 17:22:00 +0200
Subject: [PATCH] add_app
---
deployment-apps/msadgraph/CONTRIBUTING.md | 2 +
deployment-apps/msadgraph/LICENSE | 201 +
deployment-apps/msadgraph/NOTICE | 26 +
deployment-apps/msadgraph/README.md | 999 +++++
deployment-apps/msadgraph/__init__.py | 14 +
deployment-apps/msadgraph/logo_msadgraph.svg | 1 +
.../msadgraph/logo_msadgraph_dark.svg | 1 +
deployment-apps/msadgraph/msadgraph.json | 3871 +++++++++++++++++
.../msadgraph/msadgraph_connector.py | 1540 +++++++
deployment-apps/msadgraph/msadgraph_consts.py | 94 +
.../msadgraph/msadgraph_get_group.html | 170 +
.../msadgraph_list_group_members.html | 174 +
.../msadgraph/msadgraph_list_groups.html | 174 +
.../msadgraph_list_user_attributes.html | 175 +
.../msadgraph_list_user_devices.html | 163 +
.../msadgraph/msadgraph_list_users.html | 177 +
deployment-apps/msadgraph/msadgraph_view.py | 58 +
deployment-apps/msadgraph/readme.html | 123 +
.../msadgraph/release_notes/1.0.5.md | 2 +
.../msadgraph/release_notes/1.1.0.md | 1 +
.../msadgraph/release_notes/1.2.0.md | 8 +
.../msadgraph/release_notes/1.3.0.md | 2 +
.../msadgraph/release_notes/unreleased.md | 1 +
.../py3/beautifulsoup4-4.9.1-py3-none-any.whl | Bin 0 -> 115057 bytes
.../soupsieve-2.3.2.post1-py3-none-any.whl | Bin 0 -> 37377 bytes
.../py3/soupsieve-2.4.1-py3-none-any.whl | Bin 0 -> 36379 bytes
26 files changed, 7977 insertions(+)
create mode 100644 deployment-apps/msadgraph/CONTRIBUTING.md
create mode 100644 deployment-apps/msadgraph/LICENSE
create mode 100644 deployment-apps/msadgraph/NOTICE
create mode 100644 deployment-apps/msadgraph/README.md
create mode 100644 deployment-apps/msadgraph/__init__.py
create mode 100644 deployment-apps/msadgraph/logo_msadgraph.svg
create mode 100644 deployment-apps/msadgraph/logo_msadgraph_dark.svg
create mode 100644 deployment-apps/msadgraph/msadgraph.json
create mode 100644 deployment-apps/msadgraph/msadgraph_connector.py
create mode 100644 deployment-apps/msadgraph/msadgraph_consts.py
create mode 100644 deployment-apps/msadgraph/msadgraph_get_group.html
create mode 100644 deployment-apps/msadgraph/msadgraph_list_group_members.html
create mode 100644 deployment-apps/msadgraph/msadgraph_list_groups.html
create mode 100644 deployment-apps/msadgraph/msadgraph_list_user_attributes.html
create mode 100644 deployment-apps/msadgraph/msadgraph_list_user_devices.html
create mode 100644 deployment-apps/msadgraph/msadgraph_list_users.html
create mode 100644 deployment-apps/msadgraph/msadgraph_view.py
create mode 100644 deployment-apps/msadgraph/readme.html
create mode 100644 deployment-apps/msadgraph/release_notes/1.0.5.md
create mode 100644 deployment-apps/msadgraph/release_notes/1.1.0.md
create mode 100644 deployment-apps/msadgraph/release_notes/1.2.0.md
create mode 100644 deployment-apps/msadgraph/release_notes/1.3.0.md
create mode 100644 deployment-apps/msadgraph/release_notes/unreleased.md
create mode 100644 deployment-apps/msadgraph/wheels/py3/beautifulsoup4-4.9.1-py3-none-any.whl
create mode 100644 deployment-apps/msadgraph/wheels/py3/soupsieve-2.3.2.post1-py3-none-any.whl
create mode 100644 deployment-apps/msadgraph/wheels/py3/soupsieve-2.4.1-py3-none-any.whl
diff --git a/deployment-apps/msadgraph/CONTRIBUTING.md b/deployment-apps/msadgraph/CONTRIBUTING.md
new file mode 100644
index 0000000..b3cc507
--- /dev/null
+++ b/deployment-apps/msadgraph/CONTRIBUTING.md
@@ -0,0 +1,2 @@
+# Contributing
+For more information about contributing to Splunk SOAR Apps please take a look at our app [Contribution Guide](https://github.com/splunk-soar-connectors/.github/blob/main/.github/CONTRIBUTING.md)!
diff --git a/deployment-apps/msadgraph/LICENSE b/deployment-apps/msadgraph/LICENSE
new file mode 100644
index 0000000..573247f
--- /dev/null
+++ b/deployment-apps/msadgraph/LICENSE
@@ -0,0 +1,201 @@
+ Apache License
+ Version 2.0, January 2004
+ http://www.apache.org/licenses/
+
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
+
+ 1. Definitions.
+
+ "License" shall mean the terms and conditions for use, reproduction,
+ and distribution as defined by Sections 1 through 9 of this document.
+
+ "Licensor" shall mean the copyright owner or entity authorized by
+ the copyright owner that is granting the License.
+
+ "Legal Entity" shall mean the union of the acting entity and all
+ other entities that control, are controlled by, or are under common
+ control with that entity. For the purposes of this definition,
+ "control" means (i) the power, direct or indirect, to cause the
+ direction or management of such entity, whether by contract or
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
+ outstanding shares, or (iii) beneficial ownership of such entity.
+
+ "You" (or "Your") shall mean an individual or Legal Entity
+ exercising permissions granted by this License.
+
+ "Source" form shall mean the preferred form for making modifications,
+ including but not limited to software source code, documentation
+ source, and configuration files.
+
+ "Object" form shall mean any form resulting from mechanical
+ transformation or translation of a Source form, including but
+ not limited to compiled object code, generated documentation,
+ and conversions to other media types.
+
+ "Work" shall mean the work of authorship, whether in Source or
+ Object form, made available under the License, as indicated by a
+ copyright notice that is included in or attached to the work
+ (an example is provided in the Appendix below).
+
+ "Derivative Works" shall mean any work, whether in Source or Object
+ form, that is based on (or derived from) the Work and for which the
+ editorial revisions, annotations, elaborations, or other modifications
+ represent, as a whole, an original work of authorship. For the purposes
+ of this License, Derivative Works shall not include works that remain
+ separable from, or merely link (or bind by name) to the interfaces of,
+ the Work and Derivative Works thereof.
+
+ "Contribution" shall mean any work of authorship, including
+ the original version of the Work and any modifications or additions
+ to that Work or Derivative Works thereof, that is intentionally
+ submitted to Licensor for inclusion in the Work by the copyright owner
+ or by an individual or Legal Entity authorized to submit on behalf of
+ the copyright owner. For the purposes of this definition, "submitted"
+ means any form of electronic, verbal, or written communication sent
+ to the Licensor or its representatives, including but not limited to
+ communication on electronic mailing lists, source code control systems,
+ and issue tracking systems that are managed by, or on behalf of, the
+ Licensor for the purpose of discussing and improving the Work, but
+ excluding communication that is conspicuously marked or otherwise
+ designated in writing by the copyright owner as "Not a Contribution."
+
+ "Contributor" shall mean Licensor and any individual or Legal Entity
+ on behalf of whom a Contribution has been received by Licensor and
+ subsequently incorporated within the Work.
+
+ 2. Grant of Copyright License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ copyright license to reproduce, prepare Derivative Works of,
+ publicly display, publicly perform, sublicense, and distribute the
+ Work and such Derivative Works in Source or Object form.
+
+ 3. Grant of Patent License. Subject to the terms and conditions of
+ this License, each Contributor hereby grants to You a perpetual,
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
+ (except as stated in this section) patent license to make, have made,
+ use, offer to sell, sell, import, and otherwise transfer the Work,
+ where such license applies only to those patent claims licensable
+ by such Contributor that are necessarily infringed by their
+ Contribution(s) alone or by combination of their Contribution(s)
+ with the Work to which such Contribution(s) was submitted. If You
+ institute patent litigation against any entity (including a
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
+ or a Contribution incorporated within the Work constitutes direct
+ or contributory patent infringement, then any patent licenses
+ granted to You under this License for that Work shall terminate
+ as of the date such litigation is filed.
+
+ 4. Redistribution. You may reproduce and distribute copies of the
+ Work or Derivative Works thereof in any medium, with or without
+ modifications, and in Source or Object form, provided that You
+ meet the following conditions:
+
+ (a) You must give any other recipients of the Work or
+ Derivative Works a copy of this License; and
+
+ (b) You must cause any modified files to carry prominent notices
+ stating that You changed the files; and
+
+ (c) You must retain, in the Source form of any Derivative Works
+ that You distribute, all copyright, patent, trademark, and
+ attribution notices from the Source form of the Work,
+ excluding those notices that do not pertain to any part of
+ the Derivative Works; and
+
+ (d) If the Work includes a "NOTICE" text file as part of its
+ distribution, then any Derivative Works that You distribute must
+ include a readable copy of the attribution notices contained
+ within such NOTICE file, excluding those notices that do not
+ pertain to any part of the Derivative Works, in at least one
+ of the following places: within a NOTICE text file distributed
+ as part of the Derivative Works; within the Source form or
+ documentation, if provided along with the Derivative Works; or,
+ within a display generated by the Derivative Works, if and
+ wherever such third-party notices normally appear. The contents
+ of the NOTICE file are for informational purposes only and
+ do not modify the License. You may add Your own attribution
+ notices within Derivative Works that You distribute, alongside
+ or as an addendum to the NOTICE text from the Work, provided
+ that such additional attribution notices cannot be construed
+ as modifying the License.
+
+ You may add Your own copyright statement to Your modifications and
+ may provide additional or different license terms and conditions
+ for use, reproduction, or distribution of Your modifications, or
+ for any such Derivative Works as a whole, provided Your use,
+ reproduction, and distribution of the Work otherwise complies with
+ the conditions stated in this License.
+
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
+ any Contribution intentionally submitted for inclusion in the Work
+ by You to the Licensor shall be under the terms and conditions of
+ this License, without any additional terms or conditions.
+ Notwithstanding the above, nothing herein shall supersede or modify
+ the terms of any separate license agreement you may have executed
+ with Licensor regarding such Contributions.
+
+ 6. Trademarks. This License does not grant permission to use the trade
+ names, trademarks, service marks, or product names of the Licensor,
+ except as required for reasonable and customary use in describing the
+ origin of the Work and reproducing the content of the NOTICE file.
+
+ 7. Disclaimer of Warranty. Unless required by applicable law or
+ agreed to in writing, Licensor provides the Work (and each
+ Contributor provides its Contributions) on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+ implied, including, without limitation, any warranties or conditions
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
+ PARTICULAR PURPOSE. You are solely responsible for determining the
+ appropriateness of using or redistributing the Work and assume any
+ risks associated with Your exercise of permissions under this License.
+
+ 8. Limitation of Liability. In no event and under no legal theory,
+ whether in tort (including negligence), contract, or otherwise,
+ unless required by applicable law (such as deliberate and grossly
+ negligent acts) or agreed to in writing, shall any Contributor be
+ liable to You for damages, including any direct, indirect, special,
+ incidental, or consequential damages of any character arising as a
+ result of this License or out of the use or inability to use the
+ Work (including but not limited to damages for loss of goodwill,
+ work stoppage, computer failure or malfunction, or any and all
+ other commercial damages or losses), even if such Contributor
+ has been advised of the possibility of such damages.
+
+ 9. Accepting Warranty or Additional Liability. While redistributing
+ the Work or Derivative Works thereof, You may choose to offer,
+ and charge a fee for, acceptance of support, warranty, indemnity,
+ or other liability obligations and/or rights consistent with this
+ License. However, in accepting such obligations, You may act only
+ on Your own behalf and on Your sole responsibility, not on behalf
+ of any other Contributor, and only if You agree to indemnify,
+ defend, and hold each Contributor harmless for any liability
+ incurred by, or claims asserted against, such Contributor by reason
+ of your accepting any such warranty or additional liability.
+
+ END OF TERMS AND CONDITIONS
+
+ APPENDIX: How to apply the Apache License to your work.
+
+ To apply the Apache License to your work, attach the following
+ boilerplate notice, with the fields enclosed by brackets "[]"
+ replaced with your own identifying information. (Don't include
+ the brackets!) The text should be enclosed in the appropriate
+ comment syntax for the file format. We also recommend that a
+ file or class name and description of purpose be included on the
+ same "printed page" as the copyright notice for easier
+ identification within third-party archives.
+
+ Copyright (c) 2022-2023 Splunk Inc.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
\ No newline at end of file
diff --git a/deployment-apps/msadgraph/NOTICE b/deployment-apps/msadgraph/NOTICE
new file mode 100644
index 0000000..c7723d7
--- /dev/null
+++ b/deployment-apps/msadgraph/NOTICE
@@ -0,0 +1,26 @@
+Splunk SOAR MS Graph for Active Directory
+Copyright (c) 2022-2023 Splunk Inc.
+
+Third-party Software Attributions:
+
+Library: Django
+Version: 3.2.13
+License: BSD 3
+0.9.0 thru 1.2 1991-1995 CWI yes
+1.3 thru 1.5.2 1.2 1995-1999 CNRI yes
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Python Software Foundation;
+Copyright 1991-1995 Stichting Mathematisch Centrum Amsterdam
+Copyright 2001 Python Software Foundation; All Rights Reserved
+Copyright Django Software Foundation and individual contributors
+
+Library: beautifulsoup4
+Version: 4.9.1
+License: MIT
+Copyright 2004-2017 Leonard Richardson
+Copyright 2004-2019 Leonard Richardson
+Copyright 2018 Isaac Muse
+
+Library: requests
+Version: 2.25.0
+License: Apache 2.0
+Kenneth Reitz
diff --git a/deployment-apps/msadgraph/README.md b/deployment-apps/msadgraph/README.md
new file mode 100644
index 0000000..3aa7d32
--- /dev/null
+++ b/deployment-apps/msadgraph/README.md
@@ -0,0 +1,999 @@
+[comment]: # "Auto-generated SOAR connector documentation"
+# MS Graph for Active Directory
+
+Publisher: Splunk
+Connector Version: 1.3.0
+Product Vendor: Microsoft
+Product Name: MS Graph for Active Directory
+Product Version Supported (regex): ".\*"
+Minimum Product Version: 6.0.2
+
+Connects to Microsoft Active Directory using MS Graph REST API services to support various generic and investigative actions
+
+[comment]: # " File: README.md"
+[comment]: # " Copyright (c) 2022-2023 Splunk Inc."
+[comment]: # ""
+[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');"
+[comment]: # "you may not use this file except in compliance with the License."
+[comment]: # "You may obtain a copy of the License at"
+[comment]: # ""
+[comment]: # " http://www.apache.org/licenses/LICENSE-2.0"
+[comment]: # ""
+[comment]: # "Unless required by applicable law or agreed to in writing, software distributed under"
+[comment]: # "the License is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,"
+[comment]: # "either express or implied. See the License for the specific language governing permissions"
+[comment]: # "and limitations under the License."
+[comment]: # ""
+## Authentication
+
+### Microsoft Azure Application creation
+
+This app requires creating a Microsoft Azure Application. To do so, navigate to
+ in a browser and log in with a Microsoft account, then select **Azure
+Active Directory** .
+
+1. Go to **App Registrations** and click on **+ New registration** .
+2. Give the app an appropriate name.
+3. Select a supported account type (configure the application to be multitenant).
+4. Click on the **Register** .
+ - Under **Certificates & secrets** , add **New client secret** . Note this key somewhere
+ secure, as it cannot be retrieved after closing the window.
+ - Under **Redirect URIs** we will be updating the entry of https://phantom.local to reflect
+ the actual redirect URI. We will get this from the SOAR asset we create below in the section
+ titled "Configure the MS Graph for Active Directory SOAR app Asset"
+
+### Delegated Permissions configuration
+
+Use this procedure to provide non-admin permissions to the app. To do so, navigate to
+ in a browser and log in with a Microsoft account, then navigate to the
+previously created app configuration.
+
+1. Under **API Permissions** , click on **Add a permission** .
+2. Go to **Microsoft Graph Permissions** , the following **Delegated Permissions** need to be
+ added:
+ - User.ReadWrite.All
+ - Directory.ReadWrite.All
+ - Directory.AccessAsUser.All
+ - User.ManageIdentities.All
+ - Group.ReadWrite.All
+ - GroupMember.ReadWrite.All
+ - RoleManagement.ReadWrite.Directory
+ - offline_access
+3. Click on the **Add permissions** .
+4. After making these changes, click on **Grant admin consent** .
+
+### Application Permissions configuration
+
+Use this procedure to provide admin permissions to the app. To do so, navigate to
+ in a browser and log in with a Microsoft account, then navigate to the
+previously created app configuration.
+
+1. Under **API Permissions** , click on **Add a permission** .
+2. Go to **Microsoft Graph Permissions** , the following **Application Permissions** need to be
+ added:
+ - User.ReadWrite.All
+ - Directory.ReadWrite.All
+ - User.ManageIdentities.All
+ - Group.ReadWrite.All
+ - GroupMember.ReadWrite.All
+ - RoleManagement.ReadWrite.Directory
+3. Click on the **Add permissions** .
+4. After making these changes, click on **Grant admin consent** .
+
+#### Note: **reset password** action is not supported with Application permissions
+
+## Configure the MS Graph for Active Directory SOAR app Asset
+
+When creating an asset for the **MS Graph for Active Directory** app, place the **Application ID**
+of the app created during the previous step in the **Client ID** field and place the password
+generated during the app creation process in the **Client Secret** field. Then, after filling out
+the **Tenant** field, click **SAVE** .
+
+After saving, a new field will appear in the **Asset Settings** tab. Take the URL found in the
+**POST incoming for MS Graph to this location** field and place it in the **Redirect URIs** field of
+the Azure Application configuration page. To this URL, add **/result** . After doing so the URL
+should look something like:
+
+https://\/rest/handler/msgraphforactivedirectory_f2a239df-acb2-47d6-861c-726a435cfe76/\/result
+
+
+Once again, click on Save.
+
+## Enable Application Permissions
+
+If you have received admin consent to use application permissions, make sure to check the **Admin
+Access Required** and **Admin Consent Already Provided** checkboxes on the asset.
+
+## User Permissions
+
+To complete the authorization process, this app needs permission to view assets, which is not
+granted by default. First, under **asset settings** , check which user is listed under **Select a
+user on behalf of which automated actions can be executed** . By default, the user will be
+**automation** , but this user can be changed by clicking **EDIT** at the bottom of the window. To
+give this user permission to view assets, follow these steps:
+
+- In the main drop-down menu, select **Administration** , then select the **User Management** ,
+ and under that tab, select **Roles** . Finally, click **+ ROLE** .
+- In the **Add Role** wizard, give the role a name (e.g **Asset Viewer** ), and provide a
+ description. Subsequently, under **Available Users** , add the user assigned to the asset viewed
+ earlier. Then click the **Permissions** tab.
+- On the permission tab, under **Available Privileges** , give the role the **View Assets**
+ privilege. Then click **SAVE** .
+
+## Method to Run Test Connectivity (for delegated permissions)
+
+After setting up the asset and user, click the **TEST CONNECTIVITY** button. A window should pop up
+and display a URL. Navigate to this URL in a separate browser tab. This new tab will redirect to a
+Microsoft login page. Log in to a Microsoft account with administrator privileges to the Microsoft
+AD environment. After logging in, review the requested permissions listed, then click **Accept** .
+Finally, close that tab. The test connectivity window should show success.
+
+The app should now be ready to use.
+
+## State File Permissions
+
+Please check the permissions for the state file as mentioned below.
+
+#### State Filepath
+
+- For Root Install Instance:
+ /opt/phantom/local_data/app_states/f2a239df-acb2-47d6-861c-726a435cfe76/{asset_id}\_state.json
+- For Non-Root Install Instance:
+ /\/local_data/app_states/f2a239df-acb2-47d6-861c-726a435cfe76/{asset_id}\_state.json
+
+#### State File Permissions
+
+- File Rights: rw-rw-r-- (664) (The SOAR user should have read and write access for the state
+ file)
+- File Owner: appropriate SOAR user
+
+## Port Details
+
+The app uses HTTP/ HTTPS protocol for communicating with the Microsoft Graph server. Below are the
+default ports used by the Splunk SOAR Connector.
+
+| Service Name | Transport Protocol | Port |
+|--------------|--------------------|------|
+| https | tcp | 443 |
+
+
+### Configuration Variables
+The below configuration variables are required for this Connector to operate. These variables are specified when configuring a MS Graph for Active Directory asset in SOAR.
+
+VARIABLE | REQUIRED | TYPE | DESCRIPTION
+-------- | -------- | ---- | -----------
+**tenant_id** | required | string | Tenant (Tenant ID or Tenant Name)
+**client_id** | required | string | Application ID
+**client_secret** | required | password | Client Secret
+**region** | optional | string | Microsoft AD Region
+**admin_access_required** | optional | boolean | Admin Access Required
+**admin_access_granted** | optional | boolean | Admin Consent Already Provided
+
+### Supported Actions
+[test connectivity](#action-test-connectivity) - Use supplied credentials to generate a token with MS Graph
+[list users](#action-list-users) - Get a list of users
+[reset password](#action-reset-password) - Reset or set a user's password in a Microsoft AD environment
+[disable tokens](#action-disable-tokens) - Invalidate all active refresh tokens for a user in a Microsoft AD environment
+[enable user](#action-enable-user) - Enable a user
+[disable user](#action-disable-user) - Disable a user
+[list user devices](#action-list-user-devices) - List devices for a specified user
+[list user attributes](#action-list-user-attributes) - List attributes for all or a specified user
+[set user attribute](#action-set-user-attribute) - Set an attribute for a user
+[remove user](#action-remove-user) - Remove a user from a specified group
+[add user](#action-add-user) - Add a user to a specified group
+[list groups](#action-list-groups) - List groups in the organization
+[get group](#action-get-group) - Get information about a group
+[list group members](#action-list-group-members) - List the members in a group
+[validate group](#action-validate-group) - Returns true if a user is in a group; otherwise, false
+[list directory roles](#action-list-directory-roles) - List the directory roles that are activated in the tenant
+[generate token](#action-generate-token) - Generate a token
+
+## action: 'test connectivity'
+Use supplied credentials to generate a token with MS Graph
+
+Type: **test**
+Read only: **True**
+
+#### Action Parameters
+No parameters are required for this action
+
+#### Action Output
+No Output
+
+## action: 'list users'
+Get a list of users
+
+Type: **investigate**
+Read only: **True**
+
+For more information on using the filter_string, select_string and expand_string parameters, refer to https://docs.microsoft.com/en-us/graph/query-parameters. By default, only a limited set of properties are returned, to return an alternative property set use $select query parameter.
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**filter_string** | optional | Filter string to apply to user listing | string |
+**select_string** | optional | Select string to get additional user properties. Separate multiple values with commas | string |
+**expand_string** | optional | Expand string to get a resource or collection referenced by a single relationship | string |
+**use_advanced_query** | optional | Use advanced query capabilities | boolean |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.expand_string | string | | manager
+action_result.parameter.filter_string | string | | startswith(displayName,'User')
+action_result.parameter.select_string | string | | displayName
+action_result.parameter.use_advanced_query | boolean | | True False
+action_result.data.\*.accountEnabled | boolean | | True False
+action_result.data.\*.ageGroup | string | |
+action_result.data.\*.assignedLicenses.\*.skuId | string | | 189a915c-fe4f-4ffa-bde4-85b9628d07a0
+action_result.data.\*.assignedPlans.\*.assignedTimestamp | string | | 2017-08-29T02:31:40Z
+action_result.data.\*.assignedPlans.\*.capabilityStatus | string | | Enabled
+action_result.data.\*.assignedPlans.\*.service | string | | OfficeForms
+action_result.data.\*.assignedPlans.\*.servicePlanId | string | | e212cbc7-0961-4c40-9825-01117710dcb1
+action_result.data.\*.city | string | | Palo Alto
+action_result.data.\*.companyName | string | |
+action_result.data.\*.consentProvidedForMinor | string | |
+action_result.data.\*.country | string | | US
+action_result.data.\*.createdDateTime | string | | 2019-05-21T22:27:20Z
+action_result.data.\*.creationType | string | |
+action_result.data.\*.deletionTimestamp | string | |
+action_result.data.\*.department | string | | Sales
+action_result.data.\*.dirSyncEnabled | string | |
+action_result.data.\*.displayName | string | | User
+action_result.data.\*.employeeId | string | |
+action_result.data.\*.facsimileTelephoneNumber | string | |
+action_result.data.\*.givenName | string | | testuser
+action_result.data.\*.id | string | `user id` | e4c722ac-3b83-478d-8f52-c388885dc30f
+action_result.data.\*.immutableId | string | |
+action_result.data.\*.isCompromised | string | |
+action_result.data.\*.jobTitle | string | | Sales Manager
+action_result.data.\*.lastDirSyncTime | string | |
+action_result.data.\*.legalAgeGroupClassification | string | |
+action_result.data.\*.mail | string | `email` | user@test.com
+action_result.data.\*.mailNickname | string | | testmail
+action_result.data.\*.mobile | string | | +1 5556378688
+action_result.data.\*.mobilePhone | string | |
+action_result.data.\*.objectType | string | | User
+action_result.data.\*.odata.type | string | | test.DirectoryServices.User
+action_result.data.\*.officeLocation | string | |
+action_result.data.\*.onPremisesDistinguishedName | string | |
+action_result.data.\*.onPremisesSecurityIdentifier | string | |
+action_result.data.\*.otherMails | string | `email` | user.test@outlook.com
+action_result.data.\*.passwordPolicies | string | | None
+action_result.data.\*.passwordProfile | string | |
+action_result.data.\*.passwordProfile.enforceChangePasswordPolicy | boolean | | True False
+action_result.data.\*.passwordProfile.forceChangePasswordNextLogin | boolean | | True False
+action_result.data.\*.passwordProfile.password | string | |
+action_result.data.\*.physicalDeliveryOfficeName | string | |
+action_result.data.\*.postalCode | string | | 94303
+action_result.data.\*.preferredLanguage | string | | en-US
+action_result.data.\*.provisionedPlans.\*.capabilityStatus | string | | Enabled
+action_result.data.\*.provisionedPlans.\*.provisioningStatus | string | | Success
+action_result.data.\*.provisionedPlans.\*.service | string | | exchange
+action_result.data.\*.proxyAddresses | string | | SMTP:user1@test.com
+action_result.data.\*.refreshTokensValidFromDateTime | string | | 2017-09-27T22:54:59Z
+action_result.data.\*.showInAddressList | string | |
+action_result.data.\*.sipProxyAddress | string | `email` | user@test.com
+action_result.data.\*.state | string | | CA
+action_result.data.\*.streetAddress | string | | 2479 E. Bayshore Rd.
+action_result.data.\*.surname | string | | Test_surname
+action_result.data.\*.telephoneNumber | string | |
+action_result.data.\*.thumbnailPhoto@odata.mediaEditLink | string | | directoryObjects/6132ca31-7a09-434f-a269-abe836d0c01e/test.DirectoryServices.User/thumbnailPhoto
+action_result.data.\*.usageLocation | string | | US
+action_result.data.\*.userPrincipalName | string | `user id` | user@test.com
+action_result.data.\*.userState | string | |
+action_result.data.\*.userStateChangedOn | string | |
+action_result.data.\*.userType | string | | Member
+action_result.summary.num_users | numeric | | 8
+action_result.summary.result_found | boolean | | True False
+action_result.summary.total_results | numeric | | 7
+action_result.message | string | | Successfully listed users
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'reset password'
+Reset or set a user's password in a Microsoft AD environment
+
+Type: **contain**
+Read only: **False**
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**user_id** | required | User ID to change password - can be user principal name or object ID | string | `user id`
+**force_change** | optional | Force user to change password on next login | boolean |
+**temp_password** | required | Temporary password for user | string |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.force_change | boolean | | True False
+action_result.parameter.temp_password | string | | Temp_PA$$w0rd
+action_result.parameter.user_id | string | `user id` | ee3dc4f2-70f9-446f-a19e-6b4e95ba030d user@test.com
+action_result.data | string | |
+action_result.summary.status | string | | Successfully reset user password
+action_result.message | string | | Status: Successfully reset user password
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'disable tokens'
+Invalidate all active refresh tokens for a user in a Microsoft AD environment
+
+Type: **contain**
+Read only: **False**
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**user_id** | required | User ID to disable tokens of - can be user principal name or object ID | string | `user id`
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.user_id | string | `user id` | ee3dc4f2-70f9-446f-a19e-6b4e95ba030d user@test.com
+action_result.data | string | |
+action_result.data.\*.@odata.context | string | | https://graph.test.com/v1.0/$metadata#Edm.Boolean
+action_result.data.\*.odata.metadata | string | `url` | https://graph.windows.net/1t309est-db6c-4tes-t1d2-12bf3456d78d/$metadata#Edm.Null
+action_result.data.\*.odata.null | boolean | | True False
+action_result.data.\*.value | boolean | | True False
+action_result.summary.status | string | | Successfully disabled tokens
+action_result.message | string | | Successfully invalidated tokens Status: Successfully disabled tokens
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'enable user'
+Enable a user
+
+Type: **generic**
+Read only: **False**
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**user_id** | required | User ID to enable - can be user principal name or object ID | string | `user id`
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.user_id | string | `user id` | user@test.com
+action_result.data | string | |
+action_result.summary.status | string | | Successfully enabled user user@test.com
+action_result.message | string | | Status: Successfully enabled user user@test.com
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'disable user'
+Disable a user
+
+Type: **generic**
+Read only: **False**
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**user_id** | required | User ID to disable - can be user principal name or object ID | string | `user id`
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.user_id | string | `user id` | user@test.com
+action_result.data | string | |
+action_result.summary.status | string | | Successfully disabled user user@test.com
+action_result.message | string | | Status: Successfully disabled user user@test.com
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'list user devices'
+List devices for a specified user
+
+Type: **investigate**
+Read only: **True**
+
+By default, only a limited set of properties are returned, to return an alternative property set use $select query parameter. For more information on using the select_string parameter, refer to this documentation.
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**user_id** | required | User ID - can be user principal name or object ID | string | `user id`
+**select_string** | optional | Select string to get additional user properties. Separate multiple values with commas | string |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.select_string | string | | displayName
+action_result.parameter.user_id | string | `user id` | user@test.com
+action_result.data.\*.@odata.type | string | | #test.graph.device
+action_result.data.\*.accountEnabled | boolean | | True False
+action_result.data.\*.alternativeSecurityIds.\*.identityProvider | string | |
+action_result.data.\*.alternativeSecurityIds.\*.key | string | | WAA1ADAAOQA6ADwAUwBIAEEAMQAtAFQAUAAtAFAAVQBCAEsARQBZAD4AOQA5AEEARQAwADgAOABDAEUANAA1ADgAMABCADcAQgBGAEEARQA2ADEAQQBCADYANAA3ADYANgA5ADUAOAAzAEQANABFAEYARQA5ADYAOAAyAHkAcQBSAEIANwBrAGEAMQA4AEoATAByACsAegB4AE8AYwB6AE8AYgBNAFEANQBZAEgAbgB0AFQAdgBOAG0AbgA5AEQAZQA2AFgAVQBUAGgAcwBFAD0A
+action_result.data.\*.alternativeSecurityIds.\*.type | numeric | | 2
+action_result.data.\*.approximateLastSignInDateTime | string | | 2019-09-26T03:42:15Z
+action_result.data.\*.complianceExpirationDateTime | string | |
+action_result.data.\*.createdDateTime | string | | 2019-09-26T03:42:15Z
+action_result.data.\*.deletedDateTime | string | |
+action_result.data.\*.deviceCategory | string | |
+action_result.data.\*.deviceId | string | |
+action_result.data.\*.deviceMetadata | string | |
+action_result.data.\*.deviceOwnership | string | |
+action_result.data.\*.deviceVersion | numeric | |
+action_result.data.\*.displayName | string | |
+action_result.data.\*.domainName | string | |
+action_result.data.\*.enrollmentProfileName | string | |
+action_result.data.\*.enrollmentType | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute1 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute10 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute11 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute12 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute13 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute14 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute15 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute2 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute3 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute4 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute5 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute6 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute7 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute8 | string | |
+action_result.data.\*.extensionAttributes.extensionAttribute9 | string | |
+action_result.data.\*.externalSourceName | string | |
+action_result.data.\*.id | string | |
+action_result.data.\*.isCompliant | boolean | |
+action_result.data.\*.isManaged | boolean | |
+action_result.data.\*.isRooted | string | |
+action_result.data.\*.managementType | string | |
+action_result.data.\*.manufacturer | string | |
+action_result.data.\*.mdmAppId | string | |
+action_result.data.\*.model | string | |
+action_result.data.\*.onPremisesLastSyncDateTime | string | |
+action_result.data.\*.onPremisesSyncEnabled | boolean | |
+action_result.data.\*.operatingSystem | string | | Windows
+action_result.data.\*.operatingSystemVersion | string | | 10.0.18362.0
+action_result.data.\*.profileType | string | | RegisteredDevice
+action_result.data.\*.registrationDateTime | string | | 2019-09-26T03:42:15Z
+action_result.data.\*.sourceType | string | |
+action_result.data.\*.trustType | string | | Workplace
+action_result.summary | string | |
+action_result.summary.status | string | | Successfully retrieved owned devices for user test@user.test.com
+action_result.message | string | | Status: Successfully retrieved owned devices for user test@user.test.com
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'list user attributes'
+List attributes for all or a specified user
+
+Type: **investigate**
+Read only: **True**
+
+By default, only a limited set of properties are returned, to return an alternative property set use $select query parameter. For more information on using the select_string and expand_string parameters, refer to https://docs.microsoft.com/en-us/graph/query-parameters.
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**user_id** | optional | User ID - can be user principal name or object ID | string | `user id`
+**select_string** | optional | Select string to get additional user properties. Separate multiple values with commas | string |
+**expand_string** | optional | Expand string to get a resource or collection referenced by a single relationship | string |
+**use_advanced_query** | optional | Use advanced query capabilities | boolean |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.expand_string | string | | manager
+action_result.parameter.select_string | string | | displayName
+action_result.parameter.use_advanced_query | boolean | | True False
+action_result.parameter.user_id | string | `user id` | user@test.com
+action_result.data.\*.@odata.context | string | | https://graph.test.com/v1.0/$metadata#users/$entity
+action_result.data.\*.accountEnabled | boolean | | True False
+action_result.data.\*.ageGroup | string | |
+action_result.data.\*.assignedLicenses.\*.skuId | string | | f30db892-07e9-47e9-837c-80727f46fd3d
+action_result.data.\*.assignedPlans.\*.assignedTimestamp | string | | 2019-04-26T07:21:18Z
+action_result.data.\*.assignedPlans.\*.capabilityStatus | string | | Enabled
+action_result.data.\*.assignedPlans.\*.service | string | | exchange
+action_result.data.\*.assignedPlans.\*.servicePlanId | string | | 33c4f319-9bdd-48d6-9c4d-410b750a4a5a
+action_result.data.\*.city | string | |
+action_result.data.\*.companyName | string | |
+action_result.data.\*.consentProvidedForMinor | string | |
+action_result.data.\*.country | string | |
+action_result.data.\*.createdDateTime | string | | 2019-05-02T20:27:59Z
+action_result.data.\*.creationType | string | |
+action_result.data.\*.deletionTimestamp | string | |
+action_result.data.\*.department | string | | Sales
+action_result.data.\*.dirSyncEnabled | string | |
+action_result.data.\*.displayName | string | | Test User
+action_result.data.\*.employeeId | string | |
+action_result.data.\*.facsimileTelephoneNumber | string | |
+action_result.data.\*.givenName | string | |
+action_result.data.\*.id | string | `user id` | 7d55d7e6-cf5a-4dd2-a176-57a3c33b7fa9
+action_result.data.\*.identities.\*.issuer | string | | test.com
+action_result.data.\*.identities.\*.issuerAssignedId | string | | test2@user.test.com
+action_result.data.\*.identities.\*.signInType | string | | userPrincipalName
+action_result.data.\*.immutableId | string | |
+action_result.data.\*.isCompromised | string | |
+action_result.data.\*.jobTitle | string | |
+action_result.data.\*.lastDirSyncTime | string | |
+action_result.data.\*.legalAgeGroupClassification | string | |
+action_result.data.\*.mail | string | `email` |
+action_result.data.\*.mailNickname | string | | test
+action_result.data.\*.mobile | string | |
+action_result.data.\*.mobilePhone | string | |
+action_result.data.\*.objectId | string | | 59f51194-1998-4932-a8ac-468e59374edc
+action_result.data.\*.objectType | string | | User
+action_result.data.\*.odata.metadata | string | | https://graph.windows.net/1t309est-db6c-4tes-t1d2-12bf3456d78d/$metadata#directoryObjects/@Element
+action_result.data.\*.odata.type | string | | test.DirectoryServices.User
+action_result.data.\*.officeLocation | string | |
+action_result.data.\*.onPremisesDistinguishedName | string | |
+action_result.data.\*.onPremisesSecurityIdentifier | string | |
+action_result.data.\*.otherMails | string | `email` | user@test.com
+action_result.data.\*.passwordPolicies | string | |
+action_result.data.\*.passwordProfile | string | |
+action_result.data.\*.passwordProfile.enforceChangePasswordPolicy | boolean | | True False
+action_result.data.\*.passwordProfile.forceChangePasswordNextLogin | boolean | | True False
+action_result.data.\*.passwordProfile.password | string | |
+action_result.data.\*.physicalDeliveryOfficeName | string | |
+action_result.data.\*.postalCode | string | |
+action_result.data.\*.preferredLanguage | string | |
+action_result.data.\*.provisionedPlans.\*.capabilityStatus | string | | Enabled
+action_result.data.\*.provisionedPlans.\*.provisioningStatus | string | | Success
+action_result.data.\*.provisionedPlans.\*.service | string | | exchange
+action_result.data.\*.proxyAddresses | string | | SMTP:test_shared_mailbox@test.com
+action_result.data.\*.refreshTokensValidFromDateTime | string | | 2019-05-16T19:54:18Z
+action_result.data.\*.showInAddressList | string | |
+action_result.data.\*.sipProxyAddress | string | `email` |
+action_result.data.\*.state | string | |
+action_result.data.\*.streetAddress | string | |
+action_result.data.\*.surname | string | |
+action_result.data.\*.telephoneNumber | string | |
+action_result.data.\*.thumbnailPhoto@odata.mediaEditLink | string | | directoryObjects/59f12345-1998-4932-a8ac-468e59374edc/test.DirectoryServices.User/thumbnailPhoto
+action_result.data.\*.usageLocation | string | | US
+action_result.data.\*.userPrincipalName | string | `user id` | user@test.com
+action_result.data.\*.userState | string | |
+action_result.data.\*.userStateChangedOn | string | |
+action_result.data.\*.userType | string | | Member
+action_result.summary.status | string | | Successfully retrieved user attributes Successfully retrieved attributes for user user@test.com
+action_result.message | string | | Status: Successfully retrieved user attributes Status: Successfully retrieved attributes for user user@test.com, User enabled: False
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'set user attribute'
+Set an attribute for a user
+
+Type: **generic**
+Read only: **False**
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**user_id** | required | User ID - can be user principal name or object ID | string | `user id`
+**attribute** | required | Attribute to set | string |
+**attribute_value** | required | Value of attribute to set | string |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.attribute | string | | department
+action_result.parameter.attribute_value | string | | Sales
+action_result.parameter.user_id | string | `user id` | user@test.com
+action_result.data | string | |
+action_result.data.\*.classification | string | |
+action_result.data.\*.createdDateTime | string | | 2021-03-25T18:40:53Z
+action_result.data.\*.deletedDateTime | string | |
+action_result.data.\*.deletionTimestamp | string | |
+action_result.data.\*.description | string | | This is for testing purpose
+action_result.data.\*.dirSyncEnabled | string | |
+action_result.data.\*.displayName | string | | Test-site
+action_result.data.\*.expirationDateTime | string | |
+action_result.data.\*.id | string | `user id` | 2a201c95-101b-42d9-a7af-9a2fdf8193f1
+action_result.data.\*.isAssignableToRole | string | |
+action_result.data.\*.lastDirSyncTime | string | |
+action_result.data.\*.mail | string | `email` | Test-site@test.com
+action_result.data.\*.mailEnabled | boolean | | True False
+action_result.data.\*.mailNickname | string | | Test-site
+action_result.data.\*.membershipRule | string | |
+action_result.data.\*.membershipRuleProcessingState | string | |
+action_result.data.\*.objectType | string | | Group
+action_result.data.\*.odata.type | string | | test.DirectoryServices.Group
+action_result.data.\*.onPremisesDomainName | string | `domain` |
+action_result.data.\*.onPremisesLastSyncDateTime | string | |
+action_result.data.\*.onPremisesNetBiosName | string | |
+action_result.data.\*.onPremisesSamAccountName | string | |
+action_result.data.\*.onPremisesSecurityIdentifier | string | |
+action_result.data.\*.onPremisesSyncEnabled | string | |
+action_result.data.\*.preferredDataLocation | string | |
+action_result.data.\*.preferredLanguage | string | |
+action_result.data.\*.proxyAddresses | string | | SMTP:test-h@test.com
+action_result.data.\*.renewedDateTime | string | | 2021-03-25T18:40:53Z
+action_result.data.\*.securityEnabled | boolean | | True False
+action_result.data.\*.securityIdentifier | string | | S-1-12-1-294681889-1319597617-672379543-28952017
+action_result.data.\*.theme | string | |
+action_result.data.\*.visibility | string | | Private
+action_result.summary.status | string | | Successfully enabled user user@test.com
+action_result.message | string | | Status: Successfully enabled user user@test.com
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'remove user'
+Remove a user from a specified group
+
+Type: **generic**
+Read only: **False**
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**group_object_id** | required | Object ID of group | string | `group object id`
+**user_id** | required | User ID to remove from group | string | `user id`
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.group_object_id | string | `group object id` | ddb876b3-603a-437b-9814-2d46a2219a1e
+action_result.parameter.user_id | string | `user id` | 17be76d0-35ed-4881-ab62-d2eb73c2ebe3
+action_result.data | string | |
+action_result.summary.status | string | | Successfully removed user from group User not in group
+action_result.message | string | | Status: Successfully removed user from group Status: User not in group
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'add user'
+Add a user to a specified group
+
+Type: **generic**
+Read only: **False**
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**group_object_id** | required | Object ID of group | string | `group object id`
+**user_id** | required | User ID to add to group | string | `user id`
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.group_object_id | string | `group object id` | ddb876b3-603a-437b-9814-2d46a2219a1e
+action_result.parameter.user_id | string | `user id` | 17be76d0-35ed-4881-ab62-d2eb73c2ebe3
+action_result.data | string | |
+action_result.summary.status | string | | Successfully added user to group User already in group
+action_result.message | string | | Status: Successfully added user to group Status: User already in group
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'list groups'
+List groups in the organization
+
+Type: **investigate**
+Read only: **True**
+
+By default, only a limited set of properties are returned, to return an alternative property set use $select query parameter. For more information on using the select_string and expand_string parameters, refer to https://docs.microsoft.com/en-us/graph/query-parameters.
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**filter_string** | optional | Filter string to apply to group listing | string |
+**select_string** | optional | Select string to get additional group properties. Separate multiple values with commas | string |
+**expand_string** | optional | Expand string to get a resource or collection referenced by a single relationship | string |
+**use_advanced_query** | optional | Use advanced query capabilities | boolean |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.expand_string | string | | members
+action_result.parameter.filter_string | string | | createdDateTime ge '2014-01-01T00:00:00Z'
+action_result.parameter.select_string | string | | displayName
+action_result.parameter.use_advanced_query | boolean | | True False
+action_result.data.\*.classification | string | |
+action_result.data.\*.createdDateTime | string | | 2021-03-25T18:40:53Z
+action_result.data.\*.deletedDateTime | string | |
+action_result.data.\*.deletionTimestamp | string | |
+action_result.data.\*.description | string | | This is for testing purpose
+action_result.data.\*.dirSyncEnabled | string | |
+action_result.data.\*.displayName | string | | Test-site
+action_result.data.\*.expirationDateTime | string | |
+action_result.data.\*.id | string | `group object id` | 2a201c95-101b-42d9-a7af-9a2fdf8193f1
+action_result.data.\*.isAssignableToRole | string | |
+action_result.data.\*.lastDirSyncTime | string | |
+action_result.data.\*.mail | string | `email` | Test-site@test.com
+action_result.data.\*.mailEnabled | boolean | | True False
+action_result.data.\*.mailNickname | string | | Test-site
+action_result.data.\*.membershipRule | string | |
+action_result.data.\*.membershipRuleProcessingState | string | |
+action_result.data.\*.objectType | string | | Group
+action_result.data.\*.odata.type | string | | test.DirectoryServices.Group
+action_result.data.\*.onPremisesDomainName | string | `domain` |
+action_result.data.\*.onPremisesLastSyncDateTime | string | |
+action_result.data.\*.onPremisesNetBiosName | string | |
+action_result.data.\*.onPremisesSamAccountName | string | |
+action_result.data.\*.onPremisesSecurityIdentifier | string | |
+action_result.data.\*.onPremisesSyncEnabled | string | |
+action_result.data.\*.preferredDataLocation | string | |
+action_result.data.\*.preferredLanguage | string | |
+action_result.data.\*.proxyAddresses | string | | SMTP:test-h@test.com
+action_result.data.\*.renewedDateTime | string | | 2021-03-25T18:40:53Z
+action_result.data.\*.securityEnabled | boolean | | True False
+action_result.data.\*.securityIdentifier | string | | S-1-12-1-294681889-1319597617-672379543-28952017
+action_result.data.\*.theme | string | |
+action_result.data.\*.visibility | string | | Private
+action_result.summary.num_groups | numeric | | 7
+action_result.message | string | | Num groups: 7
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'get group'
+Get information about a group
+
+Type: **investigate**
+Read only: **True**
+
+By default, only a limited set of properties are returned, to return an alternative property set use $select query parameter. For more information on using the select_string and expand_string parameters, refer to https://docs.microsoft.com/en-us/graph/query-parameters.
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**object_id** | required | Object ID of group | string | `group object id`
+**select_string** | optional | Select string to get additional group properties. Separate multiple values with commas | string |
+**expand_string** | optional | Expand string to get a resource or collection referenced by a single relationship | string |
+**use_advanced_query** | optional | Use advanced query capabilities | boolean |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.expand_string | string | | members
+action_result.parameter.object_id | string | `group object id` | ddb876b3-603a-437b-9814-2d46a2219a1e
+action_result.parameter.select_string | string | | displayName
+action_result.parameter.use_advanced_query | boolean | | True False
+action_result.data.\*.@odata.context | string | | https://graph.test.com/v1.0/$metadata#groups(id,displayName)/$entity
+action_result.data.\*.classification | string | |
+action_result.data.\*.createdDateTime | string | | 2020-08-05T11:59:49Z
+action_result.data.\*.deletedDateTime | string | |
+action_result.data.\*.deletionTimestamp | string | |
+action_result.data.\*.description | string | | This is the office 365 group
+action_result.data.\*.dirSyncEnabled | string | |
+action_result.data.\*.displayName | string | | o365group
+action_result.data.\*.expirationDateTime | string | |
+action_result.data.\*.id | string | `group object id` | ddb876b3-603a-437b-9814-2d46a2219a1e
+action_result.data.\*.isAssignableToRole | string | |
+action_result.data.\*.lastDirSyncTime | string | |
+action_result.data.\*.mail | string | `email` | bc7f9cabe@test.com
+action_result.data.\*.mailEnabled | boolean | | True False
+action_result.data.\*.mailNickname | string | | bc7f9cabe
+action_result.data.\*.membershipRule | string | |
+action_result.data.\*.membershipRuleProcessingState | string | |
+action_result.data.\*.objectType | string | | Group
+action_result.data.\*.odata.metadata | string | | https://graph.windows.net/1t309est-db6c-4tes-t1d2-12bf3456d78d/$metadata#directoryObjects/@Element
+action_result.data.\*.odata.type | string | | test.DirectoryServices.Group
+action_result.data.\*.onPremisesDomainName | string | `domain` |
+action_result.data.\*.onPremisesLastSyncDateTime | string | |
+action_result.data.\*.onPremisesNetBiosName | string | |
+action_result.data.\*.onPremisesSamAccountName | string | |
+action_result.data.\*.onPremisesSecurityIdentifier | string | |
+action_result.data.\*.onPremisesSyncEnabled | string | |
+action_result.data.\*.preferredDataLocation | string | |
+action_result.data.\*.preferredLanguage | string | |
+action_result.data.\*.proxyAddresses | string | | SMTP:bc7f9cabe@test.com
+action_result.data.\*.renewedDateTime | string | | 2020-08-05T11:59:49Z
+action_result.data.\*.securityEnabled | boolean | | True False
+action_result.data.\*.securityIdentifier | string | | S-1-12-1-909260723-1083662375-1952945031-2402852259
+action_result.data.\*.theme | string | |
+action_result.data.\*.visibility | string | |
+action_result.summary.display_name | string | | o365group
+action_result.summary.status | string | | Successfully retrieved group 104d4576-1544-48b5-bb7e-9f8f871aa824
+action_result.message | string | | Display name: o365group
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'list group members'
+List the members in a group
+
+Type: **investigate**
+Read only: **True**
+
+By default, only a limited set of properties are returned, to return an alternative property set use $select query parameter. For more information on using the select_string and expand_string parameters, refer to https://docs.microsoft.com/en-us/graph/query-parameters.
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**group_object_id** | required | Object ID of group | string | `group object id`
+**select_string** | optional | Select string to get additional properties. Separate multiple values with commas | string |
+**expand_string** | optional | Expand string to get a resource or collection referenced by a single relationship | string |
+**use_advanced_query** | optional | Use advanced query capabilities | boolean |
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.expand_string | string | | manager
+action_result.parameter.group_object_id | string | `group object id` | ebcd3130-55a1-4cbf-81b2-86408ff21203
+action_result.parameter.select_string | string | | displayName
+action_result.parameter.use_advanced_query | boolean | | True False
+action_result.data.\*.@odata.type | string | | #test.graph.user
+action_result.data.\*.accountEnabled | boolean | | True
+action_result.data.\*.ageGroup | string | |
+action_result.data.\*.assignedLicenses.\*.skuId | string | | 189a915c-fe4f-4ffa-bde4-85b9628d07a0
+action_result.data.\*.assignedPlans.\*.assignedDateTime | string | | 2022-11-03T15:12:28Z
+action_result.data.\*.assignedPlans.\*.capabilityStatus | string | | Deleted
+action_result.data.\*.assignedPlans.\*.service | string | | AADPremiumService
+action_result.data.\*.assignedPlans.\*.servicePlanId | string | | eec0eb4f-6444-4f95-aba0-50c24d67f998
+action_result.data.\*.city | string | | Palo Alto
+action_result.data.\*.companyName | string | |
+action_result.data.\*.consentProvidedForMinor | string | |
+action_result.data.\*.country | string | | US
+action_result.data.\*.createdDateTime | string | | 2016-06-09T18:33:27Z
+action_result.data.\*.creationType | string | |
+action_result.data.\*.deletedDateTime | string | |
+action_result.data.\*.department | string | |
+action_result.data.\*.displayName | string | | Firstname Lastname
+action_result.data.\*.employeeHireDate | string | |
+action_result.data.\*.employeeId | string | |
+action_result.data.\*.employeeOrgData | string | |
+action_result.data.\*.employeeType | string | |
+action_result.data.\*.externalUserState | string | |
+action_result.data.\*.externalUserStateChangeDateTime | string | |
+action_result.data.\*.faxNumber | string | |
+action_result.data.\*.givenName | string | |
+action_result.data.\*.id | string | `user id` | 17be76d0-35ed-4881-ab62-d2eb73c2ebe3
+action_result.data.\*.identities.\*.issuer | string | | test.com
+action_result.data.\*.identities.\*.issuerAssignedId | string | | test@user.test.com
+action_result.data.\*.identities.\*.signInType | string | | userPrincipalName
+action_result.data.\*.isResourceAccount | string | |
+action_result.data.\*.jobTitle | string | |
+action_result.data.\*.legalAgeGroupClassification | string | |
+action_result.data.\*.mail | string | |
+action_result.data.\*.mailNickname | string | | User
+action_result.data.\*.mobilePhone | string | |
+action_result.data.\*.officeLocation | string | |
+action_result.data.\*.onPremisesDistinguishedName | string | |
+action_result.data.\*.onPremisesDomainName | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute1 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute10 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute11 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute12 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute13 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute14 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute15 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute2 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute3 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute4 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute5 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute6 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute7 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute8 | string | |
+action_result.data.\*.onPremisesExtensionAttributes.extensionAttribute9 | string | |
+action_result.data.\*.onPremisesImmutableId | string | |
+action_result.data.\*.onPremisesLastSyncDateTime | string | |
+action_result.data.\*.onPremisesSamAccountName | string | |
+action_result.data.\*.onPremisesSecurityIdentifier | string | |
+action_result.data.\*.onPremisesSyncEnabled | string | |
+action_result.data.\*.onPremisesUserPrincipalName | string | |
+action_result.data.\*.passwordPolicies | string | |
+action_result.data.\*.passwordProfile | string | |
+action_result.data.\*.postalCode | string | | 94303
+action_result.data.\*.preferredDataLocation | string | |
+action_result.data.\*.preferredLanguage | string | |
+action_result.data.\*.provisionedPlans.\*.capabilityStatus | string | | Enabled
+action_result.data.\*.provisionedPlans.\*.provisioningStatus | string | | Success
+action_result.data.\*.provisionedPlans.\*.service | string | | testCommunicationsOnline
+action_result.data.\*.refreshTokensValidFromDateTime | string | | 2022-08-08T13:00:58Z
+action_result.data.\*.showInAddressList | string | |
+action_result.data.\*.signInSessionsValidFromDateTime | string | | 2022-08-08T13:00:58Z
+action_result.data.\*.state | string | | CA
+action_result.data.\*.streetAddress | string | | 2479 E. Bayshore Rd.
+action_result.data.\*.surname | string | |
+action_result.data.\*.usageLocation | string | | US
+action_result.data.\*.userPrincipalName | string | | ews_retest@test.com
+action_result.data.\*.userType | string | | Member
+action_result.summary.num_members | numeric | `user id` | 3
+action_result.summary.num_users | numeric | | 3
+action_result.message | string | | Num members: 3
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'validate group'
+Returns true if a user is in a group; otherwise, false
+
+Type: **investigate**
+Read only: **True**
+
+#### Action Parameters
+PARAMETER | REQUIRED | DESCRIPTION | TYPE | CONTAINS
+--------- | -------- | ----------- | ---- | --------
+**group_object_id** | required | Object ID of group | string | `group object id`
+**user_id** | required | User ID to validate | string | `user id`
+
+#### Action Output
+DATA PATH | TYPE | CONTAINS | EXAMPLE VALUES
+--------- | ---- | -------- | --------------
+action_result.status | string | | success failed
+action_result.parameter.group_object_id | string | `group object id` | ebcd3130-55a1-4cbf-81b2-86408ff21203
+action_result.parameter.user_id | string | `user id` | user@test.com
+action_result.data.\*.@odata.context | string | | https://graph.test.com/v1.0/$metadata#directoryObjects
+action_result.data.\*.user_in_group | string | |
+action_result.data.\*.value.\*.@odata.type | string | | #test.graph.group
+action_result.data.\*.value.\*.classification | string | |
+action_result.data.\*.value.\*.createdDateTime | string | | 2022-02-25T12:05:22Z
+action_result.data.\*.value.\*.deletedDateTime | string | |
+action_result.data.\*.value.\*.description | string | | Test group for MSGraph
+action_result.data.\*.value.\*.displayName | string | | Test group for MSGraph
+action_result.data.\*.value.\*.expirationDateTime | string | |
+action_result.data.\*.value.\*.id | string | `user id` | 49233413-24c6-4516-a9e1-4d5f87fe34fd
+action_result.data.\*.value.\*.isAssignableToRole | string | |
+action_result.data.\*.value.\*.mail | string | | test@user.test.com
+action_result.data.\*.value.\*.mailEnabled | boolean | | True
+action_result.data.\*.value.\*.mailNickname | string | | TestgroupforMSGraph
+action_result.data.\*.value.\*.membershipRule | string | |
+action_result.data.\*.value.\*.membershipRuleProcessingState | string | |
+action_result.data.\*.value.\*.onPremisesDomainName | string | |
+action_result.data.\*.value.\*.onPremisesLastSyncDateTime | string | |
+action_result.data.\*.value.\*.onPremisesNetBiosName | string | |
+action_result.data.\*.value.\*.onPremisesSamAccountName | string | |
+action_result.data.\*.value.\*.onPremisesSecurityIdentifier | string | |
+action_result.data.\*.value.\*.onPremisesSyncEnabled | string | |
+action_result.data.\*.value.\*.preferredDataLocation | string | |
+action_result.data.\*.value.\*.preferredLanguage | string | |
+action_result.data.\*.value.\*.renewedDateTime | string | | 2022-02-25T12:05:22Z
+action_result.data.\*.value.\*.securityEnabled | boolean | | True
+action_result.data.\*.value.\*.securityIdentifier | string | | S-1-12-1-1227043859-1159079110-1598939561-4248108679
+action_result.data.\*.value.\*.theme | string | |
+action_result.data.\*.value.\*.visibility | string | | Private
+action_result.summary.message | string | | User is member of group
+action_result.summary.user_in_group | string | |
+action_result.message | string | | User in group: True
+summary.total_objects | numeric | | 1
+summary.total_objects_successful | numeric | | 1
+
+## action: 'list directory roles'
+List the directory roles that are activated in the tenant
+
+Type: **investigate**
+Read only: **True**
+
+
Pagination is not implemented for this action as this endpoint does not support pagination. Here is the Documentation for the same.
+
+
+
+{% endblock %}
+
diff --git a/deployment-apps/msadgraph/msadgraph_view.py b/deployment-apps/msadgraph/msadgraph_view.py
new file mode 100644
index 0000000..83f9f9d
--- /dev/null
+++ b/deployment-apps/msadgraph/msadgraph_view.py
@@ -0,0 +1,58 @@
+# File: msadgraph_view.py
+#
+# Copyright (c) 2022-2023 Splunk Inc.
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software distributed under
+# the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+# either express or implied. See the License for the specific language governing permissions
+# and limitations under the License.
+def get_ctx_result(provides, result):
+
+ ctx_result = {}
+ param = result.get_param()
+ summary = result.get_summary()
+ data = result.get_data()
+
+ ctx_result['param'] = param
+ ctx_result['action'] = provides
+
+ if data:
+ ctx_result['data'] = data
+
+ if summary:
+ ctx_result['summary'] = summary
+
+ return ctx_result
+
+
+def display_view(provides, all_app_runs, context):
+
+ context['results'] = results = []
+ for summary, action_results in all_app_runs:
+ for result in action_results:
+
+ ctx_result = get_ctx_result(provides, result)
+ if (not ctx_result):
+ continue
+ results.append(ctx_result)
+
+ if provides == "list users":
+ return_page = "msadgraph_list_users.html"
+ if provides == "list user attributes":
+ return_page = "msadgraph_list_user_attributes.html"
+ if provides == "list groups":
+ return_page = "msadgraph_list_groups.html"
+ if provides == "get group":
+ return_page = "msadgraph_get_group.html"
+ if provides == "list group members":
+ return_page = "msadgraph_list_group_members.html"
+ if provides == "list user devices":
+ return_page = "msadgraph_list_user_devices.html"
+
+ return return_page
diff --git a/deployment-apps/msadgraph/readme.html b/deployment-apps/msadgraph/readme.html
new file mode 100644
index 0000000..37ab7fb
--- /dev/null
+++ b/deployment-apps/msadgraph/readme.html
@@ -0,0 +1,123 @@
+
+
+
+
+
+
Authentication
+
Microsoft Azure Application creation
+
This app requires creating a Microsoft Azure Application. To do so, navigate to https://portal.azure.com in a browser and log in with a Microsoft account, then select Azure Active Directory.
+
+
Go to App Registrations and click on + New registration.
+
Give the app an appropriate name.
+
Select a supported account type (configure the application to be multitenant).
+
Click on the Register.
+
+
Under Certificates & secrets, add New client secret. Note this key somewhere secure, as it cannot be retrieved after closing the window.
+
Under Redirect URIs we will be updating the entry of https://phantom.local to reflect the actual redirect URI. We will get this from the SOAR asset we create below in the section titled "Configure the MS Graph for Active Directory SOAR app Asset"
+
+
+
+
Delegated Permissions configuration
+
Use this procedure to provide non-admin permissions to the app. To do so, navigate to https://portal.azure.com in a browser and log in with a Microsoft account, then navigate to the previously created app configuration.
+
+
Under API Permissions, click on Add a permission.
+
Go to Microsoft Graph Permissions, the following Delegated Permissions need to be added:
+
+
User.ReadWrite.All
+
Directory.ReadWrite.All
+
Directory.AccessAsUser.All
+
User.ManageIdentities.All
+
Group.ReadWrite.All
+
GroupMember.ReadWrite.All
+
RoleManagement.ReadWrite.Directory
+
offline_access
+
+
+
Click on the Add permissions.
+
After making these changes, click on Grant admin consent.
+
+
+
Application Permissions configuration
+
Use this procedure to provide admin permissions to the app. To do so, navigate to https://portal.azure.com in a browser and log in with a Microsoft account, then navigate to the previously created app configuration.
+
+
Under API Permissions, click on Add a permission.
+
Go to Microsoft Graph Permissions, the following Application Permissions need to be added:
+
+
User.ReadWrite.All
+
Directory.ReadWrite.All
+
User.ManageIdentities.All
+
Group.ReadWrite.All
+
GroupMember.ReadWrite.All
+
RoleManagement.ReadWrite.Directory
+
+
+
Click on the Add permissions.
+
After making these changes, click on Grant admin consent.
+
+
Note: reset password action is not supported with Application permissions
+
+
Configure the MS Graph for Active Directory SOAR app Asset
+
When creating an asset for the MS Graph for Active Directory app, place the Application ID of the app created during the previous step in the Client ID field and place the password generated during the app creation process in the Client Secret field. Then, after filling out the Tenant field, click SAVE.
+
After saving, a new field will appear in the Asset Settings tab. Take the URL found in the POST incoming for MS Graph to this location field and place it in the Redirect URIs field of the Azure Application configuration page. To this URL, add /result. After doing so the URL should look something like:
If you have received admin consent to use application permissions, make sure to check the Admin Access Required and Admin Consent Already Provided checkboxes on the asset.
+
+
User Permissions
+ To complete the authorization process, this app needs permission to view assets, which is not granted by default. First, under asset settings, check which user is listed under Select a user on behalf of which automated actions can be executed. By default, the user will be automation, but this user can be changed by clicking EDIT at the bottom of the window. To give this user permission to view assets, follow these steps:
+
+
In the main drop-down menu, select Administration, then select the User Management, and under that tab, select Roles. Finally, click + ROLE.
+
In the Add Role wizard, give the role a name (e.g Asset Viewer), and provide a description. Subsequently, under Available Users, add the user assigned to the asset viewed earlier. Then click the Permissions tab.
+
On the permission tab, under Available Privileges, give the role the View Assets privilege. Then click SAVE.
+
+
Method to Run Test Connectivity (for delegated permissions)
+
After setting up the asset and user, click the TEST CONNECTIVITY button. A window should pop up and display a URL. Navigate to this URL in a separate browser tab. This new tab will redirect to a Microsoft login page. Log in to a Microsoft account with administrator privileges to the Microsoft AD environment. After logging in, review the requested permissions listed, then click Accept. Finally, close that tab. The test connectivity window should show success.
+
The app should now be ready to use.
+
+
State File Permissions
+ Please check the permissions for the state file as mentioned below.
+
State Filepath
+
+
For Root Install Instance: /opt/phantom/local_data/app_states/f2a239df-acb2-47d6-861c-726a435cfe76/{asset_id}_state.json
+
For Non-Root Install Instance: /<PHANTOM_HOME_DIRECTORY>/local_data/app_states/f2a239df-acb2-47d6-861c-726a435cfe76/{asset_id}_state.json
+
+
State File Permissions
+
+
File Rights: rw-rw-r-- (664) (The SOAR user should have read and write access for the state file)
+
File Owner: appropriate SOAR user
+
+
Port Details
+
+ The app uses HTTP/ HTTPS protocol for communicating with the Microsoft Graph server. Below are the default ports used by the Splunk SOAR Connector.
+