Workspace
Last updated
Was this helpful?
This file outlines the Flashgate 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.
To perform these operations, you must be authenticated by means of one of the following methods: BearerAuth.
PUT/workspace/{id}/users/{userId}
Update a user's role in a workspace.
DELETE/workspace/{id}/users/{userId}
Remove a user from a workspace.
READ
Read-only access to workspace resources
WRITE
Read and write access to workspace resources
ADMIN
Full administrative access including user management
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?
Was this helpful?