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
| Key | Datatype | Required | Description |
| Content-Type
| string | | |
| Accept
| string | | |
RESPONSES
status: Created
{"id":"\u003cstring\u003e"}