DormantWorkspaceResponse
Response for dormant workspaces endpoint.
workspaces object[]required
Array [
idId (string)required
nameName (string)required
slugSlug (string)required
member_countMember Count (integer)required
subscription_tierSubscription Tier (string)
Default value:
freelast_activity object
anyOf
- string
- null
string
inactive_daysInactive Days (integer)required
created_at objectrequired
anyOf
- string
- null
string
]
totalTotal (integer)required
inactive_days_thresholdInactive Days Threshold (integer)required
DormantWorkspaceResponse
{
"workspaces": [
{
"id": "string",
"name": "string",
"slug": "string",
"member_count": 0,
"subscription_tier": "free",
"last_activity": "string",
"inactive_days": 0,
"created_at": "string"
}
],
"total": 0,
"inactive_days_threshold": 0
}