Skip to main content
POST
Create Workspace

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Workspace object that needs to be added

Workspace model

name
string
required

Name of the workspace

Example:

"Sydney Studio"

id
integer

Automatically generated unique workspace id

Example:

9458

description
string

Additional info about the workspace

Example:

"Sydney Office, Level 2"

resources
Resource Summary Model · object[]

The resources that have been assigned to the workspace

access
User Group Access Summary · object[]

The users and groups who have been given access to the workspace

feed
string

iCalendar subscription feed URL (if enabled)

working_week
integer

Identifer of one of the following predefined working week templates. 0 = Monday -> Friday (Saturday / Sunday), 1 = Monday -> Saturday (Sunday), 2 = Saturday -> Thursday (Friday), 3 = Sunday -> Thursday (Friday / Saturday)

Example:

3

country_region
string

Identifier of the country / state that public holidays should be loaded for. Only required if show_public_holiday = true

Example:

"AU-NSW"

show_public_holiday
boolean

Should public holidays be loaded on the workspace

Example:

true

Response

Successful Operation

success
object