Workspaces

Create workspace

Create a new workspace in the company

post/workspaces

Request body

namestring required
slugstring required
timezonestring required

IANA timezone identifier for the workspace (e.g., 'America/New_York', 'Europe/London', 'Asia/Tokyo')

userIdsstring[]

Example request

{
  "timezone": "America/New_York"
}

Response

OK

idstring uuid required
namestring required
slugstring required
timezonestring nullable required
createdAtstring date-time required

Changes

No recorded changes to this endpoint across all 1 revision of this API.