Access Control for Teamspace
Teamspace roles, operations, access control rules.
Roles for Teamspaces
Owner role is separate from Editor/Viewer roles and they are not mutually exclusive. When roles overlap, the higher role takes precedence.
teamspace.Owner
Can manage teamspaces without workspace owner role
teamspace.Editor
Can edit notebooks and folders in the teamspace
teamspace.Viewer
Can view notebooks and folders in the teamspace
Teamspace Operations and Access Control Rules
Here are the operations that can be performed to manage teamspaces and the corresponding roles required to perform them.
View a list of all teamspace names within the workspace.
workspace.Viewer
-
Add a teamspace to the workspace.
workspace.Editor
-
Change the display name of a teamspace. Add and remove teamspace owners. Delete a teamspace. Add and remove permissions for groups in a teamspace.
workspace.Owner OR ( (workspace.Viewer) AND teamspace.Owner)
Even if the user is a workspace.Viewer, they can perform this operation if they are the teamspace.Owner of the respective teamspace.
Last updated