workspace-example.json
{
  "id": "01887270-ab45-7da0-c95d-9a9e9ebc4f78",
  "name": "Acme Corp",
  "createdAt": "2023-01-15T08:30:00Z",
  "updatedAt": "2023-07-22T14:45:00Z",
  "settings": {
    "defaultLanguage": "en",
    "brandColor": "#336699",
    "enableTranscriptSharing": true
  },
  "allowedEmailDomains": ["acme.com", "acme-corp.org"],
  "iconUrl": "https://example.com/logos/acme.png"
}

Workspace Object

id
string
Unique identifier for the workspace
name
string
Name of the workspace
createdAt
string
ISO8601 timestamp when the workspace was created
updatedAt
string
ISO8601 timestamp when the workspace was last updated
settings
object
Workspace settings object containing various configuration parameters
allowedEmailDomains
array
List of allowed email domains for workspace access
iconUrl
string
URL of the workspace icon (can be null)