endpoint: https://api.zoom.us/v2/accounts/{{accountId}}/settings
request body:
{
“in_meeting”: {
“virtual_background_settings”: {
“files”: [
{
“id”: “mJ2I_8RFQZej6bg8QIPA-Q”,
“is_default”: true
}
]
}
}
}
I am using this api to update virtual background defaults for users . It’s return 204 status API but nothing change. Then I get the account information (using this api: https://api.zoom.us/v2/accounts/{{accountId}}/settings ), it’s still set {“is_default”:false}. Please help me