Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Create A Workspace

    Use this API to create workspaces.

    Scopes: workspace:write:admin
    Rate Limit Label: Medium

    Input

    type: object properties: data: type: object properties: location_id: description: The location's ID. type: string example: 49D7a0xPQvGQ2DCMZgSe7w workspace_name: description: The workspace's name. maxLength: 64 type: string example: My Room workspace_type: description: |- The workspace's type: * `desk` * `room` enum: - desk - room type: string example: desk calendar_resource_id: type: string description: The calendar resource's ID. example: rNQUpdDXySFGhVycz7aR-SR title: Data

    Output

    type: object properties: id: description: The workspace's ID. type: string example: qMOLddnySIGGVycz8aX_JQ