Zoom

Links

    Zoom API

    Getting access, Developing, Testing

    Back to Zoom

    Update A Tracking Field

    Use this API to update a tracking field.

    Scope: tracking_fields:write:admin
    Rate Limit Label: Light

    Prerequisites:

    • A Business, Education, API or higher plan.

    Input

    type: object properties: parameters: type: object properties: fieldId: type: string example: a32CJji-weJ92 description: The Tracking Field ID required: - fieldId title: Parameters data: type: object title: Data properties: field: description: Label/ Name for the tracking field. type: string example: field1 recommended_values: description: Array of recommended values type: array items: type: string example: value1 required: description: Tracking Field Required type: boolean example: false visible: description: Tracking Field Visible type: boolean example: true