Create a workspace

POST {{baseUrl}}/workspaces

Use this API to create workspaces.

Scopes: workspace:write:admin

Rate Limit Label: Medium

Request Body

{"location_id"=>"<string>", "workspace_name"=>"<string>", "workspace_type"=>"room", "calendar_resource_id"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;}