[Index]

Model: data/ZoomAccount

This model stores information about a Zoom Account

Model Details: data/ZoomAccount

Title Description Details
Account Name * Name of this account
  • Field Name: name
  • Type: String
Admin Account Email This is the email address of the account used to generate the access token.
  • Field Name: account_email
  • Type: String
Organization Account Number This is the account number for the organization.
  • Field Name: account_number
  • Type: String
Please Note Field to display notes to the user.
  • Field Name: notes
  • Type: String
Authorize Zoom This is the link to initiate the Zoom OAuth flow to obtain tokens.
  • Field Name: token_link
  • Type: String
  • Format: link
Refresh Token Refresh Token obtained via the OAuth flow.
  • Field Name: refresh_token
  • Type: String
  • Is Password: True
  • Store Encrypted: True
Refresh Token Expires At Time when the Refresh Token will expire.
  • Field Name: refresh_token_expires
  • Type: String
HTTP Proxy String Optional HTTP Proxy string e.g. http://10.10.10.10:8123
  • Field Name: http_proxy
  • Type: String
HTTPS Proxy String Optional HTTPS Proxy string e.g. https://10.10.10.10:8123
  • Field Name: https_proxy
  • Type: String
  • Is Password: True
  • Store Encrypted: True