Skip to main content

Datadog/teams

@webframp/datadog/teamsv2026.09.08.1· 2d agoMODELS
01README

Datadog Teams — team management, memberships, and permissions

02Release Notes

2026.09.08.1

Added: Initial code-generated release of @webframp/datadog/teams with 31 methods covering the Datadog teams API surface.

03Models1
@webframp/datadog/teamsv2026.09.08.1datadog/teams.ts

Global Arguments

ArgumentTypeDescription
apiKeystringDatadog API key (DD-API-KEY)
appKeystringDatadog application key (DD-APPLICATION-KEY)
siteenumDatadog site
fn list_teams(sort?: string, include?: string, filter_keyword?: string, filter_me?: boolean, fields_team?: string)
Get all teams
ArgumentTypeDescription
sort?stringSpecifies the order of the returned teams
include?stringIncluded related resources optionally requested. Allowed enum values: `team_l...
filter_keyword?stringSearch query. Can be team name, team handle, or email of team member
filter_me?booleanWhen true, only returns teams the current user belongs to
fields_team?stringList of fields that need to be fetched.
fn create_team(avatar?: string, banner?: number, description?: string, handle: string, hidden_modules?: array, name: string, visible_modules?: array)
Create a team
ArgumentTypeDescription
avatar?stringUnicode representation of the avatar for the team, limited to a single grapheme
banner?numberBanner selection for the team
description?stringFree-form markdown description/content for the team's homepage
handlestringThe team's identifier
hidden_modules?arrayCollection of hidden modules for the team
namestringThe name of the team
visible_modules?arrayCollection of visible modules for the team
fn list_team_hierarchy_links(filter_parent_team?: string, filter_sub_team?: string)
Get team hierarchy links
ArgumentTypeDescription
filter_parent_team?stringFilter by parent team ID
filter_sub_team?stringFilter by sub team ID
fn add_team_hierarchy_link(relationships: unknown, type: unknown)
Create a team hierarchy link
ArgumentTypeDescription
relationshipsunknown
typeunknown
fn get_team_hierarchy_link(link_id: string)
Get a team hierarchy link
ArgumentTypeDescription
link_idstringThe team hierarchy link's identifier
fn remove_team_hierarchy_link(link_id: string)
Remove a team hierarchy link
ArgumentTypeDescription
link_idstringThe team hierarchy link's identifier
fn list_team_connections(filter_sources?: string, filter_team_ids?: string, filter_connected_team_ids?: string, filter_connection_ids?: string)
List team connections
ArgumentTypeDescription
filter_sources?stringFilter team connections by external source systems.
filter_team_ids?stringFilter team connections by Datadog team IDs.
filter_connected_team_ids?stringFilter team connections by connected team IDs from external systems.
filter_connection_ids?stringFilter team connections by connection IDs.
fn create_team_connections()
Create team connections
fn delete_team_connections()
Delete team connections
fn get_team_sync(filter_source?: string)
Get team sync configurations
ArgumentTypeDescription
filter_source?stringFilter by the external source platform for team synchronization
fn sync_teams(frequency?: unknown, selection_state?: unknown, source: unknown, sync_membership?: unknown, type: unknown)
Link Teams with GitHub Teams
ArgumentTypeDescription
frequency?unknown
selection_state?unknown
sourceunknown
sync_membership?unknown
typeunknown
fn get_team(team_id: string)
Get a team
ArgumentTypeDescription
team_idstringNone
fn update_team(team_id: string, avatar?: string, banner?: number, description?: string, handle: string, hidden_modules?: array, name: string, visible_modules?: array)
Update a team
ArgumentTypeDescription
team_idstringNone
avatar?stringUnicode representation of the avatar for the team, limited to a single grapheme
banner?numberBanner selection for the team
description?stringFree-form markdown description/content for the team's homepage
handlestringThe team's identifier
hidden_modules?arrayCollection of hidden modules for the team
namestringThe name of the team
visible_modules?arrayCollection of visible modules for the team
fn delete_team(team_id: string)
Remove a team
ArgumentTypeDescription
team_idstringNone
fn get_team_links(team_id: string)
Get links for a team
ArgumentTypeDescription
team_idstringNone
fn create_team_link(team_id: string, label: string, position?: number, url: string)
Create a team link
ArgumentTypeDescription
team_idstringNone
labelstringThe link's label
position?numberThe link's position, used to sort links for the team
urlstringThe URL for the link
fn get_team_link(team_id: string, link_id: string)
Get a team link
ArgumentTypeDescription
team_idstringNone
link_idstringNone
fn update_team_link(team_id: string, link_id: string, label: string, position?: number, url: string)
Update a team link
ArgumentTypeDescription
team_idstringNone
link_idstringNone
labelstringThe link's label
position?numberThe link's position, used to sort links for the team
urlstringThe URL for the link
fn delete_team_link(team_id: string, link_id: string)
Remove a team link
ArgumentTypeDescription
team_idstringNone
link_idstringNone
fn get_team_memberships(team_id: string, sort?: string, filter_keyword?: string)
Get team memberships
ArgumentTypeDescription
team_idstringNone
sort?stringSpecifies the order of returned team memberships
filter_keyword?stringSearch query, can be user email or name
fn create_team_membership(team_id: string, provisioned_by?: string, provisioned_by_id?: string, role?: unknown)
Add a user to a team
ArgumentTypeDescription
team_idstringNone
provisioned_by?stringThe mechanism responsible for provisioning the team relationship. Possible va...
provisioned_by_id?stringUUID of the User or Service Account who provisioned this team membership, or ...
role?unknown
fn update_team_membership(team_id: string, user_id: string, provisioned_by?: string, provisioned_by_id?: string, role?: unknown)
Update a user's membership attributes on a team
ArgumentTypeDescription
team_idstringNone
user_idstringNone
provisioned_by?stringThe mechanism responsible for provisioning the team relationship. Possible va...
provisioned_by_id?stringUUID of the User or Service Account who provisioned this team membership, or ...
role?unknown
fn delete_team_membership(team_id: string, user_id: string)
Remove a user from a team
ArgumentTypeDescription
team_idstringNone
user_idstringNone
fn get_team_notification_rules(team_id: string)
Get team notification rules
ArgumentTypeDescription
team_idstringNone
fn create_team_notification_rule(team_id: string, email?: unknown, ms_teams?: unknown, pagerduty?: unknown, slack?: unknown)
Create team notification rule
ArgumentTypeDescription
team_idstringNone
email?unknown
ms_teams?unknown
pagerduty?unknown
slack?unknown
fn get_team_notification_rule(team_id: string, rule_id: string)
Get team notification rule
ArgumentTypeDescription
team_idstringNone
rule_idstringNone
fn update_team_notification_rule(team_id: string, rule_id: string, email?: unknown, ms_teams?: unknown, pagerduty?: unknown, slack?: unknown)
Update team notification rule
ArgumentTypeDescription
team_idstringNone
rule_idstringNone
email?unknown
ms_teams?unknown
pagerduty?unknown
slack?unknown
fn delete_team_notification_rule(team_id: string, rule_id: string)
Delete team notification rule
ArgumentTypeDescription
team_idstringNone
rule_idstringNone
fn get_team_permission_settings(team_id: string)
Get permission settings for a team
ArgumentTypeDescription
team_idstringNone
fn update_team_permission_setting(team_id: string, action: string, value?: unknown)
Update permission setting for team
ArgumentTypeDescription
team_idstringNone
actionstringNone
value?unknown
fn get_user_memberships(user_uuid: string)
Get user memberships
ArgumentTypeDescription
user_uuidstringNone

Resources

teams(infinite)— Get all teams
team(infinite)— Create a team
team_hierarchy_links(infinite)— Get team hierarchy links
add_team_hierarchy_link(infinite)— Create a team hierarchy link
team_hierarchy_link(infinite)— Get a team hierarchy link
team_connections(infinite)— List team connections
create_team_connections(infinite)— Create team connections
team_sync(infinite)— Get team sync configurations
sync_teams(infinite)— Link Teams with GitHub Teams
team_links(infinite)— Get links for a team
team_link(infinite)— Create a team link
team_memberships(infinite)— Get team memberships
team_membership(infinite)— Add a user to a team
team_notification_rules(infinite)— Get team notification rules
team_notification_rule(infinite)— Create team notification rule
team_permission_settings(infinite)— Get permission settings for a team
team_permission_setting(infinite)— Update permission setting for team
user_memberships(infinite)— Get user memberships
04Previous Versions8
2026.08.28.2

2026.08.28.2

Hardened codegen: instance names sanitized against path traversal; string schema patterns emit regex validation; output schemas passthrough unknown fields.

updated labels

2026.08.28.1

2026.08.28.1

Changed: Normalized the extension license to Apache-2.0 and corrected the copyright holder to "Sean Escriva". Extensions that previously shipped an MIT LICENSE.md are now Apache-2.0, consistent with the repository root and every other extension. No code or behavioral changes.

Upgrade note: License text only. No API, schema, or runtime behavior changed.

2026.08.26.2

Fixed: Restored inline npm:zod@4.4.3 import specifiers so the registry quality scorer can resolve dependencies and score the extension. An earlier release used a bare "zod" import-map specifier, which published but scored as unscored.

Changed: Retained explicit compilerOptions.strict in deno.json. No behavioral or schema changes.

2026.08.26.2

2026.08.26.2

Fixed: Restored inline npm:zod@4.4.3 import specifiers so the registry quality scorer can resolve dependencies and score the extension. An earlier release used a bare "zod" import-map specifier, which published but scored as unscored.

Changed: Retained explicit compilerOptions.strict in deno.json. No behavioral or schema changes.

2026.08.25.1

2026.08.25.1

Changed: Updated labels for improved extension discoverability. Added cross-cutting category labels (security, observability, finops, infrastructure, networking, compliance, devops, ai, incident-response) where applicable.

updated labels

2026.08.24.1

2026.08.24.1

Added: Output metadata attributes for observability.

  • durationMs: Method execution duration in milliseconds.
  • collectedBy: Extension name that produced the data.
  • fetchedAt: ISO 8601 timestamp when data was fetched (added to resources that previously lacked it).
2026.08.21.2

2026.08.21.2

Changed: Error messages and input validation are more specific.

  • API errors now name the HTTP method and path that was attempted (e.g. Datadog API HTTP 404: GET /api/v2/team-hierarchy-links/abc-123) instead of just the raw status code and response body.
  • A network-level failure (DNS error, connection reset, timeout) reaching the Datadog API now raises Datadog API request failed: <METHOD> <path>: <reason> instead of an unlabeled fetch error.
  • link_id is now rejected up front if empty on get_team_hierarchy_link and remove_team_hierarchy_link, instead of building a malformed request path.

No changes to request/response shapes or existing successful-path behavior.

2026.08.21.1

Changed: Tightened and clarified Zod schemas as part of a repo-wide schema audit.

  • Added .min(1) to apiKey and appKey in the global arguments schema — both are sent directly as request headers, and an empty value would never be accepted by the Datadog API.
  • Replaced the placeholder "None" description (a code-generation artifact) on 29 path-parameter arguments (team_id, link_id, user_id, rule_id, action, user_uuid) with real descriptions, and added .min(1) to each — every one of them is encodeURIComponent-ed directly into a request URL, so an empty value would always produce a malformed path.
  • Added descriptions to previously undocumented relationships, type, frequency, selection_state, source, sync_membership, role, email, ms_teams, pagerduty, slack, and value arguments.

No behavioral changes — these are documentation and validation tightenings only.

2026.07.20.11

Added: Initial code-generated release of @webframp/datadog/teams with 31 methods covering the Datadog teams API surface.

2026.08.21.1

2026.08.21.1

Changed: Tightened and clarified Zod schemas as part of a repo-wide schema audit.

  • Added .min(1) to apiKey and appKey in the global arguments schema — both are sent directly as request headers, and an empty value would never be accepted by the Datadog API.
  • Replaced the placeholder "None" description (a code-generation artifact) on 29 path-parameter arguments (team_id, link_id, user_id, rule_id, action, user_uuid) with real descriptions, and added .min(1) to each — every one of them is encodeURIComponent-ed directly into a request URL, so an empty value would always produce a malformed path.
  • Added descriptions to previously undocumented relationships, type, frequency, selection_state, source, sync_membership, role, email, ms_teams, pagerduty, slack, and value arguments.

No behavioral changes — these are documentation and validation tightenings only.

2026.07.20.11

Added: Initial code-generated release of @webframp/datadog/teams with 31 methods covering the Datadog teams API surface.

2026.07.20.11

2026.07.20.11

Added: Initial code-generated release of @webframp/datadog/teams with 31 methods covering the Datadog teams API surface.

05Stats
A
100 / 100
Downloads
0
Archive size
28.1 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels