Skip to main content
POST
Adds package access to a workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organizationName
string
required

The unique identifier of the organization Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_ -]+$
workspaceName
string
required

The unique identifier of the workspace Workspace name pattern. Allows any character except / (would split the FGA resource path — see ResourceIdentifier.parseFromFga) and * (FGA wildcard). 1-63 chars.

Pattern: ^(?!.*\*)(?!.*[/]).{1,63}$

Query Parameters

environmentName
string
required

The unique identifier of the environment Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_ -]+$
packageName
string
required

The unique identifier of the package Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_ -]+$

Response

Workspace package permission created successfully

Represents a collaborative workspace for team-based data modeling and analysis

name
string

The unique name of the workspace within its organization

Pattern: ^(?!.*\*)(?!.*[/]).{1,63}$
description
string
groupName
string | null

Human-readable description of the workspace's purpose and scope

createdAt
string<date-time>

ISO 8601 timestamp indicating when the workspace was created

updatedAt
string<date-time>

ISO 8601 timestamp indicating when the workspace was last modified

packages
string[]

Array of package resource identifiers that are accessible in this workspace

Path pattern supporting slashes, dots, and dashes

Pattern: ^[a-zA-Z0-9_/.-]+$
workspaceType
enum<string>

The type of workspace. PersonalInfra for personal workspaces, Group for shared workspaces.

Available options:
PersonalInfra,
Group