API referenceWorkspaces APIWorkspacesWorkspacesEndpoints for managing and maintaining workspaces in an organization List workspacesReturns a paginated list of all workspaces that you have a role to access in your organization. For a list of all workspaces regardless of your user role, see the 'Admin' equivalent API.Create workspaceCreates a new workspace in your organization.List Workspaces SummaryList Workspaces SummaryDelete workspaceDeletes a workspace. Use of this API requires an 'owner' role in the workspace. Deleted workspaces will no longer be returned in 'get workspace' and 'list workspace' requests, however you can include them by appending deleted=true to your request parameters.Get workspaceReturns a workspace by its ID, provided your user has a role to access it. To retrieve a workspace by ID regardless of your user role, see the 'Admin' equivalent API.Update workspaceUpdates a workspace.Restore a deleted workspaceIf a workspace has been soft deleted, this API allows you to restore it again. After restoring, the workspace will no longer be included in 'get workspace' and 'list workspace' when the deleted=true parameter is appended to your request parameters.Get current user roleReturns your user account's role in a workspace.List usersReturns a list of all users with a role in a workspace.Assign user roleAssigns a user a role in a workspace.Remove user from workspaceRemoves a user by removing their role from the workspace.
List workspacesReturns a paginated list of all workspaces that you have a role to access in your organization. For a list of all workspaces regardless of your user role, see the 'Admin' equivalent API.
Delete workspaceDeletes a workspace. Use of this API requires an 'owner' role in the workspace. Deleted workspaces will no longer be returned in 'get workspace' and 'list workspace' requests, however you can include them by appending deleted=true to your request parameters.
Get workspaceReturns a workspace by its ID, provided your user has a role to access it. To retrieve a workspace by ID regardless of your user role, see the 'Admin' equivalent API.
Restore a deleted workspaceIf a workspace has been soft deleted, this API allows you to restore it again. After restoring, the workspace will no longer be included in 'get workspace' and 'list workspace' when the deleted=true parameter is appended to your request parameters.