Teamspaces allow you to organize teams, projects, and members within a workspace, providing a way to group related work and manage access at a team level. Learn more about Teamspaces →Documentation Index
Fetch the complete documentation index at: https://developers.plane.so/llms.txt
Use this file to discover all available pages before exploring further.
The Teamspace object
Attributes-
iduuid Unique identifier for the teamspace. -
namestring (required) Name of the teamspace. -
description_jsonobject JSON representation of the teamspace description. -
description_htmlstring HTML-formatted description of the teamspace. -
description_strippedstring Stripped version of the HTML description. -
description_binarystring Binary representation of the description. -
logo_propsobject Logo properties for the teamspace. -
leaduuid ID of the user who leads the teamspace. -
workspaceuuid ID of the workspace containing the teamspace. -
created_attimestamp Time at which the teamspace was created. -
updated_attimestamp Time at which the teamspace was last updated. -
created_byuuid ID of the user who created the teamspace. -
updated_byuuid ID of the user who last updated the teamspace.

