1
- # Swagger\Client \AccountsApi
1
+ # Zoom\Api \AccountsApi
2
2
3
3
All URIs are relative to * https://api.zoom.us/v2 *
4
4
@@ -19,7 +19,7 @@ Method | HTTP request | Description
19
19
20
20
21
21
# ** account**
22
- > \Swagger\Client \Model\InlineResponse20012 account($account_id)
22
+ > \Zoom\Api \Model\InlineResponse20012 account($account_id)
23
23
24
24
Get a Sub Account
25
25
@@ -31,9 +31,9 @@ Get a Sub Account under the Master Account. Your account must be a Master Accoun
31
31
require_once(__DIR__ . '/vendor/autoload.php');
32
32
33
33
// Configure OAuth2 access token for authorization: OAuth
34
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
34
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
35
35
36
- $apiInstance = new Swagger\Client \Api\AccountsApi(
36
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
37
37
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
38
38
// This is optional, `GuzzleHttp\Client` will be used as default.
39
39
new GuzzleHttp\Client(),
@@ -58,7 +58,7 @@ Name | Type | Description | Notes
58
58
59
59
### Return type
60
60
61
- [ ** \Swagger\Client \Model\InlineResponse20012** ] ( ../Model/InlineResponse20012.md )
61
+ [ ** \Zoom\Api \Model\InlineResponse20012** ] ( ../Model/InlineResponse20012.md )
62
62
63
63
### Authorization
64
64
@@ -72,7 +72,7 @@ Name | Type | Description | Notes
72
72
[[ Back to top]] ( # ) [[ Back to API list]] ( ../../README.md#documentation-for-api-endpoints ) [[ Back to Model list]] ( ../../README.md#documentation-for-models ) [[ Back to README]] ( ../../README.md )
73
73
74
74
# ** accountCreate**
75
- > \Swagger\Client \Model\InlineResponse2015 accountCreate($body)
75
+ > \Zoom\Api \Model\InlineResponse2015 accountCreate($body)
76
76
77
77
Create a Sub Account
78
78
@@ -84,15 +84,15 @@ Create a Sub Account under the Master Account. <aside>Your account must be a Mas
84
84
require_once(__DIR__ . '/vendor/autoload.php');
85
85
86
86
// Configure OAuth2 access token for authorization: OAuth
87
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
87
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
88
88
89
- $apiInstance = new Swagger\Client \Api\AccountsApi(
89
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
90
90
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
91
91
// This is optional, `GuzzleHttp\Client` will be used as default.
92
92
new GuzzleHttp\Client(),
93
93
$config
94
94
);
95
- $body = new \Swagger\Client \Model\Body11(); // \Swagger\Client \Model\Body11 | Account.
95
+ $body = new \Zoom\Api \Model\Body11(); // \Zoom\Api \Model\Body11 | Account.
96
96
97
97
try {
98
98
$result = $apiInstance->accountCreate($body);
@@ -107,11 +107,11 @@ try {
107
107
108
108
Name | Type | Description | Notes
109
109
------------- | ------------- | ------------- | -------------
110
- ** body** | [ ** \Swagger\Client \Model\Body11** ] ( ../Model/Body11.md ) | Account. |
110
+ ** body** | [ ** \Zoom\Api \Model\Body11** ] ( ../Model/Body11.md ) | Account. |
111
111
112
112
### Return type
113
113
114
- [ ** \Swagger\Client \Model\InlineResponse2015** ] ( ../Model/InlineResponse2015.md )
114
+ [ ** \Zoom\Api \Model\InlineResponse2015** ] ( ../Model/InlineResponse2015.md )
115
115
116
116
### Authorization
117
117
@@ -137,9 +137,9 @@ Disassociate a Sub Account from the Master Account. This will leave the Sub Acco
137
137
require_once(__DIR__ . '/vendor/autoload.php');
138
138
139
139
// Configure OAuth2 access token for authorization: OAuth
140
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
140
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
141
141
142
- $apiInstance = new Swagger\Client \Api\AccountsApi(
142
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
143
143
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
144
144
// This is optional, `GuzzleHttp\Client` will be used as default.
145
145
new GuzzleHttp\Client(),
@@ -177,7 +177,7 @@ void (empty response body)
177
177
[[ Back to top]] ( # ) [[ Back to API list]] ( ../../README.md#documentation-for-api-endpoints ) [[ Back to Model list]] ( ../../README.md#documentation-for-models ) [[ Back to README]] ( ../../README.md )
178
178
179
179
# ** accountManagedDomain**
180
- > \Swagger\Client \Model\InlineResponse20013 accountManagedDomain($account_id)
180
+ > \Zoom\Api \Model\InlineResponse20013 accountManagedDomain($account_id)
181
181
182
182
Get Managed Domains
183
183
@@ -189,9 +189,9 @@ Get a Sub Account's [managed domains](https://support.zoom.us/hc/en-us/articles/
189
189
require_once(__DIR__ . '/vendor/autoload.php');
190
190
191
191
// Configure OAuth2 access token for authorization: OAuth
192
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
192
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
193
193
194
- $apiInstance = new Swagger\Client \Api\AccountsApi(
194
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
195
195
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
196
196
// This is optional, `GuzzleHttp\Client` will be used as default.
197
197
new GuzzleHttp\Client(),
@@ -216,7 +216,7 @@ Name | Type | Description | Notes
216
216
217
217
### Return type
218
218
219
- [ ** \Swagger\Client \Model\InlineResponse20013** ] ( ../Model/InlineResponse20013.md )
219
+ [ ** \Zoom\Api \Model\InlineResponse20013** ] ( ../Model/InlineResponse20013.md )
220
220
221
221
### Authorization
222
222
@@ -242,16 +242,16 @@ Update a Sub Account's options under the Master Account.<br> <aside>Your account
242
242
require_once(__DIR__ . '/vendor/autoload.php');
243
243
244
244
// Configure OAuth2 access token for authorization: OAuth
245
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
245
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
246
246
247
- $apiInstance = new Swagger\Client \Api\AccountsApi(
247
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
248
248
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
249
249
// This is optional, `GuzzleHttp\Client` will be used as default.
250
250
new GuzzleHttp\Client(),
251
251
$config
252
252
);
253
253
$account_id = "account_id_example"; // string | The account ID.
254
- $body = new \Swagger\Client \Model\Body12(); // \Swagger\Client \Model\Body12 |
254
+ $body = new \Zoom\Api \Model\Body12(); // \Zoom\Api \Model\Body12 |
255
255
256
256
try {
257
257
$apiInstance->accountOptionsUpdate($account_id, $body);
@@ -266,7 +266,7 @@ try {
266
266
Name | Type | Description | Notes
267
267
------------- | ------------- | ------------- | -------------
268
268
** account_id** | ** string** | The account ID. |
269
- ** body** | [ ** \Swagger\Client \Model\Body12** ] ( ../Model/Body12.md ) | |
269
+ ** body** | [ ** \Zoom\Api \Model\Body12** ] ( ../Model/Body12.md ) | |
270
270
271
271
### Return type
272
272
@@ -296,9 +296,9 @@ Get the settings of an account.<br> To get the settings of a ISV enabled Master
296
296
require_once(__DIR__ . '/vendor/autoload.php');
297
297
298
298
// Configure OAuth2 access token for authorization: OAuth
299
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
299
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
300
300
301
- $apiInstance = new Swagger\Client \Api\AccountsApi(
301
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
302
302
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
303
303
// This is optional, `GuzzleHttp\Client` will be used as default.
304
304
new GuzzleHttp\Client(),
@@ -351,9 +351,9 @@ Update the settings of a Sub Account that is under a Master Account.<br> To upda
351
351
require_once(__DIR__ . '/vendor/autoload.php');
352
352
353
353
// Configure OAuth2 access token for authorization: OAuth
354
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
354
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
355
355
356
- $apiInstance = new Swagger\Client \Api\AccountsApi(
356
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
357
357
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
358
358
// This is optional, `GuzzleHttp\Client` will be used as default.
359
359
new GuzzleHttp\Client(),
@@ -407,9 +407,9 @@ Get trusted domains of a Sub Account. To get the trusted domains of a Master Acc
407
407
require_once(__DIR__ . '/vendor/autoload.php');
408
408
409
409
// Configure OAuth2 access token for authorization: OAuth
410
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
410
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
411
411
412
- $apiInstance = new Swagger\Client \Api\AccountsApi(
412
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
413
413
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
414
414
// This is optional, `GuzzleHttp\Client` will be used as default.
415
415
new GuzzleHttp\Client(),
@@ -448,7 +448,7 @@ Name | Type | Description | Notes
448
448
[[ Back to top]] ( # ) [[ Back to API list]] ( ../../README.md#documentation-for-api-endpoints ) [[ Back to Model list]] ( ../../README.md#documentation-for-models ) [[ Back to README]] ( ../../README.md )
449
449
450
450
# ** accounts**
451
- > \Swagger\Client \Model\AccountList accounts($page_size, $page_number, $next_page_token)
451
+ > \Zoom\Api \Model\AccountList accounts($page_size, $page_number, $next_page_token)
452
452
453
453
List Sub Accounts
454
454
@@ -460,9 +460,9 @@ List all the Sub Accounts under the Master Account.<br><br> Only Master Accounts
460
460
require_once(__DIR__ . '/vendor/autoload.php');
461
461
462
462
// Configure OAuth2 access token for authorization: OAuth
463
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
463
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
464
464
465
- $apiInstance = new Swagger\Client \Api\AccountsApi(
465
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
466
466
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
467
467
// This is optional, `GuzzleHttp\Client` will be used as default.
468
468
new GuzzleHttp\Client(),
@@ -491,7 +491,7 @@ Name | Type | Description | Notes
491
491
492
492
### Return type
493
493
494
- [ ** \Swagger\Client \Model\AccountList** ] ( ../Model/AccountList.md )
494
+ [ ** \Zoom\Api \Model\AccountList** ] ( ../Model/AccountList.md )
495
495
496
496
### Authorization
497
497
@@ -505,7 +505,7 @@ Name | Type | Description | Notes
505
505
[[ Back to top]] ( # ) [[ Back to API list]] ( ../../README.md#documentation-for-api-endpoints ) [[ Back to Model list]] ( ../../README.md#documentation-for-models ) [[ Back to README]] ( ../../README.md )
506
506
507
507
# ** getAccountLockSettings**
508
- > \Swagger\Client \Model\InlineResponse20070 getAccountLockSettings($account_id)
508
+ > \Zoom\Api \Model\InlineResponse20070 getAccountLockSettings($account_id)
509
509
510
510
Get Locked Settings
511
511
@@ -517,9 +517,9 @@ Get Locked Settings
517
517
require_once(__DIR__ . '/vendor/autoload.php');
518
518
519
519
// Configure OAuth2 access token for authorization: OAuth
520
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
520
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
521
521
522
- $apiInstance = new Swagger\Client \Api\AccountsApi(
522
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
523
523
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
524
524
// This is optional, `GuzzleHttp\Client` will be used as default.
525
525
new GuzzleHttp\Client(),
@@ -544,7 +544,7 @@ Name | Type | Description | Notes
544
544
545
545
### Return type
546
546
547
- [ ** \Swagger\Client \Model\InlineResponse20070** ] ( ../Model/InlineResponse20070.md )
547
+ [ ** \Zoom\Api \Model\InlineResponse20070** ] ( ../Model/InlineResponse20070.md )
548
548
549
549
### Authorization
550
550
@@ -570,16 +570,16 @@ Update Locked Settings
570
570
require_once(__DIR__ . '/vendor/autoload.php');
571
571
572
572
// Configure OAuth2 access token for authorization: OAuth
573
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
573
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
574
574
575
- $apiInstance = new Swagger\Client \Api\AccountsApi(
575
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
576
576
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
577
577
// This is optional, `GuzzleHttp\Client` will be used as default.
578
578
new GuzzleHttp\Client(),
579
579
$config
580
580
);
581
581
$account_id = "account_id_example"; // string | Unique Identifier of the account. To retrieve locked settings of the Master account or a regular account, provide \"me\" as the value of this field. <br > To retrieve locked settings of a Sub Account, provide the Account ID of the Sub Account in this field.
582
- $body = new \Swagger\Client \Model\Body52(); // \Swagger\Client \Model\Body52 |
582
+ $body = new \Zoom\Api \Model\Body52(); // \Zoom\Api \Model\Body52 |
583
583
584
584
try {
585
585
$result = $apiInstance->updateAccountLockSettings($account_id, $body);
@@ -595,7 +595,7 @@ try {
595
595
Name | Type | Description | Notes
596
596
------------- | ------------- | ------------- | -------------
597
597
** account_id** | ** string** | Unique Identifier of the account. To retrieve locked settings of the Master account or a regular account, provide \& quot;me\& quot; as the value of this field. < ; br> ; To retrieve locked settings of a Sub Account, provide the Account ID of the Sub Account in this field. |
598
- ** body** | [ ** \Swagger\Client \Model\Body52** ] ( ../Model/Body52.md ) | | [ optional]
598
+ ** body** | [ ** \Zoom\Api \Model\Body52** ] ( ../Model/Body52.md ) | | [ optional]
599
599
600
600
### Return type
601
601
@@ -625,16 +625,16 @@ The current account owner can [change the owner of an account](https://support.z
625
625
require_once(__DIR__ . '/vendor/autoload.php');
626
626
627
627
// Configure OAuth2 access token for authorization: OAuth
628
- $config = Swagger\Client \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
628
+ $config = Zoom\Api \Configuration::getDefaultConfiguration()->setAccessToken('YOUR_ACCESS_TOKEN');
629
629
630
- $apiInstance = new Swagger\Client \Api\AccountsApi(
630
+ $apiInstance = new Zoom\Api \Api\AccountsApi(
631
631
// If you want use custom http client, pass your client which implements `GuzzleHttp\ClientInterface`.
632
632
// This is optional, `GuzzleHttp\Client` will be used as default.
633
633
new GuzzleHttp\Client(),
634
634
$config
635
635
);
636
636
$account_id = "account_id_example"; // string | Account Id of the account.
637
- $body = new \Swagger\Client \Model\Body54(); // \Swagger\Client \Model\Body54 |
637
+ $body = new \Zoom\Api \Model\Body54(); // \Zoom\Api \Model\Body54 |
638
638
639
639
try {
640
640
$result = $apiInstance->updateAccountOwner($account_id, $body);
@@ -650,7 +650,7 @@ try {
650
650
Name | Type | Description | Notes
651
651
------------- | ------------- | ------------- | -------------
652
652
** account_id** | ** string** | Account Id of the account. |
653
- ** body** | [ ** \Swagger\Client \Model\Body54** ] ( ../Model/Body54.md ) | | [ optional]
653
+ ** body** | [ ** \Zoom\Api \Model\Body54** ] ( ../Model/Body54.md ) | | [ optional]
654
654
655
655
### Return type
656
656
0 commit comments