n8n-nodes-infomaniak-api 0.1.0 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js +117 -117
- package/dist/nodes/InfomaniakAitools/InfomaniakAitools.node.js.map +1 -1
- package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js +382 -382
- package/dist/nodes/InfomaniakCoreRessource/InfomaniakCoreRessource.node.js.map +1 -1
- package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js +46 -46
- package/dist/nodes/InfomaniakEticket/InfomaniakEticket.node.js.map +1 -1
- package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js +31 -31
- package/dist/nodes/InfomaniakKMeet/InfomaniakKMeet.node.js.map +1 -1
- package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js +1223 -1223
- package/dist/nodes/InfomaniakKchat/InfomaniakKchat.node.js.map +1 -1
- package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js +1025 -1025
- package/dist/nodes/InfomaniakKdrive/InfomaniakKdrive.node.js.map +1 -1
- package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js +780 -780
- package/dist/nodes/InfomaniakMail/InfomaniakMail.node.js.map +1 -1
- package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js +371 -371
- package/dist/nodes/InfomaniakNewsletter/InfomaniakNewsletter.node.js.map +1 -1
- package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js +404 -404
- package/dist/nodes/InfomaniakPublicCloud/InfomaniakPublicCloud.node.js.map +1 -1
- package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js +1979 -1979
- package/dist/nodes/InfomaniakStreamingRadio/InfomaniakStreamingRadio.node.js.map +1 -1
- package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js +715 -715
- package/dist/nodes/InfomaniakStreamingVideo/InfomaniakStreamingVideo.node.js.map +1 -1
- package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js +92 -92
- package/dist/nodes/InfomaniakSwissBackup/InfomaniakSwissBackup.node.js.map +1 -1
- package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js +35 -35
- package/dist/nodes/InfomaniakUrlShortner/InfomaniakUrlShortner.node.js.map +1 -1
- package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js +1517 -1517
- package/dist/nodes/InfomaniakVod/InfomaniakVod.node.js.map +1 -1
- package/dist/package.json +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ const n8n_workflow_1 = require("n8n-workflow");
|
|
|
5
5
|
const GenericFunctions_1 = require("../shared/GenericFunctions");
|
|
6
6
|
const operations = {
|
|
7
7
|
"Actions": {
|
|
8
|
-
"
|
|
8
|
+
"List Available Actions": {
|
|
9
9
|
"method": "GET",
|
|
10
10
|
"path": "/1/actions",
|
|
11
11
|
"pagination": "none",
|
|
@@ -16,7 +16,7 @@ const operations = {
|
|
|
16
16
|
"optionalBodyCollectionName": null,
|
|
17
17
|
"bodyFieldName": null
|
|
18
18
|
},
|
|
19
|
-
"
|
|
19
|
+
"List Available Actions (2)": {
|
|
20
20
|
"method": "GET",
|
|
21
21
|
"path": "/1/actions/{action_id}",
|
|
22
22
|
"pagination": "none",
|
|
@@ -34,7 +34,7 @@ const operations = {
|
|
|
34
34
|
}
|
|
35
35
|
},
|
|
36
36
|
"App Information": {
|
|
37
|
-
"
|
|
37
|
+
"Get Application List.": {
|
|
38
38
|
"method": "GET",
|
|
39
39
|
"path": "/1/app-information/applications",
|
|
40
40
|
"pagination": "none",
|
|
@@ -45,7 +45,7 @@ const operations = {
|
|
|
45
45
|
"optionalBodyCollectionName": null,
|
|
46
46
|
"bodyFieldName": null
|
|
47
47
|
},
|
|
48
|
-
"
|
|
48
|
+
"Get Application.": {
|
|
49
49
|
"method": "GET",
|
|
50
50
|
"path": "/1/app-information/applications/{application}",
|
|
51
51
|
"pagination": "none",
|
|
@@ -61,7 +61,7 @@ const operations = {
|
|
|
61
61
|
"optionalBodyCollectionName": null,
|
|
62
62
|
"bodyFieldName": null
|
|
63
63
|
},
|
|
64
|
-
"
|
|
64
|
+
"Get Supported Store List.": {
|
|
65
65
|
"method": "GET",
|
|
66
66
|
"path": "/1/app-information/versions",
|
|
67
67
|
"pagination": "none",
|
|
@@ -72,7 +72,7 @@ const operations = {
|
|
|
72
72
|
"optionalBodyCollectionName": null,
|
|
73
73
|
"bodyFieldName": null
|
|
74
74
|
},
|
|
75
|
-
"
|
|
75
|
+
"Get Supported Store List. (2)": {
|
|
76
76
|
"method": "GET",
|
|
77
77
|
"path": "/1/app-information/versions/{appStore}",
|
|
78
78
|
"pagination": "none",
|
|
@@ -83,7 +83,7 @@ const operations = {
|
|
|
83
83
|
"optionalBodyCollectionName": null,
|
|
84
84
|
"bodyFieldName": null
|
|
85
85
|
},
|
|
86
|
-
"
|
|
86
|
+
"Get Application With Associated Versions Details.": {
|
|
87
87
|
"method": "GET",
|
|
88
88
|
"path": "/1/app-information/versions/{appStore}/{appPlatform}/{appName}",
|
|
89
89
|
"pagination": "none",
|
|
@@ -109,7 +109,7 @@ const operations = {
|
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
111
|
"Countries": {
|
|
112
|
-
"
|
|
112
|
+
"List Countries": {
|
|
113
113
|
"method": "GET",
|
|
114
114
|
"path": "/1/countries",
|
|
115
115
|
"pagination": "limit-skip",
|
|
@@ -120,7 +120,7 @@ const operations = {
|
|
|
120
120
|
"optionalBodyCollectionName": null,
|
|
121
121
|
"bodyFieldName": null
|
|
122
122
|
},
|
|
123
|
-
"
|
|
123
|
+
"Display A Country": {
|
|
124
124
|
"method": "GET",
|
|
125
125
|
"path": "/1/countries/{country_id}",
|
|
126
126
|
"pagination": "none",
|
|
@@ -138,7 +138,7 @@ const operations = {
|
|
|
138
138
|
}
|
|
139
139
|
},
|
|
140
140
|
"Events": {
|
|
141
|
-
"
|
|
141
|
+
"List Events": {
|
|
142
142
|
"method": "GET",
|
|
143
143
|
"path": "/2/events",
|
|
144
144
|
"pagination": "none",
|
|
@@ -149,7 +149,7 @@ const operations = {
|
|
|
149
149
|
"optionalBodyCollectionName": null,
|
|
150
150
|
"bodyFieldName": null
|
|
151
151
|
},
|
|
152
|
-
"
|
|
152
|
+
"Display An Event": {
|
|
153
153
|
"method": "GET",
|
|
154
154
|
"path": "/2/events/{event_id}",
|
|
155
155
|
"pagination": "none",
|
|
@@ -167,7 +167,7 @@ const operations = {
|
|
|
167
167
|
}
|
|
168
168
|
},
|
|
169
169
|
"Events > Public Cloud Status": {
|
|
170
|
-
"
|
|
170
|
+
"List Public Cloud Status": {
|
|
171
171
|
"method": "GET",
|
|
172
172
|
"path": "/2/events/public-cloud-status",
|
|
173
173
|
"pagination": "none",
|
|
@@ -180,7 +180,7 @@ const operations = {
|
|
|
180
180
|
}
|
|
181
181
|
},
|
|
182
182
|
"Languages": {
|
|
183
|
-
"
|
|
183
|
+
"List Languages": {
|
|
184
184
|
"method": "GET",
|
|
185
185
|
"path": "/1/languages",
|
|
186
186
|
"pagination": "limit-skip",
|
|
@@ -191,7 +191,7 @@ const operations = {
|
|
|
191
191
|
"optionalBodyCollectionName": null,
|
|
192
192
|
"bodyFieldName": null
|
|
193
193
|
},
|
|
194
|
-
"
|
|
194
|
+
"Display A Language": {
|
|
195
195
|
"method": "GET",
|
|
196
196
|
"path": "/1/languages/{language_id}",
|
|
197
197
|
"pagination": "none",
|
|
@@ -208,8 +208,8 @@ const operations = {
|
|
|
208
208
|
"bodyFieldName": null
|
|
209
209
|
}
|
|
210
210
|
},
|
|
211
|
-
"My
|
|
212
|
-
"
|
|
211
|
+
"My K Suite": {
|
|
212
|
+
"Show My KSuite": {
|
|
213
213
|
"method": "GET",
|
|
214
214
|
"path": "/1/my_ksuite/{my_k_suite_id}",
|
|
215
215
|
"pagination": "none",
|
|
@@ -225,7 +225,7 @@ const operations = {
|
|
|
225
225
|
"optionalBodyCollectionName": null,
|
|
226
226
|
"bodyFieldName": null
|
|
227
227
|
},
|
|
228
|
-
"
|
|
228
|
+
"Current My KSuite": {
|
|
229
229
|
"method": "GET",
|
|
230
230
|
"path": "/1/my_ksuite/current",
|
|
231
231
|
"pagination": "none",
|
|
@@ -237,8 +237,8 @@ const operations = {
|
|
|
237
237
|
"bodyFieldName": null
|
|
238
238
|
}
|
|
239
239
|
},
|
|
240
|
-
"My
|
|
241
|
-
"
|
|
240
|
+
"My K Suite > Product Management": {
|
|
241
|
+
"Cancel Unsubscribe": {
|
|
242
242
|
"method": "POST",
|
|
243
243
|
"path": "/1/my_ksuite/{my_k_suite_id}/cancel_unsubscribe",
|
|
244
244
|
"pagination": "none",
|
|
@@ -256,7 +256,7 @@ const operations = {
|
|
|
256
256
|
}
|
|
257
257
|
},
|
|
258
258
|
"Products": {
|
|
259
|
-
"
|
|
259
|
+
"List Products": {
|
|
260
260
|
"method": "GET",
|
|
261
261
|
"path": "/1/products",
|
|
262
262
|
"pagination": "limit-skip",
|
|
@@ -269,7 +269,7 @@ const operations = {
|
|
|
269
269
|
}
|
|
270
270
|
},
|
|
271
271
|
"Profile": {
|
|
272
|
-
"
|
|
272
|
+
"Add / Update Profile's Avatar.": {
|
|
273
273
|
"method": "POST",
|
|
274
274
|
"path": "/2/profile/avatar",
|
|
275
275
|
"pagination": "none",
|
|
@@ -289,7 +289,7 @@ const operations = {
|
|
|
289
289
|
"optionalBodyCollectionName": null,
|
|
290
290
|
"bodyFieldName": null
|
|
291
291
|
},
|
|
292
|
-
"
|
|
292
|
+
"Delete Profile's Avatar.": {
|
|
293
293
|
"method": "DELETE",
|
|
294
294
|
"path": "/2/profile/avatar",
|
|
295
295
|
"pagination": "none",
|
|
@@ -300,7 +300,7 @@ const operations = {
|
|
|
300
300
|
"optionalBodyCollectionName": null,
|
|
301
301
|
"bodyFieldName": null
|
|
302
302
|
},
|
|
303
|
-
"
|
|
303
|
+
"List User Information": {
|
|
304
304
|
"method": "GET",
|
|
305
305
|
"path": "/2/profile",
|
|
306
306
|
"pagination": "none",
|
|
@@ -311,7 +311,7 @@ const operations = {
|
|
|
311
311
|
"optionalBodyCollectionName": null,
|
|
312
312
|
"bodyFieldName": null
|
|
313
313
|
},
|
|
314
|
-
"
|
|
314
|
+
"Update Profile Information": {
|
|
315
315
|
"method": "PATCH",
|
|
316
316
|
"path": "/2/profile",
|
|
317
317
|
"pagination": "none",
|
|
@@ -401,7 +401,7 @@ const operations = {
|
|
|
401
401
|
}
|
|
402
402
|
},
|
|
403
403
|
"Profile > Applications Passwords": {
|
|
404
|
-
"
|
|
404
|
+
"List Applications Passwords": {
|
|
405
405
|
"method": "GET",
|
|
406
406
|
"path": "/2/profile/applications/passwords",
|
|
407
407
|
"pagination": "none",
|
|
@@ -412,7 +412,7 @@ const operations = {
|
|
|
412
412
|
"optionalBodyCollectionName": null,
|
|
413
413
|
"bodyFieldName": null
|
|
414
414
|
},
|
|
415
|
-
"
|
|
415
|
+
"Add An Application Password": {
|
|
416
416
|
"method": "POST",
|
|
417
417
|
"path": "/2/profile/applications/passwords",
|
|
418
418
|
"pagination": "none",
|
|
@@ -423,7 +423,7 @@ const operations = {
|
|
|
423
423
|
"optionalBodyCollectionName": null,
|
|
424
424
|
"bodyFieldName": null
|
|
425
425
|
},
|
|
426
|
-
"
|
|
426
|
+
"Display An Application Password": {
|
|
427
427
|
"method": "GET",
|
|
428
428
|
"path": "/2/profile/applications/passwords/{password_id}",
|
|
429
429
|
"pagination": "none",
|
|
@@ -441,7 +441,7 @@ const operations = {
|
|
|
441
441
|
}
|
|
442
442
|
},
|
|
443
443
|
"Profile > Emails": {
|
|
444
|
-
"
|
|
444
|
+
"List Emails": {
|
|
445
445
|
"method": "GET",
|
|
446
446
|
"path": "/2/profile/emails",
|
|
447
447
|
"pagination": "none",
|
|
@@ -452,7 +452,7 @@ const operations = {
|
|
|
452
452
|
"optionalBodyCollectionName": null,
|
|
453
453
|
"bodyFieldName": null
|
|
454
454
|
},
|
|
455
|
-
"
|
|
455
|
+
"Display An Email": {
|
|
456
456
|
"method": "GET",
|
|
457
457
|
"path": "/2/profile/emails/{email_type}/{email_id}",
|
|
458
458
|
"pagination": "none",
|
|
@@ -472,7 +472,7 @@ const operations = {
|
|
|
472
472
|
"optionalBodyCollectionName": null,
|
|
473
473
|
"bodyFieldName": null
|
|
474
474
|
},
|
|
475
|
-
"
|
|
475
|
+
"Delete An Email": {
|
|
476
476
|
"method": "DELETE",
|
|
477
477
|
"path": "/2/profile/emails/{email_type}/{email_id}",
|
|
478
478
|
"pagination": "none",
|
|
@@ -494,7 +494,7 @@ const operations = {
|
|
|
494
494
|
}
|
|
495
495
|
},
|
|
496
496
|
"Profile > Phones": {
|
|
497
|
-
"
|
|
497
|
+
"List Phones": {
|
|
498
498
|
"method": "GET",
|
|
499
499
|
"path": "/2/profile/phones",
|
|
500
500
|
"pagination": "none",
|
|
@@ -505,7 +505,7 @@ const operations = {
|
|
|
505
505
|
"optionalBodyCollectionName": null,
|
|
506
506
|
"bodyFieldName": null
|
|
507
507
|
},
|
|
508
|
-
"
|
|
508
|
+
"Display A Phone": {
|
|
509
509
|
"method": "GET",
|
|
510
510
|
"path": "/2/profile/phones/{phone_id}",
|
|
511
511
|
"pagination": "none",
|
|
@@ -521,7 +521,7 @@ const operations = {
|
|
|
521
521
|
"optionalBodyCollectionName": null,
|
|
522
522
|
"bodyFieldName": null
|
|
523
523
|
},
|
|
524
|
-
"
|
|
524
|
+
"Delete A Phone": {
|
|
525
525
|
"method": "DELETE",
|
|
526
526
|
"path": "/2/profile/phones/{phone_id}",
|
|
527
527
|
"pagination": "none",
|
|
@@ -539,7 +539,7 @@ const operations = {
|
|
|
539
539
|
}
|
|
540
540
|
},
|
|
541
541
|
"Tasks": {
|
|
542
|
-
"
|
|
542
|
+
"List Tasks": {
|
|
543
543
|
"method": "GET",
|
|
544
544
|
"path": "/1/async/tasks",
|
|
545
545
|
"pagination": "limit-skip",
|
|
@@ -550,7 +550,7 @@ const operations = {
|
|
|
550
550
|
"optionalBodyCollectionName": null,
|
|
551
551
|
"bodyFieldName": null
|
|
552
552
|
},
|
|
553
|
-
"
|
|
553
|
+
"Display A Task": {
|
|
554
554
|
"method": "GET",
|
|
555
555
|
"path": "/1/async/tasks/{task_uuid}",
|
|
556
556
|
"pagination": "none",
|
|
@@ -568,7 +568,7 @@ const operations = {
|
|
|
568
568
|
}
|
|
569
569
|
},
|
|
570
570
|
"Timezones": {
|
|
571
|
-
"
|
|
571
|
+
"List Timezones": {
|
|
572
572
|
"method": "GET",
|
|
573
573
|
"path": "/1/timezones",
|
|
574
574
|
"pagination": "limit-skip",
|
|
@@ -579,7 +579,7 @@ const operations = {
|
|
|
579
579
|
"optionalBodyCollectionName": null,
|
|
580
580
|
"bodyFieldName": null
|
|
581
581
|
},
|
|
582
|
-
"
|
|
582
|
+
"Display A Timezone": {
|
|
583
583
|
"method": "GET",
|
|
584
584
|
"path": "/1/timezones/{timezone_id}",
|
|
585
585
|
"pagination": "none",
|
|
@@ -597,7 +597,7 @@ const operations = {
|
|
|
597
597
|
}
|
|
598
598
|
},
|
|
599
599
|
"User Management": {
|
|
600
|
-
"
|
|
600
|
+
"Invite A User": {
|
|
601
601
|
"method": "POST",
|
|
602
602
|
"path": "/1/accounts/{account}/invitations",
|
|
603
603
|
"pagination": "none",
|
|
@@ -654,7 +654,7 @@ const operations = {
|
|
|
654
654
|
"optionalBodyCollectionName": "bodyParameters",
|
|
655
655
|
"bodyFieldName": null
|
|
656
656
|
},
|
|
657
|
-
"
|
|
657
|
+
"Cancel An Invitation": {
|
|
658
658
|
"method": "DELETE",
|
|
659
659
|
"path": "/1/accounts/{account}/invitations/{invitation}",
|
|
660
660
|
"pagination": "none",
|
|
@@ -676,7 +676,7 @@ const operations = {
|
|
|
676
676
|
}
|
|
677
677
|
},
|
|
678
678
|
"User Management > Accounts": {
|
|
679
|
-
"
|
|
679
|
+
"List Accounts": {
|
|
680
680
|
"method": "GET",
|
|
681
681
|
"path": "/1/accounts",
|
|
682
682
|
"pagination": "none",
|
|
@@ -687,7 +687,7 @@ const operations = {
|
|
|
687
687
|
"optionalBodyCollectionName": null,
|
|
688
688
|
"bodyFieldName": null
|
|
689
689
|
},
|
|
690
|
-
"
|
|
690
|
+
"Display An Account": {
|
|
691
691
|
"method": "GET",
|
|
692
692
|
"path": "/1/accounts/{account_id}",
|
|
693
693
|
"pagination": "none",
|
|
@@ -703,7 +703,7 @@ const operations = {
|
|
|
703
703
|
"optionalBodyCollectionName": null,
|
|
704
704
|
"bodyFieldName": null
|
|
705
705
|
},
|
|
706
|
-
"
|
|
706
|
+
"Display A Listing Of Tags For An Account.": {
|
|
707
707
|
"method": "GET",
|
|
708
708
|
"path": "/1/accounts/{account_id}/tags",
|
|
709
709
|
"pagination": "none",
|
|
@@ -719,7 +719,7 @@ const operations = {
|
|
|
719
719
|
"optionalBodyCollectionName": null,
|
|
720
720
|
"bodyFieldName": null
|
|
721
721
|
},
|
|
722
|
-
"
|
|
722
|
+
"List Account's Products": {
|
|
723
723
|
"method": "GET",
|
|
724
724
|
"path": "/1/accounts/{account_id}/products",
|
|
725
725
|
"pagination": "none",
|
|
@@ -735,7 +735,7 @@ const operations = {
|
|
|
735
735
|
"optionalBodyCollectionName": null,
|
|
736
736
|
"bodyFieldName": null
|
|
737
737
|
},
|
|
738
|
-
"
|
|
738
|
+
"List Services": {
|
|
739
739
|
"method": "GET",
|
|
740
740
|
"path": "/1/accounts/{account_id}/services",
|
|
741
741
|
"pagination": "none",
|
|
@@ -751,7 +751,7 @@ const operations = {
|
|
|
751
751
|
"optionalBodyCollectionName": null,
|
|
752
752
|
"bodyFieldName": null
|
|
753
753
|
},
|
|
754
|
-
"
|
|
754
|
+
"List Current Account's Products": {
|
|
755
755
|
"method": "GET",
|
|
756
756
|
"path": "/1/accounts/current/products",
|
|
757
757
|
"pagination": "none",
|
|
@@ -762,7 +762,7 @@ const operations = {
|
|
|
762
762
|
"optionalBodyCollectionName": null,
|
|
763
763
|
"bodyFieldName": null
|
|
764
764
|
},
|
|
765
|
-
"
|
|
765
|
+
"List Basic Teams Information Of An Account.": {
|
|
766
766
|
"method": "GET",
|
|
767
767
|
"path": "/1/accounts/{account_id}/basic/teams",
|
|
768
768
|
"pagination": "none",
|
|
@@ -778,7 +778,7 @@ const operations = {
|
|
|
778
778
|
"optionalBodyCollectionName": null,
|
|
779
779
|
"bodyFieldName": null
|
|
780
780
|
},
|
|
781
|
-
"
|
|
781
|
+
"List Users": {
|
|
782
782
|
"method": "GET",
|
|
783
783
|
"path": "/2/accounts/{account}/users",
|
|
784
784
|
"pagination": "page-per-page",
|
|
@@ -794,7 +794,7 @@ const operations = {
|
|
|
794
794
|
"optionalBodyCollectionName": null,
|
|
795
795
|
"bodyFieldName": null
|
|
796
796
|
},
|
|
797
|
-
"
|
|
797
|
+
"List App Accesses": {
|
|
798
798
|
"method": "GET",
|
|
799
799
|
"path": "/2/accounts/{account}/users/{user}/app_accesses",
|
|
800
800
|
"pagination": "none",
|
|
@@ -816,7 +816,7 @@ const operations = {
|
|
|
816
816
|
}
|
|
817
817
|
},
|
|
818
818
|
"User Management > Accounts > Invitations": {
|
|
819
|
-
"
|
|
819
|
+
"Display An Invitation Of An Account": {
|
|
820
820
|
"method": "GET",
|
|
821
821
|
"path": "/1/accounts/{account}/invitations/{invitation}",
|
|
822
822
|
"pagination": "none",
|
|
@@ -836,7 +836,7 @@ const operations = {
|
|
|
836
836
|
"optionalBodyCollectionName": null,
|
|
837
837
|
"bodyFieldName": null
|
|
838
838
|
},
|
|
839
|
-
"
|
|
839
|
+
"Patch An Invitation": {
|
|
840
840
|
"method": "PATCH",
|
|
841
841
|
"path": "/1/accounts/{account}/invitations/{invitation}",
|
|
842
842
|
"pagination": "none",
|
|
@@ -885,7 +885,7 @@ const operations = {
|
|
|
885
885
|
"optionalBodyCollectionName": "bodyParameters",
|
|
886
886
|
"bodyFieldName": null
|
|
887
887
|
},
|
|
888
|
-
"
|
|
888
|
+
"Get Users Invitations": {
|
|
889
889
|
"method": "GET",
|
|
890
890
|
"path": "/1/accounts/{account}/invitations/users/{user}",
|
|
891
891
|
"pagination": "none",
|
|
@@ -906,8 +906,8 @@ const operations = {
|
|
|
906
906
|
"bodyFieldName": null
|
|
907
907
|
}
|
|
908
908
|
},
|
|
909
|
-
"User Management > Accounts > Invitations >
|
|
910
|
-
"
|
|
909
|
+
"User Management > Accounts > Invitations > B2 B": {
|
|
910
|
+
"List Customers": {
|
|
911
911
|
"method": "GET",
|
|
912
912
|
"path": "/1/accounts/{account}/invitations/{invitation}/b2b",
|
|
913
913
|
"pagination": "page-per-page",
|
|
@@ -927,7 +927,7 @@ const operations = {
|
|
|
927
927
|
"optionalBodyCollectionName": null,
|
|
928
928
|
"bodyFieldName": null
|
|
929
929
|
},
|
|
930
|
-
"
|
|
930
|
+
"Assign Customers": {
|
|
931
931
|
"method": "POST",
|
|
932
932
|
"path": "/1/accounts/{account}/invitations/{invitation}/b2b",
|
|
933
933
|
"pagination": "none",
|
|
@@ -952,7 +952,7 @@ const operations = {
|
|
|
952
952
|
"optionalBodyCollectionName": null,
|
|
953
953
|
"bodyFieldName": null
|
|
954
954
|
},
|
|
955
|
-
"
|
|
955
|
+
"Unassign Customers": {
|
|
956
956
|
"method": "DELETE",
|
|
957
957
|
"path": "/1/accounts/{account}/invitations/{invitation}/b2b/{partnership_id}",
|
|
958
958
|
"pagination": "none",
|
|
@@ -978,7 +978,7 @@ const operations = {
|
|
|
978
978
|
}
|
|
979
979
|
},
|
|
980
980
|
"User Management > Accounts > Invitations > Drive": {
|
|
981
|
-
"
|
|
981
|
+
"Add A Drive Access": {
|
|
982
982
|
"method": "POST",
|
|
983
983
|
"path": "/1/accounts/{account}/invitations/{invitation}/drive",
|
|
984
984
|
"pagination": "none",
|
|
@@ -1007,7 +1007,7 @@ const operations = {
|
|
|
1007
1007
|
"optionalBodyCollectionName": null,
|
|
1008
1008
|
"bodyFieldName": null
|
|
1009
1009
|
},
|
|
1010
|
-
"
|
|
1010
|
+
"Update Drive Access": {
|
|
1011
1011
|
"method": "PATCH",
|
|
1012
1012
|
"path": "/1/accounts/{account}/invitations/{invitation}/drive/{drive_id}",
|
|
1013
1013
|
"pagination": "none",
|
|
@@ -1040,7 +1040,7 @@ const operations = {
|
|
|
1040
1040
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1041
1041
|
"bodyFieldName": null
|
|
1042
1042
|
},
|
|
1043
|
-
"
|
|
1043
|
+
"Revoke A Drive Access": {
|
|
1044
1044
|
"method": "DELETE",
|
|
1045
1045
|
"path": "/1/accounts/{account}/invitations/{invitation}/drive/{drive_id}",
|
|
1046
1046
|
"pagination": "none",
|
|
@@ -1066,7 +1066,7 @@ const operations = {
|
|
|
1066
1066
|
}
|
|
1067
1067
|
},
|
|
1068
1068
|
"User Management > Accounts > Invitations > KChat": {
|
|
1069
|
-
"
|
|
1069
|
+
"Update A K Chat Access": {
|
|
1070
1070
|
"method": "PATCH",
|
|
1071
1071
|
"path": "/1/accounts/{account}/invitations/{invitation}/kchat",
|
|
1072
1072
|
"pagination": "none",
|
|
@@ -1093,7 +1093,7 @@ const operations = {
|
|
|
1093
1093
|
}
|
|
1094
1094
|
},
|
|
1095
1095
|
"User Management > Accounts > Invitations > Mailbox": {
|
|
1096
|
-
"
|
|
1096
|
+
"Create Invite": {
|
|
1097
1097
|
"method": "POST",
|
|
1098
1098
|
"path": "/1/accounts/{account}/invitations/{invitation}/mailbox/invite",
|
|
1099
1099
|
"pagination": "none",
|
|
@@ -1134,7 +1134,7 @@ const operations = {
|
|
|
1134
1134
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1135
1135
|
"bodyFieldName": null
|
|
1136
1136
|
},
|
|
1137
|
-
"
|
|
1137
|
+
"Create Mailbox": {
|
|
1138
1138
|
"method": "POST",
|
|
1139
1139
|
"path": "/1/accounts/{account}/invitations/{invitation}/mailbox/{mail_id}",
|
|
1140
1140
|
"pagination": "none",
|
|
@@ -1167,7 +1167,7 @@ const operations = {
|
|
|
1167
1167
|
"optionalBodyCollectionName": null,
|
|
1168
1168
|
"bodyFieldName": null
|
|
1169
1169
|
},
|
|
1170
|
-
"
|
|
1170
|
+
"Update A Mailbox Access": {
|
|
1171
1171
|
"method": "PATCH",
|
|
1172
1172
|
"path": "/1/accounts/{account}/invitations/{invitation}/mailbox/{mail_id}",
|
|
1173
1173
|
"pagination": "none",
|
|
@@ -1200,7 +1200,7 @@ const operations = {
|
|
|
1200
1200
|
"optionalBodyCollectionName": null,
|
|
1201
1201
|
"bodyFieldName": null
|
|
1202
1202
|
},
|
|
1203
|
-
"
|
|
1203
|
+
"Revoke A Drive Access": {
|
|
1204
1204
|
"method": "DELETE",
|
|
1205
1205
|
"path": "/1/accounts/{account}/invitations/{invitation}/mailbox/{mail_id}",
|
|
1206
1206
|
"pagination": "none",
|
|
@@ -1230,8 +1230,8 @@ const operations = {
|
|
|
1230
1230
|
"bodyFieldName": null
|
|
1231
1231
|
}
|
|
1232
1232
|
},
|
|
1233
|
-
"User Management > Accounts > Invitations >
|
|
1234
|
-
"
|
|
1233
|
+
"User Management > Accounts > Invitations > K Suite": {
|
|
1234
|
+
"Create A K Suite Access": {
|
|
1235
1235
|
"method": "POST",
|
|
1236
1236
|
"path": "/1/accounts/{account}/invitations/{invitation}/ksuite",
|
|
1237
1237
|
"pagination": "none",
|
|
@@ -1268,7 +1268,7 @@ const operations = {
|
|
|
1268
1268
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1269
1269
|
"bodyFieldName": null
|
|
1270
1270
|
},
|
|
1271
|
-
"
|
|
1271
|
+
"Revoke K Suite Access": {
|
|
1272
1272
|
"method": "DELETE",
|
|
1273
1273
|
"path": "/1/accounts/{account}/invitations/{invitation}/ksuite",
|
|
1274
1274
|
"pagination": "none",
|
|
@@ -1290,7 +1290,7 @@ const operations = {
|
|
|
1290
1290
|
}
|
|
1291
1291
|
},
|
|
1292
1292
|
"User Management > Teams": {
|
|
1293
|
-
"
|
|
1293
|
+
"List Teams": {
|
|
1294
1294
|
"method": "GET",
|
|
1295
1295
|
"path": "/1/accounts/{account}/teams",
|
|
1296
1296
|
"pagination": "page-per-page",
|
|
@@ -1306,7 +1306,7 @@ const operations = {
|
|
|
1306
1306
|
"optionalBodyCollectionName": null,
|
|
1307
1307
|
"bodyFieldName": null
|
|
1308
1308
|
},
|
|
1309
|
-
"
|
|
1309
|
+
"Create A Team": {
|
|
1310
1310
|
"method": "POST",
|
|
1311
1311
|
"path": "/1/accounts/{account}/teams",
|
|
1312
1312
|
"pagination": "none",
|
|
@@ -1335,7 +1335,7 @@ const operations = {
|
|
|
1335
1335
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1336
1336
|
"bodyFieldName": null
|
|
1337
1337
|
},
|
|
1338
|
-
"
|
|
1338
|
+
"Get A Team": {
|
|
1339
1339
|
"method": "GET",
|
|
1340
1340
|
"path": "/1/accounts/{account}/teams/{team}",
|
|
1341
1341
|
"pagination": "none",
|
|
@@ -1355,7 +1355,7 @@ const operations = {
|
|
|
1355
1355
|
"optionalBodyCollectionName": null,
|
|
1356
1356
|
"bodyFieldName": null
|
|
1357
1357
|
},
|
|
1358
|
-
"
|
|
1358
|
+
"Update A Team": {
|
|
1359
1359
|
"method": "PATCH",
|
|
1360
1360
|
"path": "/1/accounts/{account}/teams/{team}",
|
|
1361
1361
|
"pagination": "none",
|
|
@@ -1388,7 +1388,7 @@ const operations = {
|
|
|
1388
1388
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1389
1389
|
"bodyFieldName": null
|
|
1390
1390
|
},
|
|
1391
|
-
"
|
|
1391
|
+
"Delete A Team": {
|
|
1392
1392
|
"method": "DELETE",
|
|
1393
1393
|
"path": "/1/accounts/{account}/teams/{team}",
|
|
1394
1394
|
"pagination": "none",
|
|
@@ -1410,7 +1410,7 @@ const operations = {
|
|
|
1410
1410
|
}
|
|
1411
1411
|
},
|
|
1412
1412
|
"User Management > Teams > Users": {
|
|
1413
|
-
"
|
|
1413
|
+
"List Team Users": {
|
|
1414
1414
|
"method": "GET",
|
|
1415
1415
|
"path": "/1/accounts/{account}/teams/{team}/users",
|
|
1416
1416
|
"pagination": "page-per-page",
|
|
@@ -1430,7 +1430,7 @@ const operations = {
|
|
|
1430
1430
|
"optionalBodyCollectionName": null,
|
|
1431
1431
|
"bodyFieldName": null
|
|
1432
1432
|
},
|
|
1433
|
-
"
|
|
1433
|
+
"Add Users To Team": {
|
|
1434
1434
|
"method": "POST",
|
|
1435
1435
|
"path": "/1/accounts/{account}/teams/{team}/users",
|
|
1436
1436
|
"pagination": "none",
|
|
@@ -1455,7 +1455,7 @@ const operations = {
|
|
|
1455
1455
|
"optionalBodyCollectionName": null,
|
|
1456
1456
|
"bodyFieldName": null
|
|
1457
1457
|
},
|
|
1458
|
-
"
|
|
1458
|
+
"Remove Users From Team": {
|
|
1459
1459
|
"method": "DELETE",
|
|
1460
1460
|
"path": "/1/accounts/{account}/teams/{team}/users",
|
|
1461
1461
|
"pagination": "none",
|
|
@@ -1481,8 +1481,8 @@ const operations = {
|
|
|
1481
1481
|
"bodyFieldName": null
|
|
1482
1482
|
}
|
|
1483
1483
|
},
|
|
1484
|
-
"
|
|
1485
|
-
"
|
|
1484
|
+
"K Suite > Workspace": {
|
|
1485
|
+
"Get Related Workspace Users": {
|
|
1486
1486
|
"method": "GET",
|
|
1487
1487
|
"path": "/2/profile/ksuites/mailboxes",
|
|
1488
1488
|
"pagination": "none",
|
|
@@ -1493,7 +1493,7 @@ const operations = {
|
|
|
1493
1493
|
"optionalBodyCollectionName": null,
|
|
1494
1494
|
"bodyFieldName": null
|
|
1495
1495
|
},
|
|
1496
|
-
"
|
|
1496
|
+
"Attach A Mailbox To Current User": {
|
|
1497
1497
|
"method": "POST",
|
|
1498
1498
|
"path": "/2/profile/ksuites/mailboxes",
|
|
1499
1499
|
"pagination": "none",
|
|
@@ -1513,7 +1513,7 @@ const operations = {
|
|
|
1513
1513
|
"optionalBodyCollectionName": "bodyParameters",
|
|
1514
1514
|
"bodyFieldName": null
|
|
1515
1515
|
},
|
|
1516
|
-
"
|
|
1516
|
+
"Set Mailbox As Primary": {
|
|
1517
1517
|
"method": "PUT",
|
|
1518
1518
|
"path": "/2/profile/ksuites/mailboxes/{mailbox_id}/set_primary",
|
|
1519
1519
|
"pagination": "none",
|
|
@@ -1529,7 +1529,7 @@ const operations = {
|
|
|
1529
1529
|
"optionalBodyCollectionName": null,
|
|
1530
1530
|
"bodyFieldName": null
|
|
1531
1531
|
},
|
|
1532
|
-
"
|
|
1532
|
+
"Update Mailbox Credential Password": {
|
|
1533
1533
|
"method": "PUT",
|
|
1534
1534
|
"path": "/2/profile/ksuites/mailboxes/{mailbox_id}/update_password",
|
|
1535
1535
|
"pagination": "none",
|
|
@@ -1550,7 +1550,7 @@ const operations = {
|
|
|
1550
1550
|
"optionalBodyCollectionName": null,
|
|
1551
1551
|
"bodyFieldName": null
|
|
1552
1552
|
},
|
|
1553
|
-
"
|
|
1553
|
+
"Unlink A Mailbox From Current User": {
|
|
1554
1554
|
"method": "DELETE",
|
|
1555
1555
|
"path": "/2/profile/ksuites/mailboxes/{mailbox_id}",
|
|
1556
1556
|
"pagination": "none",
|
|
@@ -1660,11 +1660,11 @@ class InfomaniakCoreRessource {
|
|
|
1660
1660
|
},
|
|
1661
1661
|
{
|
|
1662
1662
|
"name": "My K Suite",
|
|
1663
|
-
"value": "My
|
|
1663
|
+
"value": "My K Suite"
|
|
1664
1664
|
},
|
|
1665
1665
|
{
|
|
1666
1666
|
"name": "My K Suite > Product Management",
|
|
1667
|
-
"value": "My
|
|
1667
|
+
"value": "My K Suite > Product Management"
|
|
1668
1668
|
},
|
|
1669
1669
|
{
|
|
1670
1670
|
"name": "Products",
|
|
@@ -1708,7 +1708,7 @@ class InfomaniakCoreRessource {
|
|
|
1708
1708
|
},
|
|
1709
1709
|
{
|
|
1710
1710
|
"name": "User Management > Accounts > Invitations > B2 B",
|
|
1711
|
-
"value": "User Management > Accounts > Invitations >
|
|
1711
|
+
"value": "User Management > Accounts > Invitations > B2 B"
|
|
1712
1712
|
},
|
|
1713
1713
|
{
|
|
1714
1714
|
"name": "User Management > Accounts > Invitations > Drive",
|
|
@@ -1724,7 +1724,7 @@ class InfomaniakCoreRessource {
|
|
|
1724
1724
|
},
|
|
1725
1725
|
{
|
|
1726
1726
|
"name": "User Management > Accounts > Invitations > K Suite",
|
|
1727
|
-
"value": "User Management > Accounts > Invitations >
|
|
1727
|
+
"value": "User Management > Accounts > Invitations > K Suite"
|
|
1728
1728
|
},
|
|
1729
1729
|
{
|
|
1730
1730
|
"name": "User Management > Teams",
|
|
@@ -1736,7 +1736,7 @@ class InfomaniakCoreRessource {
|
|
|
1736
1736
|
},
|
|
1737
1737
|
{
|
|
1738
1738
|
"name": "K Suite > Workspace",
|
|
1739
|
-
"value": "
|
|
1739
|
+
"value": "K Suite > Workspace"
|
|
1740
1740
|
}
|
|
1741
1741
|
],
|
|
1742
1742
|
"default": "Actions",
|
|
@@ -1757,14 +1757,14 @@ class InfomaniakCoreRessource {
|
|
|
1757
1757
|
"options": [
|
|
1758
1758
|
{
|
|
1759
1759
|
"name": "List Available Actions",
|
|
1760
|
-
"value": "
|
|
1760
|
+
"value": "List Available Actions"
|
|
1761
1761
|
},
|
|
1762
1762
|
{
|
|
1763
1763
|
"name": "List Available Actions",
|
|
1764
|
-
"value": "
|
|
1764
|
+
"value": "List Available Actions (2)"
|
|
1765
1765
|
}
|
|
1766
1766
|
],
|
|
1767
|
-
"default": "
|
|
1767
|
+
"default": "List Available Actions",
|
|
1768
1768
|
"noDataExpression": true
|
|
1769
1769
|
},
|
|
1770
1770
|
{
|
|
@@ -1779,7 +1779,7 @@ class InfomaniakCoreRessource {
|
|
|
1779
1779
|
"Actions"
|
|
1780
1780
|
],
|
|
1781
1781
|
"operation": [
|
|
1782
|
-
"
|
|
1782
|
+
"List Available Actions"
|
|
1783
1783
|
]
|
|
1784
1784
|
}
|
|
1785
1785
|
},
|
|
@@ -1803,7 +1803,7 @@ class InfomaniakCoreRessource {
|
|
|
1803
1803
|
"Actions"
|
|
1804
1804
|
],
|
|
1805
1805
|
"operation": [
|
|
1806
|
-
"
|
|
1806
|
+
"List Available Actions (2)"
|
|
1807
1807
|
]
|
|
1808
1808
|
}
|
|
1809
1809
|
},
|
|
@@ -1824,26 +1824,26 @@ class InfomaniakCoreRessource {
|
|
|
1824
1824
|
"options": [
|
|
1825
1825
|
{
|
|
1826
1826
|
"name": "Get Application List.",
|
|
1827
|
-
"value": "
|
|
1827
|
+
"value": "Get Application List."
|
|
1828
1828
|
},
|
|
1829
1829
|
{
|
|
1830
1830
|
"name": "Get Application.",
|
|
1831
|
-
"value": "
|
|
1831
|
+
"value": "Get Application."
|
|
1832
1832
|
},
|
|
1833
1833
|
{
|
|
1834
1834
|
"name": "Get Supported Store List.",
|
|
1835
|
-
"value": "
|
|
1835
|
+
"value": "Get Supported Store List."
|
|
1836
1836
|
},
|
|
1837
1837
|
{
|
|
1838
1838
|
"name": "Get Supported Store List.",
|
|
1839
|
-
"value": "
|
|
1839
|
+
"value": "Get Supported Store List. (2)"
|
|
1840
1840
|
},
|
|
1841
1841
|
{
|
|
1842
1842
|
"name": "Get Application With Associated Versions Details.",
|
|
1843
|
-
"value": "
|
|
1843
|
+
"value": "Get Application With Associated Versions Details."
|
|
1844
1844
|
}
|
|
1845
1845
|
],
|
|
1846
|
-
"default": "
|
|
1846
|
+
"default": "Get Application List.",
|
|
1847
1847
|
"noDataExpression": true
|
|
1848
1848
|
},
|
|
1849
1849
|
{
|
|
@@ -1857,7 +1857,7 @@ class InfomaniakCoreRessource {
|
|
|
1857
1857
|
"App Information"
|
|
1858
1858
|
],
|
|
1859
1859
|
"operation": [
|
|
1860
|
-
"
|
|
1860
|
+
"Get Application."
|
|
1861
1861
|
]
|
|
1862
1862
|
}
|
|
1863
1863
|
},
|
|
@@ -1874,7 +1874,7 @@ class InfomaniakCoreRessource {
|
|
|
1874
1874
|
"App Information"
|
|
1875
1875
|
],
|
|
1876
1876
|
"operation": [
|
|
1877
|
-
"
|
|
1877
|
+
"Get Application With Associated Versions Details."
|
|
1878
1878
|
]
|
|
1879
1879
|
}
|
|
1880
1880
|
},
|
|
@@ -1891,7 +1891,7 @@ class InfomaniakCoreRessource {
|
|
|
1891
1891
|
"App Information"
|
|
1892
1892
|
],
|
|
1893
1893
|
"operation": [
|
|
1894
|
-
"
|
|
1894
|
+
"Get Application With Associated Versions Details."
|
|
1895
1895
|
]
|
|
1896
1896
|
}
|
|
1897
1897
|
},
|
|
@@ -1908,7 +1908,7 @@ class InfomaniakCoreRessource {
|
|
|
1908
1908
|
"App Information"
|
|
1909
1909
|
],
|
|
1910
1910
|
"operation": [
|
|
1911
|
-
"
|
|
1911
|
+
"Get Application With Associated Versions Details."
|
|
1912
1912
|
]
|
|
1913
1913
|
}
|
|
1914
1914
|
},
|
|
@@ -1928,14 +1928,14 @@ class InfomaniakCoreRessource {
|
|
|
1928
1928
|
"options": [
|
|
1929
1929
|
{
|
|
1930
1930
|
"name": "List Countries",
|
|
1931
|
-
"value": "
|
|
1931
|
+
"value": "List Countries"
|
|
1932
1932
|
},
|
|
1933
1933
|
{
|
|
1934
1934
|
"name": "Display A Country",
|
|
1935
|
-
"value": "
|
|
1935
|
+
"value": "Display A Country"
|
|
1936
1936
|
}
|
|
1937
1937
|
],
|
|
1938
|
-
"default": "
|
|
1938
|
+
"default": "List Countries",
|
|
1939
1939
|
"noDataExpression": true
|
|
1940
1940
|
},
|
|
1941
1941
|
{
|
|
@@ -1950,7 +1950,7 @@ class InfomaniakCoreRessource {
|
|
|
1950
1950
|
"Countries"
|
|
1951
1951
|
],
|
|
1952
1952
|
"operation": [
|
|
1953
|
-
"
|
|
1953
|
+
"List Countries"
|
|
1954
1954
|
]
|
|
1955
1955
|
}
|
|
1956
1956
|
},
|
|
@@ -2058,7 +2058,7 @@ class InfomaniakCoreRessource {
|
|
|
2058
2058
|
"Countries"
|
|
2059
2059
|
],
|
|
2060
2060
|
"operation": [
|
|
2061
|
-
"
|
|
2061
|
+
"Display A Country"
|
|
2062
2062
|
]
|
|
2063
2063
|
}
|
|
2064
2064
|
},
|
|
@@ -2079,14 +2079,14 @@ class InfomaniakCoreRessource {
|
|
|
2079
2079
|
"options": [
|
|
2080
2080
|
{
|
|
2081
2081
|
"name": "List Events",
|
|
2082
|
-
"value": "
|
|
2082
|
+
"value": "List Events"
|
|
2083
2083
|
},
|
|
2084
2084
|
{
|
|
2085
2085
|
"name": "Display An Event",
|
|
2086
|
-
"value": "
|
|
2086
|
+
"value": "Display An Event"
|
|
2087
2087
|
}
|
|
2088
2088
|
],
|
|
2089
|
-
"default": "
|
|
2089
|
+
"default": "List Events",
|
|
2090
2090
|
"noDataExpression": true
|
|
2091
2091
|
},
|
|
2092
2092
|
{
|
|
@@ -2101,7 +2101,7 @@ class InfomaniakCoreRessource {
|
|
|
2101
2101
|
"Events"
|
|
2102
2102
|
],
|
|
2103
2103
|
"operation": [
|
|
2104
|
-
"
|
|
2104
|
+
"List Events"
|
|
2105
2105
|
]
|
|
2106
2106
|
}
|
|
2107
2107
|
},
|
|
@@ -2237,7 +2237,7 @@ class InfomaniakCoreRessource {
|
|
|
2237
2237
|
"Events"
|
|
2238
2238
|
],
|
|
2239
2239
|
"operation": [
|
|
2240
|
-
"
|
|
2240
|
+
"Display An Event"
|
|
2241
2241
|
]
|
|
2242
2242
|
}
|
|
2243
2243
|
},
|
|
@@ -2258,10 +2258,10 @@ class InfomaniakCoreRessource {
|
|
|
2258
2258
|
"options": [
|
|
2259
2259
|
{
|
|
2260
2260
|
"name": "List Public Cloud Status",
|
|
2261
|
-
"value": "
|
|
2261
|
+
"value": "List Public Cloud Status"
|
|
2262
2262
|
}
|
|
2263
2263
|
],
|
|
2264
|
-
"default": "
|
|
2264
|
+
"default": "List Public Cloud Status",
|
|
2265
2265
|
"noDataExpression": true
|
|
2266
2266
|
},
|
|
2267
2267
|
{
|
|
@@ -2278,14 +2278,14 @@ class InfomaniakCoreRessource {
|
|
|
2278
2278
|
"options": [
|
|
2279
2279
|
{
|
|
2280
2280
|
"name": "List Languages",
|
|
2281
|
-
"value": "
|
|
2281
|
+
"value": "List Languages"
|
|
2282
2282
|
},
|
|
2283
2283
|
{
|
|
2284
2284
|
"name": "Display A Language",
|
|
2285
|
-
"value": "
|
|
2285
|
+
"value": "Display A Language"
|
|
2286
2286
|
}
|
|
2287
2287
|
],
|
|
2288
|
-
"default": "
|
|
2288
|
+
"default": "List Languages",
|
|
2289
2289
|
"noDataExpression": true
|
|
2290
2290
|
},
|
|
2291
2291
|
{
|
|
@@ -2300,7 +2300,7 @@ class InfomaniakCoreRessource {
|
|
|
2300
2300
|
"Languages"
|
|
2301
2301
|
],
|
|
2302
2302
|
"operation": [
|
|
2303
|
-
"
|
|
2303
|
+
"List Languages"
|
|
2304
2304
|
]
|
|
2305
2305
|
}
|
|
2306
2306
|
},
|
|
@@ -2390,7 +2390,7 @@ class InfomaniakCoreRessource {
|
|
|
2390
2390
|
"Languages"
|
|
2391
2391
|
],
|
|
2392
2392
|
"operation": [
|
|
2393
|
-
"
|
|
2393
|
+
"Display A Language"
|
|
2394
2394
|
]
|
|
2395
2395
|
}
|
|
2396
2396
|
},
|
|
@@ -2404,21 +2404,21 @@ class InfomaniakCoreRessource {
|
|
|
2404
2404
|
"displayOptions": {
|
|
2405
2405
|
"show": {
|
|
2406
2406
|
"resource": [
|
|
2407
|
-
"My
|
|
2407
|
+
"My K Suite"
|
|
2408
2408
|
]
|
|
2409
2409
|
}
|
|
2410
2410
|
},
|
|
2411
2411
|
"options": [
|
|
2412
2412
|
{
|
|
2413
2413
|
"name": "Show My KSuite",
|
|
2414
|
-
"value": "
|
|
2414
|
+
"value": "Show My KSuite"
|
|
2415
2415
|
},
|
|
2416
2416
|
{
|
|
2417
2417
|
"name": "Current My KSuite",
|
|
2418
|
-
"value": "
|
|
2418
|
+
"value": "Current My KSuite"
|
|
2419
2419
|
}
|
|
2420
2420
|
],
|
|
2421
|
-
"default": "
|
|
2421
|
+
"default": "Show My KSuite",
|
|
2422
2422
|
"noDataExpression": true
|
|
2423
2423
|
},
|
|
2424
2424
|
{
|
|
@@ -2429,10 +2429,10 @@ class InfomaniakCoreRessource {
|
|
|
2429
2429
|
"displayOptions": {
|
|
2430
2430
|
"show": {
|
|
2431
2431
|
"resource": [
|
|
2432
|
-
"My
|
|
2432
|
+
"My K Suite"
|
|
2433
2433
|
],
|
|
2434
2434
|
"operation": [
|
|
2435
|
-
"
|
|
2435
|
+
"Show My KSuite"
|
|
2436
2436
|
]
|
|
2437
2437
|
}
|
|
2438
2438
|
},
|
|
@@ -2447,10 +2447,10 @@ class InfomaniakCoreRessource {
|
|
|
2447
2447
|
"displayOptions": {
|
|
2448
2448
|
"show": {
|
|
2449
2449
|
"resource": [
|
|
2450
|
-
"My
|
|
2450
|
+
"My K Suite"
|
|
2451
2451
|
],
|
|
2452
2452
|
"operation": [
|
|
2453
|
-
"
|
|
2453
|
+
"Show My KSuite"
|
|
2454
2454
|
]
|
|
2455
2455
|
}
|
|
2456
2456
|
},
|
|
@@ -2473,10 +2473,10 @@ class InfomaniakCoreRessource {
|
|
|
2473
2473
|
"displayOptions": {
|
|
2474
2474
|
"show": {
|
|
2475
2475
|
"resource": [
|
|
2476
|
-
"My
|
|
2476
|
+
"My K Suite"
|
|
2477
2477
|
],
|
|
2478
2478
|
"operation": [
|
|
2479
|
-
"
|
|
2479
|
+
"Current My KSuite"
|
|
2480
2480
|
]
|
|
2481
2481
|
}
|
|
2482
2482
|
},
|
|
@@ -2497,17 +2497,17 @@ class InfomaniakCoreRessource {
|
|
|
2497
2497
|
"displayOptions": {
|
|
2498
2498
|
"show": {
|
|
2499
2499
|
"resource": [
|
|
2500
|
-
"My
|
|
2500
|
+
"My K Suite > Product Management"
|
|
2501
2501
|
]
|
|
2502
2502
|
}
|
|
2503
2503
|
},
|
|
2504
2504
|
"options": [
|
|
2505
2505
|
{
|
|
2506
2506
|
"name": "Cancel Unsubscribe",
|
|
2507
|
-
"value": "
|
|
2507
|
+
"value": "Cancel Unsubscribe"
|
|
2508
2508
|
}
|
|
2509
2509
|
],
|
|
2510
|
-
"default": "
|
|
2510
|
+
"default": "Cancel Unsubscribe",
|
|
2511
2511
|
"noDataExpression": true
|
|
2512
2512
|
},
|
|
2513
2513
|
{
|
|
@@ -2518,10 +2518,10 @@ class InfomaniakCoreRessource {
|
|
|
2518
2518
|
"displayOptions": {
|
|
2519
2519
|
"show": {
|
|
2520
2520
|
"resource": [
|
|
2521
|
-
"My
|
|
2521
|
+
"My K Suite > Product Management"
|
|
2522
2522
|
],
|
|
2523
2523
|
"operation": [
|
|
2524
|
-
"
|
|
2524
|
+
"Cancel Unsubscribe"
|
|
2525
2525
|
]
|
|
2526
2526
|
}
|
|
2527
2527
|
},
|
|
@@ -2541,10 +2541,10 @@ class InfomaniakCoreRessource {
|
|
|
2541
2541
|
"options": [
|
|
2542
2542
|
{
|
|
2543
2543
|
"name": "List Products",
|
|
2544
|
-
"value": "
|
|
2544
|
+
"value": "List Products"
|
|
2545
2545
|
}
|
|
2546
2546
|
],
|
|
2547
|
-
"default": "
|
|
2547
|
+
"default": "List Products",
|
|
2548
2548
|
"noDataExpression": true
|
|
2549
2549
|
},
|
|
2550
2550
|
{
|
|
@@ -2559,7 +2559,7 @@ class InfomaniakCoreRessource {
|
|
|
2559
2559
|
"Products"
|
|
2560
2560
|
],
|
|
2561
2561
|
"operation": [
|
|
2562
|
-
"
|
|
2562
|
+
"List Products"
|
|
2563
2563
|
]
|
|
2564
2564
|
}
|
|
2565
2565
|
},
|
|
@@ -2906,22 +2906,22 @@ class InfomaniakCoreRessource {
|
|
|
2906
2906
|
"options": [
|
|
2907
2907
|
{
|
|
2908
2908
|
"name": "Add / Update Profile's Avatar.",
|
|
2909
|
-
"value": "
|
|
2909
|
+
"value": "Add / Update Profile's Avatar."
|
|
2910
2910
|
},
|
|
2911
2911
|
{
|
|
2912
2912
|
"name": "Delete Profile's Avatar.",
|
|
2913
|
-
"value": "
|
|
2913
|
+
"value": "Delete Profile's Avatar."
|
|
2914
2914
|
},
|
|
2915
2915
|
{
|
|
2916
2916
|
"name": "List User Information",
|
|
2917
|
-
"value": "
|
|
2917
|
+
"value": "List User Information"
|
|
2918
2918
|
},
|
|
2919
2919
|
{
|
|
2920
2920
|
"name": "Update Profile Information",
|
|
2921
|
-
"value": "
|
|
2921
|
+
"value": "Update Profile Information"
|
|
2922
2922
|
}
|
|
2923
2923
|
],
|
|
2924
|
-
"default": "
|
|
2924
|
+
"default": "Add / Update Profile's Avatar.",
|
|
2925
2925
|
"noDataExpression": true
|
|
2926
2926
|
},
|
|
2927
2927
|
{
|
|
@@ -2935,7 +2935,7 @@ class InfomaniakCoreRessource {
|
|
|
2935
2935
|
"Profile"
|
|
2936
2936
|
],
|
|
2937
2937
|
"operation": [
|
|
2938
|
-
"
|
|
2938
|
+
"Add / Update Profile's Avatar."
|
|
2939
2939
|
]
|
|
2940
2940
|
}
|
|
2941
2941
|
},
|
|
@@ -2953,7 +2953,7 @@ class InfomaniakCoreRessource {
|
|
|
2953
2953
|
"Profile"
|
|
2954
2954
|
],
|
|
2955
2955
|
"operation": [
|
|
2956
|
-
"
|
|
2956
|
+
"Add / Update Profile's Avatar."
|
|
2957
2957
|
]
|
|
2958
2958
|
}
|
|
2959
2959
|
},
|
|
@@ -2971,7 +2971,7 @@ class InfomaniakCoreRessource {
|
|
|
2971
2971
|
"Profile"
|
|
2972
2972
|
],
|
|
2973
2973
|
"operation": [
|
|
2974
|
-
"
|
|
2974
|
+
"List User Information"
|
|
2975
2975
|
]
|
|
2976
2976
|
}
|
|
2977
2977
|
},
|
|
@@ -2997,7 +2997,7 @@ class InfomaniakCoreRessource {
|
|
|
2997
2997
|
"Profile"
|
|
2998
2998
|
],
|
|
2999
2999
|
"operation": [
|
|
3000
|
-
"
|
|
3000
|
+
"Update Profile Information"
|
|
3001
3001
|
]
|
|
3002
3002
|
}
|
|
3003
3003
|
},
|
|
@@ -3021,7 +3021,7 @@ class InfomaniakCoreRessource {
|
|
|
3021
3021
|
"Profile"
|
|
3022
3022
|
],
|
|
3023
3023
|
"operation": [
|
|
3024
|
-
"
|
|
3024
|
+
"Update Profile Information"
|
|
3025
3025
|
]
|
|
3026
3026
|
}
|
|
3027
3027
|
},
|
|
@@ -3040,7 +3040,7 @@ class InfomaniakCoreRessource {
|
|
|
3040
3040
|
"Profile"
|
|
3041
3041
|
],
|
|
3042
3042
|
"operation": [
|
|
3043
|
-
"
|
|
3043
|
+
"Update Profile Information"
|
|
3044
3044
|
]
|
|
3045
3045
|
}
|
|
3046
3046
|
},
|
|
@@ -3171,18 +3171,18 @@ class InfomaniakCoreRessource {
|
|
|
3171
3171
|
"options": [
|
|
3172
3172
|
{
|
|
3173
3173
|
"name": "List Applications Passwords",
|
|
3174
|
-
"value": "
|
|
3174
|
+
"value": "List Applications Passwords"
|
|
3175
3175
|
},
|
|
3176
3176
|
{
|
|
3177
3177
|
"name": "Add An Application Password",
|
|
3178
|
-
"value": "
|
|
3178
|
+
"value": "Add An Application Password"
|
|
3179
3179
|
},
|
|
3180
3180
|
{
|
|
3181
3181
|
"name": "Display An Application Password",
|
|
3182
|
-
"value": "
|
|
3182
|
+
"value": "Display An Application Password"
|
|
3183
3183
|
}
|
|
3184
3184
|
],
|
|
3185
|
-
"default": "
|
|
3185
|
+
"default": "List Applications Passwords",
|
|
3186
3186
|
"noDataExpression": true
|
|
3187
3187
|
},
|
|
3188
3188
|
{
|
|
@@ -3196,7 +3196,7 @@ class InfomaniakCoreRessource {
|
|
|
3196
3196
|
"Profile > Applications Passwords"
|
|
3197
3197
|
],
|
|
3198
3198
|
"operation": [
|
|
3199
|
-
"
|
|
3199
|
+
"Display An Application Password"
|
|
3200
3200
|
]
|
|
3201
3201
|
}
|
|
3202
3202
|
},
|
|
@@ -3217,18 +3217,18 @@ class InfomaniakCoreRessource {
|
|
|
3217
3217
|
"options": [
|
|
3218
3218
|
{
|
|
3219
3219
|
"name": "List Emails",
|
|
3220
|
-
"value": "
|
|
3220
|
+
"value": "List Emails"
|
|
3221
3221
|
},
|
|
3222
3222
|
{
|
|
3223
3223
|
"name": "Display An Email",
|
|
3224
|
-
"value": "
|
|
3224
|
+
"value": "Display An Email"
|
|
3225
3225
|
},
|
|
3226
3226
|
{
|
|
3227
3227
|
"name": "Delete An Email",
|
|
3228
|
-
"value": "
|
|
3228
|
+
"value": "Delete An Email"
|
|
3229
3229
|
}
|
|
3230
3230
|
],
|
|
3231
|
-
"default": "
|
|
3231
|
+
"default": "List Emails",
|
|
3232
3232
|
"noDataExpression": true
|
|
3233
3233
|
},
|
|
3234
3234
|
{
|
|
@@ -3242,7 +3242,7 @@ class InfomaniakCoreRessource {
|
|
|
3242
3242
|
"Profile > Emails"
|
|
3243
3243
|
],
|
|
3244
3244
|
"operation": [
|
|
3245
|
-
"
|
|
3245
|
+
"Display An Email"
|
|
3246
3246
|
]
|
|
3247
3247
|
}
|
|
3248
3248
|
},
|
|
@@ -3260,7 +3260,7 @@ class InfomaniakCoreRessource {
|
|
|
3260
3260
|
"Profile > Emails"
|
|
3261
3261
|
],
|
|
3262
3262
|
"operation": [
|
|
3263
|
-
"
|
|
3263
|
+
"Display An Email"
|
|
3264
3264
|
]
|
|
3265
3265
|
}
|
|
3266
3266
|
},
|
|
@@ -3278,7 +3278,7 @@ class InfomaniakCoreRessource {
|
|
|
3278
3278
|
"Profile > Emails"
|
|
3279
3279
|
],
|
|
3280
3280
|
"operation": [
|
|
3281
|
-
"
|
|
3281
|
+
"Delete An Email"
|
|
3282
3282
|
]
|
|
3283
3283
|
}
|
|
3284
3284
|
},
|
|
@@ -3296,7 +3296,7 @@ class InfomaniakCoreRessource {
|
|
|
3296
3296
|
"Profile > Emails"
|
|
3297
3297
|
],
|
|
3298
3298
|
"operation": [
|
|
3299
|
-
"
|
|
3299
|
+
"Delete An Email"
|
|
3300
3300
|
]
|
|
3301
3301
|
}
|
|
3302
3302
|
},
|
|
@@ -3317,18 +3317,18 @@ class InfomaniakCoreRessource {
|
|
|
3317
3317
|
"options": [
|
|
3318
3318
|
{
|
|
3319
3319
|
"name": "List Phones",
|
|
3320
|
-
"value": "
|
|
3320
|
+
"value": "List Phones"
|
|
3321
3321
|
},
|
|
3322
3322
|
{
|
|
3323
3323
|
"name": "Display A Phone",
|
|
3324
|
-
"value": "
|
|
3324
|
+
"value": "Display A Phone"
|
|
3325
3325
|
},
|
|
3326
3326
|
{
|
|
3327
3327
|
"name": "Delete A Phone",
|
|
3328
|
-
"value": "
|
|
3328
|
+
"value": "Delete A Phone"
|
|
3329
3329
|
}
|
|
3330
3330
|
],
|
|
3331
|
-
"default": "
|
|
3331
|
+
"default": "List Phones",
|
|
3332
3332
|
"noDataExpression": true
|
|
3333
3333
|
},
|
|
3334
3334
|
{
|
|
@@ -3342,7 +3342,7 @@ class InfomaniakCoreRessource {
|
|
|
3342
3342
|
"Profile > Phones"
|
|
3343
3343
|
],
|
|
3344
3344
|
"operation": [
|
|
3345
|
-
"
|
|
3345
|
+
"Display A Phone"
|
|
3346
3346
|
]
|
|
3347
3347
|
}
|
|
3348
3348
|
},
|
|
@@ -3360,7 +3360,7 @@ class InfomaniakCoreRessource {
|
|
|
3360
3360
|
"Profile > Phones"
|
|
3361
3361
|
],
|
|
3362
3362
|
"operation": [
|
|
3363
|
-
"
|
|
3363
|
+
"Delete A Phone"
|
|
3364
3364
|
]
|
|
3365
3365
|
}
|
|
3366
3366
|
},
|
|
@@ -3381,14 +3381,14 @@ class InfomaniakCoreRessource {
|
|
|
3381
3381
|
"options": [
|
|
3382
3382
|
{
|
|
3383
3383
|
"name": "List Tasks",
|
|
3384
|
-
"value": "
|
|
3384
|
+
"value": "List Tasks"
|
|
3385
3385
|
},
|
|
3386
3386
|
{
|
|
3387
3387
|
"name": "Display A Task",
|
|
3388
|
-
"value": "
|
|
3388
|
+
"value": "Display A Task"
|
|
3389
3389
|
}
|
|
3390
3390
|
],
|
|
3391
|
-
"default": "
|
|
3391
|
+
"default": "List Tasks",
|
|
3392
3392
|
"noDataExpression": true
|
|
3393
3393
|
},
|
|
3394
3394
|
{
|
|
@@ -3403,7 +3403,7 @@ class InfomaniakCoreRessource {
|
|
|
3403
3403
|
"Tasks"
|
|
3404
3404
|
],
|
|
3405
3405
|
"operation": [
|
|
3406
|
-
"
|
|
3406
|
+
"List Tasks"
|
|
3407
3407
|
]
|
|
3408
3408
|
}
|
|
3409
3409
|
},
|
|
@@ -3493,7 +3493,7 @@ class InfomaniakCoreRessource {
|
|
|
3493
3493
|
"Tasks"
|
|
3494
3494
|
],
|
|
3495
3495
|
"operation": [
|
|
3496
|
-
"
|
|
3496
|
+
"Display A Task"
|
|
3497
3497
|
]
|
|
3498
3498
|
}
|
|
3499
3499
|
},
|
|
@@ -3514,14 +3514,14 @@ class InfomaniakCoreRessource {
|
|
|
3514
3514
|
"options": [
|
|
3515
3515
|
{
|
|
3516
3516
|
"name": "List Timezones",
|
|
3517
|
-
"value": "
|
|
3517
|
+
"value": "List Timezones"
|
|
3518
3518
|
},
|
|
3519
3519
|
{
|
|
3520
3520
|
"name": "Display A Timezone",
|
|
3521
|
-
"value": "
|
|
3521
|
+
"value": "Display A Timezone"
|
|
3522
3522
|
}
|
|
3523
3523
|
],
|
|
3524
|
-
"default": "
|
|
3524
|
+
"default": "List Timezones",
|
|
3525
3525
|
"noDataExpression": true
|
|
3526
3526
|
},
|
|
3527
3527
|
{
|
|
@@ -3536,7 +3536,7 @@ class InfomaniakCoreRessource {
|
|
|
3536
3536
|
"Timezones"
|
|
3537
3537
|
],
|
|
3538
3538
|
"operation": [
|
|
3539
|
-
"
|
|
3539
|
+
"List Timezones"
|
|
3540
3540
|
]
|
|
3541
3541
|
}
|
|
3542
3542
|
},
|
|
@@ -3632,7 +3632,7 @@ class InfomaniakCoreRessource {
|
|
|
3632
3632
|
"Timezones"
|
|
3633
3633
|
],
|
|
3634
3634
|
"operation": [
|
|
3635
|
-
"
|
|
3635
|
+
"Display A Timezone"
|
|
3636
3636
|
]
|
|
3637
3637
|
}
|
|
3638
3638
|
},
|
|
@@ -3653,14 +3653,14 @@ class InfomaniakCoreRessource {
|
|
|
3653
3653
|
"options": [
|
|
3654
3654
|
{
|
|
3655
3655
|
"name": "Invite A User",
|
|
3656
|
-
"value": "
|
|
3656
|
+
"value": "Invite A User"
|
|
3657
3657
|
},
|
|
3658
3658
|
{
|
|
3659
3659
|
"name": "Cancel An Invitation",
|
|
3660
|
-
"value": "
|
|
3660
|
+
"value": "Cancel An Invitation"
|
|
3661
3661
|
}
|
|
3662
3662
|
],
|
|
3663
|
-
"default": "
|
|
3663
|
+
"default": "Invite A User",
|
|
3664
3664
|
"noDataExpression": true
|
|
3665
3665
|
},
|
|
3666
3666
|
{
|
|
@@ -3674,7 +3674,7 @@ class InfomaniakCoreRessource {
|
|
|
3674
3674
|
"User Management"
|
|
3675
3675
|
],
|
|
3676
3676
|
"operation": [
|
|
3677
|
-
"
|
|
3677
|
+
"Invite A User"
|
|
3678
3678
|
]
|
|
3679
3679
|
}
|
|
3680
3680
|
},
|
|
@@ -3693,7 +3693,7 @@ class InfomaniakCoreRessource {
|
|
|
3693
3693
|
"User Management"
|
|
3694
3694
|
],
|
|
3695
3695
|
"operation": [
|
|
3696
|
-
"
|
|
3696
|
+
"Invite A User"
|
|
3697
3697
|
]
|
|
3698
3698
|
}
|
|
3699
3699
|
},
|
|
@@ -3718,7 +3718,7 @@ class InfomaniakCoreRessource {
|
|
|
3718
3718
|
"User Management"
|
|
3719
3719
|
],
|
|
3720
3720
|
"operation": [
|
|
3721
|
-
"
|
|
3721
|
+
"Invite A User"
|
|
3722
3722
|
]
|
|
3723
3723
|
}
|
|
3724
3724
|
},
|
|
@@ -3736,7 +3736,7 @@ class InfomaniakCoreRessource {
|
|
|
3736
3736
|
"User Management"
|
|
3737
3737
|
],
|
|
3738
3738
|
"operation": [
|
|
3739
|
-
"
|
|
3739
|
+
"Invite A User"
|
|
3740
3740
|
]
|
|
3741
3741
|
}
|
|
3742
3742
|
},
|
|
@@ -3754,7 +3754,7 @@ class InfomaniakCoreRessource {
|
|
|
3754
3754
|
"User Management"
|
|
3755
3755
|
],
|
|
3756
3756
|
"operation": [
|
|
3757
|
-
"
|
|
3757
|
+
"Invite A User"
|
|
3758
3758
|
]
|
|
3759
3759
|
}
|
|
3760
3760
|
},
|
|
@@ -3772,7 +3772,7 @@ class InfomaniakCoreRessource {
|
|
|
3772
3772
|
"User Management"
|
|
3773
3773
|
],
|
|
3774
3774
|
"operation": [
|
|
3775
|
-
"
|
|
3775
|
+
"Invite A User"
|
|
3776
3776
|
]
|
|
3777
3777
|
}
|
|
3778
3778
|
},
|
|
@@ -3812,7 +3812,7 @@ class InfomaniakCoreRessource {
|
|
|
3812
3812
|
"User Management"
|
|
3813
3813
|
],
|
|
3814
3814
|
"operation": [
|
|
3815
|
-
"
|
|
3815
|
+
"Invite A User"
|
|
3816
3816
|
]
|
|
3817
3817
|
}
|
|
3818
3818
|
},
|
|
@@ -3845,7 +3845,7 @@ class InfomaniakCoreRessource {
|
|
|
3845
3845
|
"User Management"
|
|
3846
3846
|
],
|
|
3847
3847
|
"operation": [
|
|
3848
|
-
"
|
|
3848
|
+
"Invite A User"
|
|
3849
3849
|
]
|
|
3850
3850
|
}
|
|
3851
3851
|
},
|
|
@@ -3898,7 +3898,7 @@ class InfomaniakCoreRessource {
|
|
|
3898
3898
|
"User Management"
|
|
3899
3899
|
],
|
|
3900
3900
|
"operation": [
|
|
3901
|
-
"
|
|
3901
|
+
"Cancel An Invitation"
|
|
3902
3902
|
]
|
|
3903
3903
|
}
|
|
3904
3904
|
},
|
|
@@ -3916,7 +3916,7 @@ class InfomaniakCoreRessource {
|
|
|
3916
3916
|
"User Management"
|
|
3917
3917
|
],
|
|
3918
3918
|
"operation": [
|
|
3919
|
-
"
|
|
3919
|
+
"Cancel An Invitation"
|
|
3920
3920
|
]
|
|
3921
3921
|
}
|
|
3922
3922
|
},
|
|
@@ -3937,42 +3937,42 @@ class InfomaniakCoreRessource {
|
|
|
3937
3937
|
"options": [
|
|
3938
3938
|
{
|
|
3939
3939
|
"name": "List Accounts",
|
|
3940
|
-
"value": "
|
|
3940
|
+
"value": "List Accounts"
|
|
3941
3941
|
},
|
|
3942
3942
|
{
|
|
3943
3943
|
"name": "Display An Account",
|
|
3944
|
-
"value": "
|
|
3944
|
+
"value": "Display An Account"
|
|
3945
3945
|
},
|
|
3946
3946
|
{
|
|
3947
3947
|
"name": "Display A Listing Of Tags For An Account.",
|
|
3948
|
-
"value": "
|
|
3948
|
+
"value": "Display A Listing Of Tags For An Account."
|
|
3949
3949
|
},
|
|
3950
3950
|
{
|
|
3951
3951
|
"name": "List Account's Products",
|
|
3952
|
-
"value": "
|
|
3952
|
+
"value": "List Account's Products"
|
|
3953
3953
|
},
|
|
3954
3954
|
{
|
|
3955
3955
|
"name": "List Services",
|
|
3956
|
-
"value": "
|
|
3956
|
+
"value": "List Services"
|
|
3957
3957
|
},
|
|
3958
3958
|
{
|
|
3959
3959
|
"name": "List Current Account's Products",
|
|
3960
|
-
"value": "
|
|
3960
|
+
"value": "List Current Account's Products"
|
|
3961
3961
|
},
|
|
3962
3962
|
{
|
|
3963
3963
|
"name": "List Basic Teams Information Of An Account.",
|
|
3964
|
-
"value": "
|
|
3964
|
+
"value": "List Basic Teams Information Of An Account."
|
|
3965
3965
|
},
|
|
3966
3966
|
{
|
|
3967
3967
|
"name": "List Users",
|
|
3968
|
-
"value": "
|
|
3968
|
+
"value": "List Users"
|
|
3969
3969
|
},
|
|
3970
3970
|
{
|
|
3971
3971
|
"name": "List App Accesses",
|
|
3972
|
-
"value": "
|
|
3972
|
+
"value": "List App Accesses"
|
|
3973
3973
|
}
|
|
3974
3974
|
],
|
|
3975
|
-
"default": "
|
|
3975
|
+
"default": "List Accounts",
|
|
3976
3976
|
"noDataExpression": true
|
|
3977
3977
|
},
|
|
3978
3978
|
{
|
|
@@ -3987,7 +3987,7 @@ class InfomaniakCoreRessource {
|
|
|
3987
3987
|
"User Management > Accounts"
|
|
3988
3988
|
],
|
|
3989
3989
|
"operation": [
|
|
3990
|
-
"
|
|
3990
|
+
"List Accounts"
|
|
3991
3991
|
]
|
|
3992
3992
|
}
|
|
3993
3993
|
},
|
|
@@ -4043,7 +4043,7 @@ class InfomaniakCoreRessource {
|
|
|
4043
4043
|
"User Management > Accounts"
|
|
4044
4044
|
],
|
|
4045
4045
|
"operation": [
|
|
4046
|
-
"
|
|
4046
|
+
"Display An Account"
|
|
4047
4047
|
]
|
|
4048
4048
|
}
|
|
4049
4049
|
},
|
|
@@ -4062,7 +4062,7 @@ class InfomaniakCoreRessource {
|
|
|
4062
4062
|
"User Management > Accounts"
|
|
4063
4063
|
],
|
|
4064
4064
|
"operation": [
|
|
4065
|
-
"
|
|
4065
|
+
"Display An Account"
|
|
4066
4066
|
]
|
|
4067
4067
|
}
|
|
4068
4068
|
},
|
|
@@ -4087,7 +4087,7 @@ class InfomaniakCoreRessource {
|
|
|
4087
4087
|
"User Management > Accounts"
|
|
4088
4088
|
],
|
|
4089
4089
|
"operation": [
|
|
4090
|
-
"
|
|
4090
|
+
"Display A Listing Of Tags For An Account."
|
|
4091
4091
|
]
|
|
4092
4092
|
}
|
|
4093
4093
|
},
|
|
@@ -4106,7 +4106,7 @@ class InfomaniakCoreRessource {
|
|
|
4106
4106
|
"User Management > Accounts"
|
|
4107
4107
|
],
|
|
4108
4108
|
"operation": [
|
|
4109
|
-
"
|
|
4109
|
+
"Display A Listing Of Tags For An Account."
|
|
4110
4110
|
]
|
|
4111
4111
|
}
|
|
4112
4112
|
},
|
|
@@ -4162,7 +4162,7 @@ class InfomaniakCoreRessource {
|
|
|
4162
4162
|
"User Management > Accounts"
|
|
4163
4163
|
],
|
|
4164
4164
|
"operation": [
|
|
4165
|
-
"
|
|
4165
|
+
"List Account's Products"
|
|
4166
4166
|
]
|
|
4167
4167
|
}
|
|
4168
4168
|
},
|
|
@@ -4181,7 +4181,7 @@ class InfomaniakCoreRessource {
|
|
|
4181
4181
|
"User Management > Accounts"
|
|
4182
4182
|
],
|
|
4183
4183
|
"operation": [
|
|
4184
|
-
"
|
|
4184
|
+
"List Account's Products"
|
|
4185
4185
|
]
|
|
4186
4186
|
}
|
|
4187
4187
|
},
|
|
@@ -4212,7 +4212,7 @@ class InfomaniakCoreRessource {
|
|
|
4212
4212
|
"User Management > Accounts"
|
|
4213
4213
|
],
|
|
4214
4214
|
"operation": [
|
|
4215
|
-
"
|
|
4215
|
+
"List Services"
|
|
4216
4216
|
]
|
|
4217
4217
|
}
|
|
4218
4218
|
},
|
|
@@ -4231,7 +4231,7 @@ class InfomaniakCoreRessource {
|
|
|
4231
4231
|
"User Management > Accounts"
|
|
4232
4232
|
],
|
|
4233
4233
|
"operation": [
|
|
4234
|
-
"
|
|
4234
|
+
"List Current Account's Products"
|
|
4235
4235
|
]
|
|
4236
4236
|
}
|
|
4237
4237
|
},
|
|
@@ -4262,7 +4262,7 @@ class InfomaniakCoreRessource {
|
|
|
4262
4262
|
"User Management > Accounts"
|
|
4263
4263
|
],
|
|
4264
4264
|
"operation": [
|
|
4265
|
-
"
|
|
4265
|
+
"List Basic Teams Information Of An Account."
|
|
4266
4266
|
]
|
|
4267
4267
|
}
|
|
4268
4268
|
},
|
|
@@ -4281,7 +4281,7 @@ class InfomaniakCoreRessource {
|
|
|
4281
4281
|
"User Management > Accounts"
|
|
4282
4282
|
],
|
|
4283
4283
|
"operation": [
|
|
4284
|
-
"
|
|
4284
|
+
"List Basic Teams Information Of An Account."
|
|
4285
4285
|
]
|
|
4286
4286
|
}
|
|
4287
4287
|
},
|
|
@@ -4306,7 +4306,7 @@ class InfomaniakCoreRessource {
|
|
|
4306
4306
|
"User Management > Accounts"
|
|
4307
4307
|
],
|
|
4308
4308
|
"operation": [
|
|
4309
|
-
"
|
|
4309
|
+
"List Users"
|
|
4310
4310
|
]
|
|
4311
4311
|
}
|
|
4312
4312
|
},
|
|
@@ -4324,7 +4324,7 @@ class InfomaniakCoreRessource {
|
|
|
4324
4324
|
"User Management > Accounts"
|
|
4325
4325
|
],
|
|
4326
4326
|
"operation": [
|
|
4327
|
-
"
|
|
4327
|
+
"List Users"
|
|
4328
4328
|
]
|
|
4329
4329
|
}
|
|
4330
4330
|
},
|
|
@@ -4431,7 +4431,7 @@ class InfomaniakCoreRessource {
|
|
|
4431
4431
|
"User Management > Accounts"
|
|
4432
4432
|
],
|
|
4433
4433
|
"operation": [
|
|
4434
|
-
"
|
|
4434
|
+
"List App Accesses"
|
|
4435
4435
|
]
|
|
4436
4436
|
}
|
|
4437
4437
|
},
|
|
@@ -4448,7 +4448,7 @@ class InfomaniakCoreRessource {
|
|
|
4448
4448
|
"User Management > Accounts"
|
|
4449
4449
|
],
|
|
4450
4450
|
"operation": [
|
|
4451
|
-
"
|
|
4451
|
+
"List App Accesses"
|
|
4452
4452
|
]
|
|
4453
4453
|
}
|
|
4454
4454
|
},
|
|
@@ -4468,18 +4468,18 @@ class InfomaniakCoreRessource {
|
|
|
4468
4468
|
"options": [
|
|
4469
4469
|
{
|
|
4470
4470
|
"name": "Display An Invitation Of An Account",
|
|
4471
|
-
"value": "
|
|
4471
|
+
"value": "Display An Invitation Of An Account"
|
|
4472
4472
|
},
|
|
4473
4473
|
{
|
|
4474
4474
|
"name": "Patch An Invitation",
|
|
4475
|
-
"value": "
|
|
4475
|
+
"value": "Patch An Invitation"
|
|
4476
4476
|
},
|
|
4477
4477
|
{
|
|
4478
4478
|
"name": "Get Users Invitations",
|
|
4479
|
-
"value": "
|
|
4479
|
+
"value": "Get Users Invitations"
|
|
4480
4480
|
}
|
|
4481
4481
|
],
|
|
4482
|
-
"default": "
|
|
4482
|
+
"default": "Display An Invitation Of An Account",
|
|
4483
4483
|
"noDataExpression": true
|
|
4484
4484
|
},
|
|
4485
4485
|
{
|
|
@@ -4493,7 +4493,7 @@ class InfomaniakCoreRessource {
|
|
|
4493
4493
|
"User Management > Accounts > Invitations"
|
|
4494
4494
|
],
|
|
4495
4495
|
"operation": [
|
|
4496
|
-
"
|
|
4496
|
+
"Display An Invitation Of An Account"
|
|
4497
4497
|
]
|
|
4498
4498
|
}
|
|
4499
4499
|
},
|
|
@@ -4510,7 +4510,7 @@ class InfomaniakCoreRessource {
|
|
|
4510
4510
|
"User Management > Accounts > Invitations"
|
|
4511
4511
|
],
|
|
4512
4512
|
"operation": [
|
|
4513
|
-
"
|
|
4513
|
+
"Display An Invitation Of An Account"
|
|
4514
4514
|
]
|
|
4515
4515
|
}
|
|
4516
4516
|
},
|
|
@@ -4528,7 +4528,7 @@ class InfomaniakCoreRessource {
|
|
|
4528
4528
|
"User Management > Accounts > Invitations"
|
|
4529
4529
|
],
|
|
4530
4530
|
"operation": [
|
|
4531
|
-
"
|
|
4531
|
+
"Display An Invitation Of An Account"
|
|
4532
4532
|
]
|
|
4533
4533
|
}
|
|
4534
4534
|
},
|
|
@@ -4553,7 +4553,7 @@ class InfomaniakCoreRessource {
|
|
|
4553
4553
|
"User Management > Accounts > Invitations"
|
|
4554
4554
|
],
|
|
4555
4555
|
"operation": [
|
|
4556
|
-
"
|
|
4556
|
+
"Patch An Invitation"
|
|
4557
4557
|
]
|
|
4558
4558
|
}
|
|
4559
4559
|
},
|
|
@@ -4570,7 +4570,7 @@ class InfomaniakCoreRessource {
|
|
|
4570
4570
|
"User Management > Accounts > Invitations"
|
|
4571
4571
|
],
|
|
4572
4572
|
"operation": [
|
|
4573
|
-
"
|
|
4573
|
+
"Patch An Invitation"
|
|
4574
4574
|
]
|
|
4575
4575
|
}
|
|
4576
4576
|
},
|
|
@@ -4588,7 +4588,7 @@ class InfomaniakCoreRessource {
|
|
|
4588
4588
|
"User Management > Accounts > Invitations"
|
|
4589
4589
|
],
|
|
4590
4590
|
"operation": [
|
|
4591
|
-
"
|
|
4591
|
+
"Patch An Invitation"
|
|
4592
4592
|
]
|
|
4593
4593
|
}
|
|
4594
4594
|
},
|
|
@@ -4663,7 +4663,7 @@ class InfomaniakCoreRessource {
|
|
|
4663
4663
|
"User Management > Accounts > Invitations"
|
|
4664
4664
|
],
|
|
4665
4665
|
"operation": [
|
|
4666
|
-
"
|
|
4666
|
+
"Get Users Invitations"
|
|
4667
4667
|
]
|
|
4668
4668
|
}
|
|
4669
4669
|
},
|
|
@@ -4680,7 +4680,7 @@ class InfomaniakCoreRessource {
|
|
|
4680
4680
|
"User Management > Accounts > Invitations"
|
|
4681
4681
|
],
|
|
4682
4682
|
"operation": [
|
|
4683
|
-
"
|
|
4683
|
+
"Get Users Invitations"
|
|
4684
4684
|
]
|
|
4685
4685
|
}
|
|
4686
4686
|
},
|
|
@@ -4698,7 +4698,7 @@ class InfomaniakCoreRessource {
|
|
|
4698
4698
|
"User Management > Accounts > Invitations"
|
|
4699
4699
|
],
|
|
4700
4700
|
"operation": [
|
|
4701
|
-
"
|
|
4701
|
+
"Get Users Invitations"
|
|
4702
4702
|
]
|
|
4703
4703
|
}
|
|
4704
4704
|
},
|
|
@@ -4732,25 +4732,25 @@ class InfomaniakCoreRessource {
|
|
|
4732
4732
|
"displayOptions": {
|
|
4733
4733
|
"show": {
|
|
4734
4734
|
"resource": [
|
|
4735
|
-
"User Management > Accounts > Invitations >
|
|
4735
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4736
4736
|
]
|
|
4737
4737
|
}
|
|
4738
4738
|
},
|
|
4739
4739
|
"options": [
|
|
4740
4740
|
{
|
|
4741
4741
|
"name": "List Customers",
|
|
4742
|
-
"value": "
|
|
4742
|
+
"value": "List Customers"
|
|
4743
4743
|
},
|
|
4744
4744
|
{
|
|
4745
4745
|
"name": "Assign Customers",
|
|
4746
|
-
"value": "
|
|
4746
|
+
"value": "Assign Customers"
|
|
4747
4747
|
},
|
|
4748
4748
|
{
|
|
4749
4749
|
"name": "Unassign Customers",
|
|
4750
|
-
"value": "
|
|
4750
|
+
"value": "Unassign Customers"
|
|
4751
4751
|
}
|
|
4752
4752
|
],
|
|
4753
|
-
"default": "
|
|
4753
|
+
"default": "List Customers",
|
|
4754
4754
|
"noDataExpression": true
|
|
4755
4755
|
},
|
|
4756
4756
|
{
|
|
@@ -4761,10 +4761,10 @@ class InfomaniakCoreRessource {
|
|
|
4761
4761
|
"displayOptions": {
|
|
4762
4762
|
"show": {
|
|
4763
4763
|
"resource": [
|
|
4764
|
-
"User Management > Accounts > Invitations >
|
|
4764
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4765
4765
|
],
|
|
4766
4766
|
"operation": [
|
|
4767
|
-
"
|
|
4767
|
+
"List Customers"
|
|
4768
4768
|
]
|
|
4769
4769
|
}
|
|
4770
4770
|
},
|
|
@@ -4778,10 +4778,10 @@ class InfomaniakCoreRessource {
|
|
|
4778
4778
|
"displayOptions": {
|
|
4779
4779
|
"show": {
|
|
4780
4780
|
"resource": [
|
|
4781
|
-
"User Management > Accounts > Invitations >
|
|
4781
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4782
4782
|
],
|
|
4783
4783
|
"operation": [
|
|
4784
|
-
"
|
|
4784
|
+
"List Customers"
|
|
4785
4785
|
]
|
|
4786
4786
|
}
|
|
4787
4787
|
},
|
|
@@ -4796,10 +4796,10 @@ class InfomaniakCoreRessource {
|
|
|
4796
4796
|
"displayOptions": {
|
|
4797
4797
|
"show": {
|
|
4798
4798
|
"resource": [
|
|
4799
|
-
"User Management > Accounts > Invitations >
|
|
4799
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4800
4800
|
],
|
|
4801
4801
|
"operation": [
|
|
4802
|
-
"
|
|
4802
|
+
"List Customers"
|
|
4803
4803
|
]
|
|
4804
4804
|
}
|
|
4805
4805
|
},
|
|
@@ -4879,10 +4879,10 @@ class InfomaniakCoreRessource {
|
|
|
4879
4879
|
"displayOptions": {
|
|
4880
4880
|
"show": {
|
|
4881
4881
|
"resource": [
|
|
4882
|
-
"User Management > Accounts > Invitations >
|
|
4882
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4883
4883
|
],
|
|
4884
4884
|
"operation": [
|
|
4885
|
-
"
|
|
4885
|
+
"Assign Customers"
|
|
4886
4886
|
]
|
|
4887
4887
|
}
|
|
4888
4888
|
},
|
|
@@ -4896,10 +4896,10 @@ class InfomaniakCoreRessource {
|
|
|
4896
4896
|
"displayOptions": {
|
|
4897
4897
|
"show": {
|
|
4898
4898
|
"resource": [
|
|
4899
|
-
"User Management > Accounts > Invitations >
|
|
4899
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4900
4900
|
],
|
|
4901
4901
|
"operation": [
|
|
4902
|
-
"
|
|
4902
|
+
"Assign Customers"
|
|
4903
4903
|
]
|
|
4904
4904
|
}
|
|
4905
4905
|
},
|
|
@@ -4913,10 +4913,10 @@ class InfomaniakCoreRessource {
|
|
|
4913
4913
|
"displayOptions": {
|
|
4914
4914
|
"show": {
|
|
4915
4915
|
"resource": [
|
|
4916
|
-
"User Management > Accounts > Invitations >
|
|
4916
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4917
4917
|
],
|
|
4918
4918
|
"operation": [
|
|
4919
|
-
"
|
|
4919
|
+
"Assign Customers"
|
|
4920
4920
|
]
|
|
4921
4921
|
}
|
|
4922
4922
|
},
|
|
@@ -4930,10 +4930,10 @@ class InfomaniakCoreRessource {
|
|
|
4930
4930
|
"displayOptions": {
|
|
4931
4931
|
"show": {
|
|
4932
4932
|
"resource": [
|
|
4933
|
-
"User Management > Accounts > Invitations >
|
|
4933
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4934
4934
|
],
|
|
4935
4935
|
"operation": [
|
|
4936
|
-
"
|
|
4936
|
+
"Unassign Customers"
|
|
4937
4937
|
]
|
|
4938
4938
|
}
|
|
4939
4939
|
},
|
|
@@ -4947,10 +4947,10 @@ class InfomaniakCoreRessource {
|
|
|
4947
4947
|
"displayOptions": {
|
|
4948
4948
|
"show": {
|
|
4949
4949
|
"resource": [
|
|
4950
|
-
"User Management > Accounts > Invitations >
|
|
4950
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4951
4951
|
],
|
|
4952
4952
|
"operation": [
|
|
4953
|
-
"
|
|
4953
|
+
"Unassign Customers"
|
|
4954
4954
|
]
|
|
4955
4955
|
}
|
|
4956
4956
|
},
|
|
@@ -4964,10 +4964,10 @@ class InfomaniakCoreRessource {
|
|
|
4964
4964
|
"displayOptions": {
|
|
4965
4965
|
"show": {
|
|
4966
4966
|
"resource": [
|
|
4967
|
-
"User Management > Accounts > Invitations >
|
|
4967
|
+
"User Management > Accounts > Invitations > B2 B"
|
|
4968
4968
|
],
|
|
4969
4969
|
"operation": [
|
|
4970
|
-
"
|
|
4970
|
+
"Unassign Customers"
|
|
4971
4971
|
]
|
|
4972
4972
|
}
|
|
4973
4973
|
},
|
|
@@ -4987,18 +4987,18 @@ class InfomaniakCoreRessource {
|
|
|
4987
4987
|
"options": [
|
|
4988
4988
|
{
|
|
4989
4989
|
"name": "Add A Drive Access",
|
|
4990
|
-
"value": "
|
|
4990
|
+
"value": "Add A Drive Access"
|
|
4991
4991
|
},
|
|
4992
4992
|
{
|
|
4993
4993
|
"name": "Update Drive Access",
|
|
4994
|
-
"value": "
|
|
4994
|
+
"value": "Update Drive Access"
|
|
4995
4995
|
},
|
|
4996
4996
|
{
|
|
4997
4997
|
"name": "Revoke A Drive Access",
|
|
4998
|
-
"value": "
|
|
4998
|
+
"value": "Revoke A Drive Access"
|
|
4999
4999
|
}
|
|
5000
5000
|
],
|
|
5001
|
-
"default": "
|
|
5001
|
+
"default": "Add A Drive Access",
|
|
5002
5002
|
"noDataExpression": true
|
|
5003
5003
|
},
|
|
5004
5004
|
{
|
|
@@ -5012,7 +5012,7 @@ class InfomaniakCoreRessource {
|
|
|
5012
5012
|
"User Management > Accounts > Invitations > Drive"
|
|
5013
5013
|
],
|
|
5014
5014
|
"operation": [
|
|
5015
|
-
"
|
|
5015
|
+
"Add A Drive Access"
|
|
5016
5016
|
]
|
|
5017
5017
|
}
|
|
5018
5018
|
},
|
|
@@ -5029,7 +5029,7 @@ class InfomaniakCoreRessource {
|
|
|
5029
5029
|
"User Management > Accounts > Invitations > Drive"
|
|
5030
5030
|
],
|
|
5031
5031
|
"operation": [
|
|
5032
|
-
"
|
|
5032
|
+
"Add A Drive Access"
|
|
5033
5033
|
]
|
|
5034
5034
|
}
|
|
5035
5035
|
},
|
|
@@ -5046,7 +5046,7 @@ class InfomaniakCoreRessource {
|
|
|
5046
5046
|
"User Management > Accounts > Invitations > Drive"
|
|
5047
5047
|
],
|
|
5048
5048
|
"operation": [
|
|
5049
|
-
"
|
|
5049
|
+
"Add A Drive Access"
|
|
5050
5050
|
]
|
|
5051
5051
|
}
|
|
5052
5052
|
},
|
|
@@ -5063,7 +5063,7 @@ class InfomaniakCoreRessource {
|
|
|
5063
5063
|
"User Management > Accounts > Invitations > Drive"
|
|
5064
5064
|
],
|
|
5065
5065
|
"operation": [
|
|
5066
|
-
"
|
|
5066
|
+
"Add A Drive Access"
|
|
5067
5067
|
]
|
|
5068
5068
|
}
|
|
5069
5069
|
},
|
|
@@ -5090,7 +5090,7 @@ class InfomaniakCoreRessource {
|
|
|
5090
5090
|
"User Management > Accounts > Invitations > Drive"
|
|
5091
5091
|
],
|
|
5092
5092
|
"operation": [
|
|
5093
|
-
"
|
|
5093
|
+
"Update Drive Access"
|
|
5094
5094
|
]
|
|
5095
5095
|
}
|
|
5096
5096
|
},
|
|
@@ -5107,7 +5107,7 @@ class InfomaniakCoreRessource {
|
|
|
5107
5107
|
"User Management > Accounts > Invitations > Drive"
|
|
5108
5108
|
],
|
|
5109
5109
|
"operation": [
|
|
5110
|
-
"
|
|
5110
|
+
"Update Drive Access"
|
|
5111
5111
|
]
|
|
5112
5112
|
}
|
|
5113
5113
|
},
|
|
@@ -5124,7 +5124,7 @@ class InfomaniakCoreRessource {
|
|
|
5124
5124
|
"User Management > Accounts > Invitations > Drive"
|
|
5125
5125
|
],
|
|
5126
5126
|
"operation": [
|
|
5127
|
-
"
|
|
5127
|
+
"Update Drive Access"
|
|
5128
5128
|
]
|
|
5129
5129
|
}
|
|
5130
5130
|
},
|
|
@@ -5142,7 +5142,7 @@ class InfomaniakCoreRessource {
|
|
|
5142
5142
|
"User Management > Accounts > Invitations > Drive"
|
|
5143
5143
|
],
|
|
5144
5144
|
"operation": [
|
|
5145
|
-
"
|
|
5145
|
+
"Update Drive Access"
|
|
5146
5146
|
]
|
|
5147
5147
|
}
|
|
5148
5148
|
},
|
|
@@ -5200,7 +5200,7 @@ class InfomaniakCoreRessource {
|
|
|
5200
5200
|
"User Management > Accounts > Invitations > Drive"
|
|
5201
5201
|
],
|
|
5202
5202
|
"operation": [
|
|
5203
|
-
"
|
|
5203
|
+
"Revoke A Drive Access"
|
|
5204
5204
|
]
|
|
5205
5205
|
}
|
|
5206
5206
|
},
|
|
@@ -5217,7 +5217,7 @@ class InfomaniakCoreRessource {
|
|
|
5217
5217
|
"User Management > Accounts > Invitations > Drive"
|
|
5218
5218
|
],
|
|
5219
5219
|
"operation": [
|
|
5220
|
-
"
|
|
5220
|
+
"Revoke A Drive Access"
|
|
5221
5221
|
]
|
|
5222
5222
|
}
|
|
5223
5223
|
},
|
|
@@ -5234,7 +5234,7 @@ class InfomaniakCoreRessource {
|
|
|
5234
5234
|
"User Management > Accounts > Invitations > Drive"
|
|
5235
5235
|
],
|
|
5236
5236
|
"operation": [
|
|
5237
|
-
"
|
|
5237
|
+
"Revoke A Drive Access"
|
|
5238
5238
|
]
|
|
5239
5239
|
}
|
|
5240
5240
|
},
|
|
@@ -5254,10 +5254,10 @@ class InfomaniakCoreRessource {
|
|
|
5254
5254
|
"options": [
|
|
5255
5255
|
{
|
|
5256
5256
|
"name": "Update A K Chat Access",
|
|
5257
|
-
"value": "
|
|
5257
|
+
"value": "Update A K Chat Access"
|
|
5258
5258
|
}
|
|
5259
5259
|
],
|
|
5260
|
-
"default": "
|
|
5260
|
+
"default": "Update A K Chat Access",
|
|
5261
5261
|
"noDataExpression": true
|
|
5262
5262
|
},
|
|
5263
5263
|
{
|
|
@@ -5271,7 +5271,7 @@ class InfomaniakCoreRessource {
|
|
|
5271
5271
|
"User Management > Accounts > Invitations > KChat"
|
|
5272
5272
|
],
|
|
5273
5273
|
"operation": [
|
|
5274
|
-
"
|
|
5274
|
+
"Update A K Chat Access"
|
|
5275
5275
|
]
|
|
5276
5276
|
}
|
|
5277
5277
|
},
|
|
@@ -5288,7 +5288,7 @@ class InfomaniakCoreRessource {
|
|
|
5288
5288
|
"User Management > Accounts > Invitations > KChat"
|
|
5289
5289
|
],
|
|
5290
5290
|
"operation": [
|
|
5291
|
-
"
|
|
5291
|
+
"Update A K Chat Access"
|
|
5292
5292
|
]
|
|
5293
5293
|
}
|
|
5294
5294
|
},
|
|
@@ -5305,7 +5305,7 @@ class InfomaniakCoreRessource {
|
|
|
5305
5305
|
"User Management > Accounts > Invitations > KChat"
|
|
5306
5306
|
],
|
|
5307
5307
|
"operation": [
|
|
5308
|
-
"
|
|
5308
|
+
"Update A K Chat Access"
|
|
5309
5309
|
]
|
|
5310
5310
|
}
|
|
5311
5311
|
},
|
|
@@ -5335,22 +5335,22 @@ class InfomaniakCoreRessource {
|
|
|
5335
5335
|
"options": [
|
|
5336
5336
|
{
|
|
5337
5337
|
"name": "Create Invite",
|
|
5338
|
-
"value": "
|
|
5338
|
+
"value": "Create Invite"
|
|
5339
5339
|
},
|
|
5340
5340
|
{
|
|
5341
5341
|
"name": "Create Mailbox",
|
|
5342
|
-
"value": "
|
|
5342
|
+
"value": "Create Mailbox"
|
|
5343
5343
|
},
|
|
5344
5344
|
{
|
|
5345
5345
|
"name": "Update A Mailbox Access",
|
|
5346
|
-
"value": "
|
|
5346
|
+
"value": "Update A Mailbox Access"
|
|
5347
5347
|
},
|
|
5348
5348
|
{
|
|
5349
5349
|
"name": "Revoke A Drive Access",
|
|
5350
|
-
"value": "
|
|
5350
|
+
"value": "Revoke A Drive Access"
|
|
5351
5351
|
}
|
|
5352
5352
|
],
|
|
5353
|
-
"default": "
|
|
5353
|
+
"default": "Create Invite",
|
|
5354
5354
|
"noDataExpression": true
|
|
5355
5355
|
},
|
|
5356
5356
|
{
|
|
@@ -5364,7 +5364,7 @@ class InfomaniakCoreRessource {
|
|
|
5364
5364
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5365
5365
|
],
|
|
5366
5366
|
"operation": [
|
|
5367
|
-
"
|
|
5367
|
+
"Create Invite"
|
|
5368
5368
|
]
|
|
5369
5369
|
}
|
|
5370
5370
|
},
|
|
@@ -5381,7 +5381,7 @@ class InfomaniakCoreRessource {
|
|
|
5381
5381
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5382
5382
|
],
|
|
5383
5383
|
"operation": [
|
|
5384
|
-
"
|
|
5384
|
+
"Create Invite"
|
|
5385
5385
|
]
|
|
5386
5386
|
}
|
|
5387
5387
|
},
|
|
@@ -5398,7 +5398,7 @@ class InfomaniakCoreRessource {
|
|
|
5398
5398
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5399
5399
|
],
|
|
5400
5400
|
"operation": [
|
|
5401
|
-
"
|
|
5401
|
+
"Create Invite"
|
|
5402
5402
|
]
|
|
5403
5403
|
}
|
|
5404
5404
|
},
|
|
@@ -5416,7 +5416,7 @@ class InfomaniakCoreRessource {
|
|
|
5416
5416
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5417
5417
|
],
|
|
5418
5418
|
"operation": [
|
|
5419
|
-
"
|
|
5419
|
+
"Create Invite"
|
|
5420
5420
|
]
|
|
5421
5421
|
}
|
|
5422
5422
|
},
|
|
@@ -5433,7 +5433,7 @@ class InfomaniakCoreRessource {
|
|
|
5433
5433
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5434
5434
|
],
|
|
5435
5435
|
"operation": [
|
|
5436
|
-
"
|
|
5436
|
+
"Create Invite"
|
|
5437
5437
|
]
|
|
5438
5438
|
}
|
|
5439
5439
|
},
|
|
@@ -5450,7 +5450,7 @@ class InfomaniakCoreRessource {
|
|
|
5450
5450
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5451
5451
|
],
|
|
5452
5452
|
"operation": [
|
|
5453
|
-
"
|
|
5453
|
+
"Create Invite"
|
|
5454
5454
|
]
|
|
5455
5455
|
}
|
|
5456
5456
|
},
|
|
@@ -5468,7 +5468,7 @@ class InfomaniakCoreRessource {
|
|
|
5468
5468
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5469
5469
|
],
|
|
5470
5470
|
"operation": [
|
|
5471
|
-
"
|
|
5471
|
+
"Create Invite"
|
|
5472
5472
|
]
|
|
5473
5473
|
}
|
|
5474
5474
|
},
|
|
@@ -5492,7 +5492,7 @@ class InfomaniakCoreRessource {
|
|
|
5492
5492
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5493
5493
|
],
|
|
5494
5494
|
"operation": [
|
|
5495
|
-
"
|
|
5495
|
+
"Create Mailbox"
|
|
5496
5496
|
]
|
|
5497
5497
|
}
|
|
5498
5498
|
},
|
|
@@ -5509,7 +5509,7 @@ class InfomaniakCoreRessource {
|
|
|
5509
5509
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5510
5510
|
],
|
|
5511
5511
|
"operation": [
|
|
5512
|
-
"
|
|
5512
|
+
"Create Mailbox"
|
|
5513
5513
|
]
|
|
5514
5514
|
}
|
|
5515
5515
|
},
|
|
@@ -5526,7 +5526,7 @@ class InfomaniakCoreRessource {
|
|
|
5526
5526
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5527
5527
|
],
|
|
5528
5528
|
"operation": [
|
|
5529
|
-
"
|
|
5529
|
+
"Create Mailbox"
|
|
5530
5530
|
]
|
|
5531
5531
|
}
|
|
5532
5532
|
},
|
|
@@ -5543,7 +5543,7 @@ class InfomaniakCoreRessource {
|
|
|
5543
5543
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5544
5544
|
],
|
|
5545
5545
|
"operation": [
|
|
5546
|
-
"
|
|
5546
|
+
"Create Mailbox"
|
|
5547
5547
|
]
|
|
5548
5548
|
}
|
|
5549
5549
|
},
|
|
@@ -5560,7 +5560,7 @@ class InfomaniakCoreRessource {
|
|
|
5560
5560
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5561
5561
|
],
|
|
5562
5562
|
"operation": [
|
|
5563
|
-
"
|
|
5563
|
+
"Create Mailbox"
|
|
5564
5564
|
]
|
|
5565
5565
|
}
|
|
5566
5566
|
},
|
|
@@ -5577,7 +5577,7 @@ class InfomaniakCoreRessource {
|
|
|
5577
5577
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5578
5578
|
],
|
|
5579
5579
|
"operation": [
|
|
5580
|
-
"
|
|
5580
|
+
"Update A Mailbox Access"
|
|
5581
5581
|
]
|
|
5582
5582
|
}
|
|
5583
5583
|
},
|
|
@@ -5594,7 +5594,7 @@ class InfomaniakCoreRessource {
|
|
|
5594
5594
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5595
5595
|
],
|
|
5596
5596
|
"operation": [
|
|
5597
|
-
"
|
|
5597
|
+
"Update A Mailbox Access"
|
|
5598
5598
|
]
|
|
5599
5599
|
}
|
|
5600
5600
|
},
|
|
@@ -5611,7 +5611,7 @@ class InfomaniakCoreRessource {
|
|
|
5611
5611
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5612
5612
|
],
|
|
5613
5613
|
"operation": [
|
|
5614
|
-
"
|
|
5614
|
+
"Update A Mailbox Access"
|
|
5615
5615
|
]
|
|
5616
5616
|
}
|
|
5617
5617
|
},
|
|
@@ -5628,7 +5628,7 @@ class InfomaniakCoreRessource {
|
|
|
5628
5628
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5629
5629
|
],
|
|
5630
5630
|
"operation": [
|
|
5631
|
-
"
|
|
5631
|
+
"Update A Mailbox Access"
|
|
5632
5632
|
]
|
|
5633
5633
|
}
|
|
5634
5634
|
},
|
|
@@ -5645,7 +5645,7 @@ class InfomaniakCoreRessource {
|
|
|
5645
5645
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5646
5646
|
],
|
|
5647
5647
|
"operation": [
|
|
5648
|
-
"
|
|
5648
|
+
"Update A Mailbox Access"
|
|
5649
5649
|
]
|
|
5650
5650
|
}
|
|
5651
5651
|
},
|
|
@@ -5662,7 +5662,7 @@ class InfomaniakCoreRessource {
|
|
|
5662
5662
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5663
5663
|
],
|
|
5664
5664
|
"operation": [
|
|
5665
|
-
"
|
|
5665
|
+
"Revoke A Drive Access"
|
|
5666
5666
|
]
|
|
5667
5667
|
}
|
|
5668
5668
|
},
|
|
@@ -5679,7 +5679,7 @@ class InfomaniakCoreRessource {
|
|
|
5679
5679
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5680
5680
|
],
|
|
5681
5681
|
"operation": [
|
|
5682
|
-
"
|
|
5682
|
+
"Revoke A Drive Access"
|
|
5683
5683
|
]
|
|
5684
5684
|
}
|
|
5685
5685
|
},
|
|
@@ -5696,7 +5696,7 @@ class InfomaniakCoreRessource {
|
|
|
5696
5696
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5697
5697
|
],
|
|
5698
5698
|
"operation": [
|
|
5699
|
-
"
|
|
5699
|
+
"Revoke A Drive Access"
|
|
5700
5700
|
]
|
|
5701
5701
|
}
|
|
5702
5702
|
},
|
|
@@ -5713,7 +5713,7 @@ class InfomaniakCoreRessource {
|
|
|
5713
5713
|
"User Management > Accounts > Invitations > Mailbox"
|
|
5714
5714
|
],
|
|
5715
5715
|
"operation": [
|
|
5716
|
-
"
|
|
5716
|
+
"Revoke A Drive Access"
|
|
5717
5717
|
]
|
|
5718
5718
|
}
|
|
5719
5719
|
},
|
|
@@ -5726,21 +5726,21 @@ class InfomaniakCoreRessource {
|
|
|
5726
5726
|
"displayOptions": {
|
|
5727
5727
|
"show": {
|
|
5728
5728
|
"resource": [
|
|
5729
|
-
"User Management > Accounts > Invitations >
|
|
5729
|
+
"User Management > Accounts > Invitations > K Suite"
|
|
5730
5730
|
]
|
|
5731
5731
|
}
|
|
5732
5732
|
},
|
|
5733
5733
|
"options": [
|
|
5734
5734
|
{
|
|
5735
5735
|
"name": "Create A K Suite Access",
|
|
5736
|
-
"value": "
|
|
5736
|
+
"value": "Create A K Suite Access"
|
|
5737
5737
|
},
|
|
5738
5738
|
{
|
|
5739
5739
|
"name": "Revoke K Suite Access",
|
|
5740
|
-
"value": "
|
|
5740
|
+
"value": "Revoke K Suite Access"
|
|
5741
5741
|
}
|
|
5742
5742
|
],
|
|
5743
|
-
"default": "
|
|
5743
|
+
"default": "Create A K Suite Access",
|
|
5744
5744
|
"noDataExpression": true
|
|
5745
5745
|
},
|
|
5746
5746
|
{
|
|
@@ -5751,10 +5751,10 @@ class InfomaniakCoreRessource {
|
|
|
5751
5751
|
"displayOptions": {
|
|
5752
5752
|
"show": {
|
|
5753
5753
|
"resource": [
|
|
5754
|
-
"User Management > Accounts > Invitations >
|
|
5754
|
+
"User Management > Accounts > Invitations > K Suite"
|
|
5755
5755
|
],
|
|
5756
5756
|
"operation": [
|
|
5757
|
-
"
|
|
5757
|
+
"Create A K Suite Access"
|
|
5758
5758
|
]
|
|
5759
5759
|
}
|
|
5760
5760
|
},
|
|
@@ -5768,10 +5768,10 @@ class InfomaniakCoreRessource {
|
|
|
5768
5768
|
"displayOptions": {
|
|
5769
5769
|
"show": {
|
|
5770
5770
|
"resource": [
|
|
5771
|
-
"User Management > Accounts > Invitations >
|
|
5771
|
+
"User Management > Accounts > Invitations > K Suite"
|
|
5772
5772
|
],
|
|
5773
5773
|
"operation": [
|
|
5774
|
-
"
|
|
5774
|
+
"Create A K Suite Access"
|
|
5775
5775
|
]
|
|
5776
5776
|
}
|
|
5777
5777
|
},
|
|
@@ -5785,10 +5785,10 @@ class InfomaniakCoreRessource {
|
|
|
5785
5785
|
"displayOptions": {
|
|
5786
5786
|
"show": {
|
|
5787
5787
|
"resource": [
|
|
5788
|
-
"User Management > Accounts > Invitations >
|
|
5788
|
+
"User Management > Accounts > Invitations > K Suite"
|
|
5789
5789
|
],
|
|
5790
5790
|
"operation": [
|
|
5791
|
-
"
|
|
5791
|
+
"Create A K Suite Access"
|
|
5792
5792
|
]
|
|
5793
5793
|
}
|
|
5794
5794
|
},
|
|
@@ -5803,10 +5803,10 @@ class InfomaniakCoreRessource {
|
|
|
5803
5803
|
"displayOptions": {
|
|
5804
5804
|
"show": {
|
|
5805
5805
|
"resource": [
|
|
5806
|
-
"User Management > Accounts > Invitations >
|
|
5806
|
+
"User Management > Accounts > Invitations > K Suite"
|
|
5807
5807
|
],
|
|
5808
5808
|
"operation": [
|
|
5809
|
-
"
|
|
5809
|
+
"Create A K Suite Access"
|
|
5810
5810
|
]
|
|
5811
5811
|
}
|
|
5812
5812
|
},
|
|
@@ -5839,10 +5839,10 @@ class InfomaniakCoreRessource {
|
|
|
5839
5839
|
"displayOptions": {
|
|
5840
5840
|
"show": {
|
|
5841
5841
|
"resource": [
|
|
5842
|
-
"User Management > Accounts > Invitations >
|
|
5842
|
+
"User Management > Accounts > Invitations > K Suite"
|
|
5843
5843
|
],
|
|
5844
5844
|
"operation": [
|
|
5845
|
-
"
|
|
5845
|
+
"Revoke K Suite Access"
|
|
5846
5846
|
]
|
|
5847
5847
|
}
|
|
5848
5848
|
},
|
|
@@ -5856,10 +5856,10 @@ class InfomaniakCoreRessource {
|
|
|
5856
5856
|
"displayOptions": {
|
|
5857
5857
|
"show": {
|
|
5858
5858
|
"resource": [
|
|
5859
|
-
"User Management > Accounts > Invitations >
|
|
5859
|
+
"User Management > Accounts > Invitations > K Suite"
|
|
5860
5860
|
],
|
|
5861
5861
|
"operation": [
|
|
5862
|
-
"
|
|
5862
|
+
"Revoke K Suite Access"
|
|
5863
5863
|
]
|
|
5864
5864
|
}
|
|
5865
5865
|
},
|
|
@@ -5879,26 +5879,26 @@ class InfomaniakCoreRessource {
|
|
|
5879
5879
|
"options": [
|
|
5880
5880
|
{
|
|
5881
5881
|
"name": "List Teams",
|
|
5882
|
-
"value": "
|
|
5882
|
+
"value": "List Teams"
|
|
5883
5883
|
},
|
|
5884
5884
|
{
|
|
5885
5885
|
"name": "Create A Team",
|
|
5886
|
-
"value": "
|
|
5886
|
+
"value": "Create A Team"
|
|
5887
5887
|
},
|
|
5888
5888
|
{
|
|
5889
5889
|
"name": "Get A Team",
|
|
5890
|
-
"value": "
|
|
5890
|
+
"value": "Get A Team"
|
|
5891
5891
|
},
|
|
5892
5892
|
{
|
|
5893
5893
|
"name": "Update A Team",
|
|
5894
|
-
"value": "
|
|
5894
|
+
"value": "Update A Team"
|
|
5895
5895
|
},
|
|
5896
5896
|
{
|
|
5897
5897
|
"name": "Delete A Team",
|
|
5898
|
-
"value": "
|
|
5898
|
+
"value": "Delete A Team"
|
|
5899
5899
|
}
|
|
5900
5900
|
],
|
|
5901
|
-
"default": "
|
|
5901
|
+
"default": "List Teams",
|
|
5902
5902
|
"noDataExpression": true
|
|
5903
5903
|
},
|
|
5904
5904
|
{
|
|
@@ -5912,7 +5912,7 @@ class InfomaniakCoreRessource {
|
|
|
5912
5912
|
"User Management > Teams"
|
|
5913
5913
|
],
|
|
5914
5914
|
"operation": [
|
|
5915
|
-
"
|
|
5915
|
+
"List Teams"
|
|
5916
5916
|
]
|
|
5917
5917
|
}
|
|
5918
5918
|
},
|
|
@@ -5931,7 +5931,7 @@ class InfomaniakCoreRessource {
|
|
|
5931
5931
|
"User Management > Teams"
|
|
5932
5932
|
],
|
|
5933
5933
|
"operation": [
|
|
5934
|
-
"
|
|
5934
|
+
"List Teams"
|
|
5935
5935
|
]
|
|
5936
5936
|
}
|
|
5937
5937
|
},
|
|
@@ -6026,7 +6026,7 @@ class InfomaniakCoreRessource {
|
|
|
6026
6026
|
"User Management > Teams"
|
|
6027
6027
|
],
|
|
6028
6028
|
"operation": [
|
|
6029
|
-
"
|
|
6029
|
+
"Create A Team"
|
|
6030
6030
|
]
|
|
6031
6031
|
}
|
|
6032
6032
|
},
|
|
@@ -6044,7 +6044,7 @@ class InfomaniakCoreRessource {
|
|
|
6044
6044
|
"User Management > Teams"
|
|
6045
6045
|
],
|
|
6046
6046
|
"operation": [
|
|
6047
|
-
"
|
|
6047
|
+
"Create A Team"
|
|
6048
6048
|
]
|
|
6049
6049
|
}
|
|
6050
6050
|
},
|
|
@@ -6063,7 +6063,7 @@ class InfomaniakCoreRessource {
|
|
|
6063
6063
|
"User Management > Teams"
|
|
6064
6064
|
],
|
|
6065
6065
|
"operation": [
|
|
6066
|
-
"
|
|
6066
|
+
"Create A Team"
|
|
6067
6067
|
]
|
|
6068
6068
|
}
|
|
6069
6069
|
},
|
|
@@ -6095,7 +6095,7 @@ class InfomaniakCoreRessource {
|
|
|
6095
6095
|
"User Management > Teams"
|
|
6096
6096
|
],
|
|
6097
6097
|
"operation": [
|
|
6098
|
-
"
|
|
6098
|
+
"Get A Team"
|
|
6099
6099
|
]
|
|
6100
6100
|
}
|
|
6101
6101
|
},
|
|
@@ -6113,7 +6113,7 @@ class InfomaniakCoreRessource {
|
|
|
6113
6113
|
"User Management > Teams"
|
|
6114
6114
|
],
|
|
6115
6115
|
"operation": [
|
|
6116
|
-
"
|
|
6116
|
+
"Get A Team"
|
|
6117
6117
|
]
|
|
6118
6118
|
}
|
|
6119
6119
|
},
|
|
@@ -6132,7 +6132,7 @@ class InfomaniakCoreRessource {
|
|
|
6132
6132
|
"User Management > Teams"
|
|
6133
6133
|
],
|
|
6134
6134
|
"operation": [
|
|
6135
|
-
"
|
|
6135
|
+
"Get A Team"
|
|
6136
6136
|
]
|
|
6137
6137
|
}
|
|
6138
6138
|
},
|
|
@@ -6157,7 +6157,7 @@ class InfomaniakCoreRessource {
|
|
|
6157
6157
|
"User Management > Teams"
|
|
6158
6158
|
],
|
|
6159
6159
|
"operation": [
|
|
6160
|
-
"
|
|
6160
|
+
"Update A Team"
|
|
6161
6161
|
]
|
|
6162
6162
|
}
|
|
6163
6163
|
},
|
|
@@ -6175,7 +6175,7 @@ class InfomaniakCoreRessource {
|
|
|
6175
6175
|
"User Management > Teams"
|
|
6176
6176
|
],
|
|
6177
6177
|
"operation": [
|
|
6178
|
-
"
|
|
6178
|
+
"Update A Team"
|
|
6179
6179
|
]
|
|
6180
6180
|
}
|
|
6181
6181
|
},
|
|
@@ -6194,7 +6194,7 @@ class InfomaniakCoreRessource {
|
|
|
6194
6194
|
"User Management > Teams"
|
|
6195
6195
|
],
|
|
6196
6196
|
"operation": [
|
|
6197
|
-
"
|
|
6197
|
+
"Update A Team"
|
|
6198
6198
|
]
|
|
6199
6199
|
}
|
|
6200
6200
|
},
|
|
@@ -6233,7 +6233,7 @@ class InfomaniakCoreRessource {
|
|
|
6233
6233
|
"User Management > Teams"
|
|
6234
6234
|
],
|
|
6235
6235
|
"operation": [
|
|
6236
|
-
"
|
|
6236
|
+
"Delete A Team"
|
|
6237
6237
|
]
|
|
6238
6238
|
}
|
|
6239
6239
|
},
|
|
@@ -6251,7 +6251,7 @@ class InfomaniakCoreRessource {
|
|
|
6251
6251
|
"User Management > Teams"
|
|
6252
6252
|
],
|
|
6253
6253
|
"operation": [
|
|
6254
|
-
"
|
|
6254
|
+
"Delete A Team"
|
|
6255
6255
|
]
|
|
6256
6256
|
}
|
|
6257
6257
|
},
|
|
@@ -6272,18 +6272,18 @@ class InfomaniakCoreRessource {
|
|
|
6272
6272
|
"options": [
|
|
6273
6273
|
{
|
|
6274
6274
|
"name": "List Team Users",
|
|
6275
|
-
"value": "
|
|
6275
|
+
"value": "List Team Users"
|
|
6276
6276
|
},
|
|
6277
6277
|
{
|
|
6278
6278
|
"name": "Add Users To Team",
|
|
6279
|
-
"value": "
|
|
6279
|
+
"value": "Add Users To Team"
|
|
6280
6280
|
},
|
|
6281
6281
|
{
|
|
6282
6282
|
"name": "Remove Users From Team",
|
|
6283
|
-
"value": "
|
|
6283
|
+
"value": "Remove Users From Team"
|
|
6284
6284
|
}
|
|
6285
6285
|
],
|
|
6286
|
-
"default": "
|
|
6286
|
+
"default": "List Team Users",
|
|
6287
6287
|
"noDataExpression": true
|
|
6288
6288
|
},
|
|
6289
6289
|
{
|
|
@@ -6297,7 +6297,7 @@ class InfomaniakCoreRessource {
|
|
|
6297
6297
|
"User Management > Teams > Users"
|
|
6298
6298
|
],
|
|
6299
6299
|
"operation": [
|
|
6300
|
-
"
|
|
6300
|
+
"List Team Users"
|
|
6301
6301
|
]
|
|
6302
6302
|
}
|
|
6303
6303
|
},
|
|
@@ -6315,7 +6315,7 @@ class InfomaniakCoreRessource {
|
|
|
6315
6315
|
"User Management > Teams > Users"
|
|
6316
6316
|
],
|
|
6317
6317
|
"operation": [
|
|
6318
|
-
"
|
|
6318
|
+
"List Team Users"
|
|
6319
6319
|
]
|
|
6320
6320
|
}
|
|
6321
6321
|
},
|
|
@@ -6334,7 +6334,7 @@ class InfomaniakCoreRessource {
|
|
|
6334
6334
|
"User Management > Teams > Users"
|
|
6335
6335
|
],
|
|
6336
6336
|
"operation": [
|
|
6337
|
-
"
|
|
6337
|
+
"List Team Users"
|
|
6338
6338
|
]
|
|
6339
6339
|
}
|
|
6340
6340
|
},
|
|
@@ -6416,7 +6416,7 @@ class InfomaniakCoreRessource {
|
|
|
6416
6416
|
"User Management > Teams > Users"
|
|
6417
6417
|
],
|
|
6418
6418
|
"operation": [
|
|
6419
|
-
"
|
|
6419
|
+
"Add Users To Team"
|
|
6420
6420
|
]
|
|
6421
6421
|
}
|
|
6422
6422
|
},
|
|
@@ -6434,7 +6434,7 @@ class InfomaniakCoreRessource {
|
|
|
6434
6434
|
"User Management > Teams > Users"
|
|
6435
6435
|
],
|
|
6436
6436
|
"operation": [
|
|
6437
|
-
"
|
|
6437
|
+
"Add Users To Team"
|
|
6438
6438
|
]
|
|
6439
6439
|
}
|
|
6440
6440
|
},
|
|
@@ -6452,7 +6452,7 @@ class InfomaniakCoreRessource {
|
|
|
6452
6452
|
"User Management > Teams > Users"
|
|
6453
6453
|
],
|
|
6454
6454
|
"operation": [
|
|
6455
|
-
"
|
|
6455
|
+
"Add Users To Team"
|
|
6456
6456
|
]
|
|
6457
6457
|
}
|
|
6458
6458
|
},
|
|
@@ -6470,7 +6470,7 @@ class InfomaniakCoreRessource {
|
|
|
6470
6470
|
"User Management > Teams > Users"
|
|
6471
6471
|
],
|
|
6472
6472
|
"operation": [
|
|
6473
|
-
"
|
|
6473
|
+
"Remove Users From Team"
|
|
6474
6474
|
]
|
|
6475
6475
|
}
|
|
6476
6476
|
},
|
|
@@ -6488,7 +6488,7 @@ class InfomaniakCoreRessource {
|
|
|
6488
6488
|
"User Management > Teams > Users"
|
|
6489
6489
|
],
|
|
6490
6490
|
"operation": [
|
|
6491
|
-
"
|
|
6491
|
+
"Remove Users From Team"
|
|
6492
6492
|
]
|
|
6493
6493
|
}
|
|
6494
6494
|
},
|
|
@@ -6506,7 +6506,7 @@ class InfomaniakCoreRessource {
|
|
|
6506
6506
|
"User Management > Teams > Users"
|
|
6507
6507
|
],
|
|
6508
6508
|
"operation": [
|
|
6509
|
-
"
|
|
6509
|
+
"Remove Users From Team"
|
|
6510
6510
|
]
|
|
6511
6511
|
}
|
|
6512
6512
|
},
|
|
@@ -6520,33 +6520,33 @@ class InfomaniakCoreRessource {
|
|
|
6520
6520
|
"displayOptions": {
|
|
6521
6521
|
"show": {
|
|
6522
6522
|
"resource": [
|
|
6523
|
-
"
|
|
6523
|
+
"K Suite > Workspace"
|
|
6524
6524
|
]
|
|
6525
6525
|
}
|
|
6526
6526
|
},
|
|
6527
6527
|
"options": [
|
|
6528
6528
|
{
|
|
6529
6529
|
"name": "Get Related Workspace Users",
|
|
6530
|
-
"value": "
|
|
6530
|
+
"value": "Get Related Workspace Users"
|
|
6531
6531
|
},
|
|
6532
6532
|
{
|
|
6533
6533
|
"name": "Attach A Mailbox To Current User",
|
|
6534
|
-
"value": "
|
|
6534
|
+
"value": "Attach A Mailbox To Current User"
|
|
6535
6535
|
},
|
|
6536
6536
|
{
|
|
6537
6537
|
"name": "Set Mailbox As Primary",
|
|
6538
|
-
"value": "
|
|
6538
|
+
"value": "Set Mailbox As Primary"
|
|
6539
6539
|
},
|
|
6540
6540
|
{
|
|
6541
6541
|
"name": "Update Mailbox Credential Password",
|
|
6542
|
-
"value": "
|
|
6542
|
+
"value": "Update Mailbox Credential Password"
|
|
6543
6543
|
},
|
|
6544
6544
|
{
|
|
6545
6545
|
"name": "Unlink A Mailbox From Current User",
|
|
6546
|
-
"value": "
|
|
6546
|
+
"value": "Unlink A Mailbox From Current User"
|
|
6547
6547
|
}
|
|
6548
6548
|
],
|
|
6549
|
-
"default": "
|
|
6549
|
+
"default": "Get Related Workspace Users",
|
|
6550
6550
|
"noDataExpression": true
|
|
6551
6551
|
},
|
|
6552
6552
|
{
|
|
@@ -6557,10 +6557,10 @@ class InfomaniakCoreRessource {
|
|
|
6557
6557
|
"displayOptions": {
|
|
6558
6558
|
"show": {
|
|
6559
6559
|
"resource": [
|
|
6560
|
-
"
|
|
6560
|
+
"K Suite > Workspace"
|
|
6561
6561
|
],
|
|
6562
6562
|
"operation": [
|
|
6563
|
-
"
|
|
6563
|
+
"Attach A Mailbox To Current User"
|
|
6564
6564
|
]
|
|
6565
6565
|
}
|
|
6566
6566
|
},
|
|
@@ -6576,10 +6576,10 @@ class InfomaniakCoreRessource {
|
|
|
6576
6576
|
"displayOptions": {
|
|
6577
6577
|
"show": {
|
|
6578
6578
|
"resource": [
|
|
6579
|
-
"
|
|
6579
|
+
"K Suite > Workspace"
|
|
6580
6580
|
],
|
|
6581
6581
|
"operation": [
|
|
6582
|
-
"
|
|
6582
|
+
"Attach A Mailbox To Current User"
|
|
6583
6583
|
]
|
|
6584
6584
|
}
|
|
6585
6585
|
},
|
|
@@ -6601,10 +6601,10 @@ class InfomaniakCoreRessource {
|
|
|
6601
6601
|
"displayOptions": {
|
|
6602
6602
|
"show": {
|
|
6603
6603
|
"resource": [
|
|
6604
|
-
"
|
|
6604
|
+
"K Suite > Workspace"
|
|
6605
6605
|
],
|
|
6606
6606
|
"operation": [
|
|
6607
|
-
"
|
|
6607
|
+
"Set Mailbox As Primary"
|
|
6608
6608
|
]
|
|
6609
6609
|
}
|
|
6610
6610
|
},
|
|
@@ -6618,10 +6618,10 @@ class InfomaniakCoreRessource {
|
|
|
6618
6618
|
"displayOptions": {
|
|
6619
6619
|
"show": {
|
|
6620
6620
|
"resource": [
|
|
6621
|
-
"
|
|
6621
|
+
"K Suite > Workspace"
|
|
6622
6622
|
],
|
|
6623
6623
|
"operation": [
|
|
6624
|
-
"
|
|
6624
|
+
"Update Mailbox Credential Password"
|
|
6625
6625
|
]
|
|
6626
6626
|
}
|
|
6627
6627
|
},
|
|
@@ -6635,10 +6635,10 @@ class InfomaniakCoreRessource {
|
|
|
6635
6635
|
"displayOptions": {
|
|
6636
6636
|
"show": {
|
|
6637
6637
|
"resource": [
|
|
6638
|
-
"
|
|
6638
|
+
"K Suite > Workspace"
|
|
6639
6639
|
],
|
|
6640
6640
|
"operation": [
|
|
6641
|
-
"
|
|
6641
|
+
"Update Mailbox Credential Password"
|
|
6642
6642
|
]
|
|
6643
6643
|
}
|
|
6644
6644
|
},
|
|
@@ -6653,10 +6653,10 @@ class InfomaniakCoreRessource {
|
|
|
6653
6653
|
"displayOptions": {
|
|
6654
6654
|
"show": {
|
|
6655
6655
|
"resource": [
|
|
6656
|
-
"
|
|
6656
|
+
"K Suite > Workspace"
|
|
6657
6657
|
],
|
|
6658
6658
|
"operation": [
|
|
6659
|
-
"
|
|
6659
|
+
"Unlink A Mailbox From Current User"
|
|
6660
6660
|
]
|
|
6661
6661
|
}
|
|
6662
6662
|
},
|
|
@@ -6676,20 +6676,20 @@ class InfomaniakCoreRessource {
|
|
|
6676
6676
|
"Tasks",
|
|
6677
6677
|
"Timezones",
|
|
6678
6678
|
"User Management > Accounts",
|
|
6679
|
-
"User Management > Accounts > Invitations >
|
|
6679
|
+
"User Management > Accounts > Invitations > B2 B",
|
|
6680
6680
|
"User Management > Teams",
|
|
6681
6681
|
"User Management > Teams > Users"
|
|
6682
6682
|
],
|
|
6683
6683
|
"operation": [
|
|
6684
|
-
"
|
|
6685
|
-
"
|
|
6686
|
-
"
|
|
6687
|
-
"
|
|
6688
|
-
"
|
|
6689
|
-
"
|
|
6690
|
-
"
|
|
6691
|
-
"
|
|
6692
|
-
"
|
|
6684
|
+
"List Countries",
|
|
6685
|
+
"List Languages",
|
|
6686
|
+
"List Products",
|
|
6687
|
+
"List Tasks",
|
|
6688
|
+
"List Timezones",
|
|
6689
|
+
"List Users",
|
|
6690
|
+
"List Customers",
|
|
6691
|
+
"List Teams",
|
|
6692
|
+
"List Team Users"
|
|
6693
6693
|
]
|
|
6694
6694
|
}
|
|
6695
6695
|
}
|
|
@@ -6712,20 +6712,20 @@ class InfomaniakCoreRessource {
|
|
|
6712
6712
|
"Tasks",
|
|
6713
6713
|
"Timezones",
|
|
6714
6714
|
"User Management > Accounts",
|
|
6715
|
-
"User Management > Accounts > Invitations >
|
|
6715
|
+
"User Management > Accounts > Invitations > B2 B",
|
|
6716
6716
|
"User Management > Teams",
|
|
6717
6717
|
"User Management > Teams > Users"
|
|
6718
6718
|
],
|
|
6719
6719
|
"operation": [
|
|
6720
|
-
"
|
|
6721
|
-
"
|
|
6722
|
-
"
|
|
6723
|
-
"
|
|
6724
|
-
"
|
|
6725
|
-
"
|
|
6726
|
-
"
|
|
6727
|
-
"
|
|
6728
|
-
"
|
|
6720
|
+
"List Countries",
|
|
6721
|
+
"List Languages",
|
|
6722
|
+
"List Products",
|
|
6723
|
+
"List Tasks",
|
|
6724
|
+
"List Timezones",
|
|
6725
|
+
"List Users",
|
|
6726
|
+
"List Customers",
|
|
6727
|
+
"List Teams",
|
|
6728
|
+
"List Team Users"
|
|
6729
6729
|
],
|
|
6730
6730
|
"returnAll": [
|
|
6731
6731
|
false
|