| title | Overview |
|---|---|
| description | Plane Teamspace API overview. Learn about endpoints, request/response format, and how to work with teamspace via REST API. |
| keywords | plane api, teamspace, team management, team collaboration, workspace teams, rest api, api integration |
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.
-
iduuidUnique identifier for the teamspace.
-
namestring (required)Name of the teamspace.
-
description_jsonobjectJSON representation of the teamspace description.
-
description_htmlstringHTML-formatted description of the teamspace.
-
description_strippedstringStripped version of the HTML description.
-
description_binarystringBinary representation of the description.
-
logo_propsobjectLogo properties for the teamspace.
-
leaduuidID of the user who leads the teamspace.
-
workspaceuuidID of the workspace containing the teamspace.
-
created_attimestampTime at which the teamspace was created.
-
updated_attimestampTime at which the teamspace was last updated.
-
created_byuuidID of the user who created the teamspace.
-
updated_byuuidID of the user who last updated the teamspace.
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2023-11-19T11:56:55.176802Z",
"updated_at": "2023-11-19T11:56:55.176809Z",
"name": "Engineering Team",
"description_html": "<p>Engineering team workspace</p>",
"lead": "16c61a3a-512a-48ac-b0be-b6b46fe6f430",
"workspace": "cd4ab5a2-1a5f-4516-a6c6-8da1a9fa5be4"
}