Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 32 additions & 33 deletions content/en/account_management/teams/manage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,46 +7,43 @@

Each team has a detail page that displays information about the team, its members, and its associated resources. Navigate to a team detail page by clicking on a team from the [Teams directory][1].

The team page displays the following resources associated with your team:
- Dashboards
- Notebooks
- Monitors
- Services
- Links
- Ongoing incidents
- API endpoints
The team detail page is organized into three tabs:

You can change which resources are shown and their order on the page.
- **Info**: Core team details and membership.
- **Resources**: The Datadog resources associated with the team.
- **On-Call**: The team's [Datadog On-Call][6] configuration.

Customize the look of your team by choosing an emoji avatar and banner. The emoji avatar displays next to the team name in lists across Datadog.
The team header displays the team's avatar, banner, name, and description. Customize the look of your team by choosing an emoji avatar and banner. The emoji avatar displays next to the team name in lists across Datadog.

See the following instructions to customize your team.
### Info tab

### Customize layout
Core team details: notification channels, links, connections, hierarchy (parent team and subteams), and members.

To modify the team page layout, you must have the `user_access_manage` or `teams_manage` permission. Alternately, you can be a team member or team manager of a team that is configured to allow members and managers to edit team details.
### Resources tab

1. Click {{< ui >}}Page Layout{{< /ui >}}. The page layout dialog appears.
1. To reorder the resources, click and drag the drag handle icons.
1. To hide a resource, mouse over an item and click the eye ({{< ui >}}Hide content{{< /ui >}}) icon.
The Datadog resources the team owns, grouped by area such as productivity, software, performance, and cloud cost. If the team has subteams, use the **Include Subteams** toggle to show their resources alongside the team's own.

Hidden resources appear at the bottom of the page layout dialog. To reveal a resource, mouse over it and click the {{< ui >}}Unhide content{{< /ui >}} icon.
### On-Call tab

The team's [Datadog On-Call][6] setup: members, schedules, escalation policies, routing, and handover automation.

### Customize settings

To modify the team details, you must have the `user_access_manage` or `teams_manage` permission. Alternately, you can be a team member or team manager of a team that is configured to allow members and managers to edit team details.
To modify a team's details, you must have the `user_access_manage` or `teams_manage` permission. Alternately, you can be a team member or team manager of a team that is configured to allow members and managers to edit team details.

Edit a team's details directly from its detail page:

Click {{< ui >}}Settings{{< /ui >}}. The settings dialog appears.
- **Avatar, name, and description**: Mouse over the team name and click the edit (pencil) icon.
- **Banner**: Mouse over the banner and click the edit (pencil) icon.
- **Info tab sections**: Mouse over a section, such as Links, Members, or Notification Channels, and click its edit icon to update it in place.

From the settings dialog, use the menu to customize the following team settings:
- Members
- Links
- Name and description
- Avatar and banner
- Page layout
- Permissions
- Notifications
- GitHub connection
Use the Settings (gear) menu in the team header for the following actions:

- **Configure Notifications**: Add or update the team's notification channels. Supported targets include Slack, Microsoft Teams, PagerDuty, email, and ServiceNow.
- **Edit Roles and Permissions**: Manage the roles and permissions associated with the team.
- **Edit Team Handle**: Change the team's handle.
- **Edit Connections**: Connect the team to external systems. Connect a **GitHub team** to associate the Datadog team with a GitHub team, or connect a **ServiceNow assignment group** to route incidents and change requests automatically.
- **Join Team** or **Leave Team**: Add yourself to or remove yourself from the team.

## Team membership

Expand All @@ -56,7 +53,7 @@

### Team modification permissions

Under the team's settings, in the {{< ui >}}Permissions{{< /ui >}} tab, specify which users can modify the team membership. The following options are available:
In the team's roles and permissions settings, specify which users can modify the team membership. The following options are available:
- Only users with the `user_access_manage` permission
- Team managers
- Team managers and members
Expand All @@ -80,7 +77,9 @@
- If your org has selected SAML as the only team provisioning source, then the SAML team mappings control team membership. You cannot modify the team membership through Datadog.
- If a team is managed through an identity provider, then the identity provider controls team membership. You cannot modify the team membership through Datadog.

### Subteams (hierarchical teams)
A team that is managed externally from an identity provider displays a **Managed** badge in its header.

### Subteams (hierarchical teams)

Check warning on line 82 in content/en/account_management/teams/manage.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.headings

'Subteams (hierarchical teams)' should use sentence-style capitalization.

{{< site-region region="gov,gov2" >}}
<div class="alert alert-warning">
Expand All @@ -91,7 +90,7 @@
With subteams, you can nest teams within each other to mimic your company's hierarchy in Datadog, allowing for a more complete and accurate ownership model. Subteams also provide an enhanced filtering experience; select a larger team (like a director-level group) to find all the data connected to any of its subteams.
{{< img src="account_management/teams/teams_filter_hierarchies.png" alt="Filter Hierarchical Teams" >}}

On the {{< ui >}}Subteams{{< /ui >}} tab, you can add and remove existing teams. For a clear view of a team's place in its hierarchy, go to [**Teams** > **Map View**][4], then search for the team by name.
A team's subteams appear in the **Hierarchy** section of its Info tab.
To automate subteam management based on your organization's hierarchical structure, use the [Teams APIs][5].

## Manage teams through an identity provider
Expand All @@ -101,7 +100,7 @@
- Team handle
- Team membership (synchronized from the corresponding identity provider group)

To ensure that managed teams stay consistent with their configuration in your identity provider, you must make changes to managed properties in the identity provider, not through the Datadog site or API.
To keep managed teams consistent with their configuration in your identity provider, make changes to managed properties in the identity provider rather than through the Datadog site or API.

Check notice on line 103 in content/en/account_management/teams/manage.md

View workflow job for this annotation

GitHub Actions / vale

Datadog.sentencelength

Suggestion: Try to keep your sentence length to 25 words or fewer.

Datadog supports Okta and other SCIM-compliant identity providers for managed teams.

Expand All @@ -122,5 +121,5 @@
[1]: https://app.datadoghq.com/organization-settings/teams
[2]: /account_management/saml/mapping/#map-saml-attributes-to-teams
[3]: /account_management/scim/
[4]: https://app.datadoghq.com/teams/map
[5]: /api/latest/teams/#add-a-member-team
[6]: /incident_response/on-call/
Loading