Workspace
This file outlines the Flashback API's workspace management features, including creating, updating, listing, and managing workspaces that group users and resources within an organization. Workspaces support role-based access control with READ, WRITE, and ADMIN permissions.
Workspace API Calls
PUT
/workspace/{id}/users/{userId}
Update a user's role in a workspace.
DELETE
/workspace/{id}/users/{userId}
Remove a user from a workspace.
Workspace Access Types
READ
Read-only access to workspace resources
WRITE
Read and write access to workspace resources
ADMIN
Full administrative access including user management
Workspace Management Permissions
Organization Owners, Administrators, and Workspace Managers can create new workspaces
Workspace Admins can manage workspace users and update workspace settings
Workspace Admins can delete workspaces (only if they contain no buckets or repositories)
Users must have validated accounts to perform workspace operations
Last updated
Was this helpful?