getSettings.Rd
Get the settings of an account.To get the settings of a ISV enabled Master Account, use me as the value for the accountId path parameter. **Prerequisites**: * The Account must be a paid account.**Scopes**: account:read:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium
getSettings(accountId, option = NULL, return_response = F)
accountId | The account ID. |
---|---|
option | meeting_authentication: Use this query parameter to view meeting authentication configuration https://support.zoom.us/hc/enus/articles/360037117472AuthenticationProfilesforMeetingsandWebinars applied on the account.recording_authentication: Use this query parameter to view recording authentication configuration https://support.zoom.us/hc/enus/articles/360037756671AuthenticationProfilesforCloudRecordings applied on the account. security: Use this query parameter to view security settings such as password requirements for user login, two factor authentication etc., applied on the account. |
return_response | Whether to return the response instead of the response content. Defaults to FALSE. |