Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Get A Workspace Qr Code

    Use this API to get the workspace QR code.

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

    Input

    type: object properties: parameters: type: object properties: workspaceId: type: string example: qMOLddnySIGGVycz8aX_JQ description: The workspace's ID. required: - workspaceId title: Parameters

    Output

    type: object properties: qr_code: description: The URL to the workspace QR code. format: uri type: string example: https://example.com/qr_code expire_in: type: integer format: int64 description: The number of seconds the QR code is valid for before it expires. example: 10