updateOrgOAuthAppAuthorization

PUT https://{{host}}/api/v1/orgs/:org_id/setting/:app_name/link_accounts

Request Payload, These Field And Values Will Be Specific To Each Of The Third Party Apps Accounts.

Parameters

NameTypeDescription
org_idstringRequired, org id
app_namestringRequired, OAuth application name (Example : zoom, teams, intune)
account_idstringRequired, Linked app(zoom/teams/intune) account id
max_daily_api_requestsintegerOptional, Zoom daily api request quota, https://developers.zoom.us/docs/api/rest/rate-limits/

Request Body

{"account_id"=>"iojzXIJWEuiD73ZvydOfg", "max_daily_api_requests"=>5000}

RESPONSES

status: OK