Skip to main content

Snyk/groups

@webframp/snyk/groupsv2026.09.08.1· 2d agoMODELS
01README

Snyk Groups — group management, orgs, members, and audit

02Release Notes

2026.09.08.1

Added: Initial code-generated release of @webframp/snyk/groups with 21 methods covering the Snyk groups API surface.

03Models1
@webframp/snyk/groupsv2026.09.08.1snyk/groups.ts

Global Arguments

ArgumentTypeDescription
apiTokenstringSnyk API token
groupIdstringSnyk group ID
versionstringSnyk API version date
fn list_groups()
Get all groups (Early Access)
fn get_group()
Get Group (Early Access)
fn list_group_audit_logs(cursor?: string, from?: string, to?: string, size?: number, sort_order?: enum, user_id?: string, project_id?: string, events?: string, exclude_events?: string)
Search Group audit logs.
ArgumentTypeDescription
cursor?stringThe ID for the next page of results.
from?stringThe start date (inclusive) of the audit logs search. If not specified, the st...
to?stringThe end date (exclusive) of the audit logs search. Dates should be formatted ...
size?numberNumber of results to return per page.
sort_order?enumOrder in which results are returned.
user_id?stringFilter logs by user ID.
project_id?stringFilter logs by project ID.
events?stringFilter logs by event types, cannot be used in conjunction with exclude_events...
exclude_events?stringExclude event types from results, cannot be used in conjunctions with events ...
fn create_group_export(include_deleted?: string, include_deactivated?: string)
Start an export
ArgumentTypeDescription
include_deleted?stringOptional parameter to include deleted issues in results
include_deactivated?stringOptional parameter to include disabled issues in results
fn get_group_export(export_id: string)
Get export results
ArgumentTypeDescription
export_idstringUnique export identifier
fn get_group_export_job_status(export_id: string)
Get export status
ArgumentTypeDescription
export_idstringUnique export identifier
fn list_group_user_org_memberships(user_id?: string, org_name?: string, role_name?: string)
Get list of org memberships of a group user
ArgumentTypeDescription
user_id?stringThe ID of the User
org_name?stringThe Name of the org
role_name?stringFilter the response for results only with the specified role.
fn list_orgs_in_group(name?: string, slug?: string, expand?: enum)
List all organizations in group
ArgumentTypeDescription
name?stringOnly return organizations whose name contains this value. Case insensitive.
slug?stringOnly return organizations whose slug exactly matches this value. Case sensitive.
expand?enumExpand the response with additional fields. When set to `count`, the response...
fn list_group_policies()
Get group level policies (Early Access)
fn create_group_policy(data: object)
Create a new group level policy (Early Access)
ArgumentTypeDescription
dataobject
fn update_group_policy(policy_id: string, data: object)
Update a group-level policy (Early Access)
ArgumentTypeDescription
policy_idstringPolicy ID
dataobject
fn delete_group_policy(policy_id: string)
Delete an group-level policy (Early Access)
ArgumentTypeDescription
policy_idstringPolicy ID
fn list_assignments(rule_extension_id?: string, org_id?: string, group_id?: string)
List all assignments for a group
ArgumentTypeDescription
rule_extension_id?stringFilter by rule extension IDs
org_id?stringFilter by organization ID
group_id?stringFilter by group ID
fn create_assignments(data: unknown)
Create bulk assignments for rule extensions
ArgumentTypeDescription
dataunknown
fn delete_assignments(id?: string, rule_extension_id?: string)
Delete assignments for rule extensions
ArgumentTypeDescription
id?stringFilter by IDs
rule_extension_id?stringFilter by rule extension ID
fn list_secrets_rule_extensions()
Get a list of all secrets rule extensions for the requested Group
fn create_secrets_rule_extension(data: unknown)
Create a secrets rule extension
ArgumentTypeDescription
dataunknown
fn get_secrets_rule_extension(rule_extension_id: string)
Get a secrets rule extension by rule extension ID
ArgumentTypeDescription
rule_extension_idstringUnique identifier for a rule extension in request path
fn update_secrets_rule_extension(rule_extension_id: string, data: unknown)
Update a secrets rule extension by rule extension ID
ArgumentTypeDescription
rule_extension_idstringUnique identifier for a rule extension in request path
dataunknown
fn delete_secrets_rule_extension(rule_extension_id: string)
Delete a secrets rule extension by rule extension ID
ArgumentTypeDescription
rule_extension_idstringUnique identifier for a rule extension in request path
fn update_user(id: string, data?: unknown)
Update a user's role in a group (Early Access)
ArgumentTypeDescription
idstringThe id of the user
data?unknown

Resources

groups(infinite)— Get all groups (Early Access)
group(infinite)— Get Group (Early Access)
list_group_audit_logs(infinite)— Search Group audit logs.
group_export(infinite)— Start an export
group_export_job_status(infinite)— Get export status
group_user_org_memberships(infinite)— Get list of org memberships of a group user
orgs_in_group(infinite)— List all organizations in group
group_policies(infinite)— Get group level policies (Early Access)
group_policy(infinite)— Create a new group level policy (Early Access)
assignments(infinite)— List all assignments for a group
secrets_rule_extensions(infinite)— Get a list of all secrets rule extensions for the requested Group
secrets_rule_extension(infinite)— Create a secrets rule extension
user(infinite)— Update a user's role in a group (Early Access)
04Previous Versions9
2026.08.28.2

2026.08.28.2

Hardened codegen: instance names sanitized against path traversal; 429 rate-limit retry with Retry-After; 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: Snyk API request failures now name the HTTP method and path that was attempted (e.g. Snyk API GET /groups/{groupId}/orgs failed with HTTP 403: ...) instead of surfacing only the raw status and body. Network-level failures (DNS, timeout, connection reset) are also caught and re-raised with the same method/path context and the original error preserved as cause, rather than propagating an unlabeled fetch error.

Upgrade note: No changes to stored resource schemas. Existing instances need no migration.

2026.08.21.1

2026.08.21.1

Changed: Schema tightening sweep — no behavioral changes.

  • Added .min(1) to apiToken, groupId, and the group/organization name fields (they cannot legitimately be empty).
  • Added .describe(...) to previously undocumented fields on the group policy schemas: action, action_type, conditions_group (and its logical_operator), created_at, created_by, name, and updated_at.
2026.07.20.2

2026.07.20.2

Fixed: The create_group_export method wrote its resource under the spec name create_group_export, but the resource schema is registered under the noun-only key group_export. The write therefore targeted an undeclared resource spec. The method now writes to the declared group_export spec.

Upgrade note: Data from create_group_export is now written under the group_export resource spec instead of create_group_export. Queries or stored resources keyed on the old spec name should be updated.

2026.07.19.1

2026.07.19.1

Added: Initial code-generated release of @webframp/snyk/groups with 21 methods covering the Snyk groups API surface.

05Stats
A
100 / 100
Downloads
0
Archive size
21.5 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