Skip to main content
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 →

The Teamspace object

Attributes
  • id uuid Unique identifier for the teamspace.
  • name string (required) Name of the teamspace.
  • description_json object JSON representation of the teamspace description.
  • description_html string HTML-formatted description of the teamspace.
  • description_stripped string Stripped version of the HTML description.
  • description_binary string Binary representation of the description.
  • logo_props object Logo properties for the teamspace.
  • lead uuid ID of the user who leads the teamspace.
  • workspace uuid ID of the workspace containing the teamspace.
  • created_at timestamp Time at which the teamspace was created.
  • updated_at timestamp Time at which the teamspace was last updated.
  • created_by uuid ID of the user who created the teamspace.
  • updated_by uuid ID of the user who last updated the teamspace.