Workspaces - Go SDK
Workspaces - Go SDK
Workspaces - Go SDK
The Go SDK and docs are currently in beta. Report issues on GitHub.
Workspaces endpoints
List all workspaces for the authenticated user. Management key required.
*operations.ListWorkspacesResponse, error
Create a new workspace for the authenticated user. Management key required.
*components.CreateWorkspaceResponse, error
Delete an existing workspace. The default workspace cannot be deleted. Workspaces with active API keys cannot be deleted. Management key required.
*components.DeleteWorkspaceResponse, error
Get a single workspace by ID or slug. Management key required.
*components.GetWorkspaceResponse, error
Update an existing workspace by ID or slug. Management key required.
*components.UpdateWorkspaceResponse, error
Add multiple organization members to a workspace. Members are assigned the same role they hold in the organization. Management key required.
*components.BulkAddWorkspaceMembersResponse, error
Remove multiple members from a workspace. Members with active API keys in the workspace cannot be removed. Management key required.
*components.BulkRemoveWorkspaceMembersResponse, error