Microsoft Teams
Visualize Microsoft Teams users, teams, and channels, map Microsoft Teams users to employees, and monitor changes through queries and alerts.
- Installation guide
- Microsoft Teams data model
Installation
To use this integration, JupiterOne requires a registering an app on portal.azure.com, and providing the created app's API credentials in JupiterOne.
Configuration in Microsoft Teams
Before configuring the integration, ensure that you have, at minimum, a Microsoft 365 Business Standard account, and have the login credentials at hand.
- Sign in at portal.azure.com.
- Go to App Registrations and register for a new app. Note the client ID and tenant ID for use in JupiterOne.
- Go to Certificates and Secrets and register a client secret and retain the value for JupiterOne.
- Go to API permissions and add the following permissions for Microsoft Graph (application permission):
- Group.Read.All - allows getting the teams data
- TeamMember.Read.All - allows getting all the teams' members' data
- User.Read.All - allows getting user's data
- Grant admin consent for all above permissions for your organization.
Configuration in JupiterOne
The Account Name used to identify the Addigy account in JupiterOne. Ingested entities will have this value stored in
tag.AccountName
when theAccountName
toggle is enabled.Description to assist in identifying the integration instance, if desired.
Polling Interval that you feel is sufficient for your monitoring needs. You may leave this as
DISABLED
and manually execute the integration.Provide your Microsoft Teams Client ID, Tenant ID, and Client Secret.
Click Create once all values are provided to finalize the integration.
Next steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. Continue on to our Instance management guide to learn more about working with and editing integration instances.
Data Model
Entities
The following entities are created:
Resources | Entity _type | Entity _class |
---|---|---|
Account | microsoft_teams_account | Account |
Channel | microsoft_teams_channel | Channel |
Team | microsoft_teams_team | Group |
User | microsoft_teams_user | User |
Relationships
The following relationships are created:
Source Entity _type | Relationship _class | Target Entity _type |
---|---|---|
microsoft_teams_account | HAS | microsoft_teams_team |
microsoft_teams_account | HAS | microsoft_teams_user |
microsoft_teams_team | HAS | microsoft_teams_channel |
microsoft_teams_team | HAS | microsoft_teams_user |