purecloudplatformclientv2 35.0.0 → 36.0.0
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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/docs/AdditionalMessage.md +2 -0
- data/docs/AlertingApi.md +0 -2
- data/docs/AnalyticsApi.md +0 -13
- data/docs/ArchitectApi.md +210 -150
- data/docs/AttributesApi.md +0 -6
- data/docs/AuthorizationApi.md +15 -7
- data/docs/BillingApi.md +4 -1
- data/docs/CampaignDivisionView.md +1 -1
- data/docs/ContentManagementApi.md +0 -38
- data/docs/ConversationsApi.md +141 -75
- data/docs/CreateQueueRequest.md +1 -1
- data/docs/Division.md +15 -0
- data/docs/FaxApi.md +0 -6
- data/docs/Flow.md +1 -1
- data/docs/FlowDivisionView.md +1 -0
- data/docs/FreeSeatingConfiguration.md +1 -1
- data/docs/GeolocationApi.md +0 -3
- data/docs/GreetingsApi.md +0 -16
- data/docs/GroupsApi.md +2 -12
- data/docs/IdentityProviderApi.md +18 -9
- data/docs/IntegrationsApi.md +26 -31
- data/docs/LanguagesApi.md +0 -4
- data/docs/LicenseApi.md +21 -8
- data/docs/LocationsApi.md +0 -3
- data/docs/ManagementUnit.md +1 -0
- data/docs/MessageData.md +1 -0
- data/docs/MessageDetails.md +1 -0
- data/docs/MessageMedia.md +3 -0
- data/docs/MessageMediaData.md +20 -0
- data/docs/MessageSticker.md +14 -0
- data/docs/MobileDevicesApi.md +0 -5
- data/docs/NotificationsApi.md +0 -7
- data/docs/OrganizationApi.md +0 -2
- data/docs/OrganizationAuthorizationApi.md +16 -6
- data/docs/OutboundApi.md +8 -6
- data/docs/OutboundSettings.md +1 -0
- data/docs/PresenceApi.md +0 -5
- data/docs/QualityApi.md +0 -21
- data/docs/Queue.md +1 -1
- data/docs/RecordingApi.md +0 -17
- data/docs/ResponseManagementApi.md +0 -11
- data/docs/RoutingApi.md +93 -9
- data/docs/SearchApi.md +0 -14
- data/docs/StationsApi.md +0 -3
- data/docs/SuggestApi.md +0 -4
- data/docs/SurveyForm.md +3 -1
- data/docs/TelephonyProvidersEdgeApi.md +4 -16
- data/docs/TokensApi.md +0 -2
- data/docs/UserQueue.md +1 -1
- data/docs/UserRecordingsApi.md +0 -6
- data/docs/UsersApi.md +31 -42
- data/docs/UtilitiesApi.md +0 -3
- data/docs/VoicemailApi.md +8 -21
- data/docs/WorkforceManagementApi.md +25 -4
- data/lib/purecloudplatformclientv2.rb +3 -0
- data/lib/purecloudplatformclientv2/api/architect_api.rb +136 -102
- data/lib/purecloudplatformclientv2/api/conversations_api.rb +160 -0
- data/lib/purecloudplatformclientv2/api/routing_api.rb +122 -0
- data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +22 -0
- data/lib/purecloudplatformclientv2/api_client.rb +1 -1
- data/lib/purecloudplatformclientv2/models/additional_message.rb +60 -4
- data/lib/purecloudplatformclientv2/models/campaign_division_view.rb +1 -1
- data/lib/purecloudplatformclientv2/models/create_queue_request.rb +1 -1
- data/lib/purecloudplatformclientv2/models/division.rb +253 -0
- data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
- data/lib/purecloudplatformclientv2/models/flow.rb +1 -1
- data/lib/purecloudplatformclientv2/models/flow_division_view.rb +27 -1
- data/lib/purecloudplatformclientv2/models/free_seating_configuration.rb +23 -9
- data/lib/purecloudplatformclientv2/models/management_unit.rb +27 -1
- data/lib/purecloudplatformclientv2/models/message_data.rb +29 -1
- data/lib/purecloudplatformclientv2/models/message_details.rb +32 -4
- data/lib/purecloudplatformclientv2/models/message_media.rb +82 -4
- data/lib/purecloudplatformclientv2/models/message_media_data.rb +411 -0
- data/lib/purecloudplatformclientv2/models/message_sticker.rb +228 -0
- data/lib/purecloudplatformclientv2/models/outbound_settings.rb +27 -1
- data/lib/purecloudplatformclientv2/models/queue.rb +1 -1
- data/lib/purecloudplatformclientv2/models/survey_form.rb +53 -1
- data/lib/purecloudplatformclientv2/models/user_queue.rb +1 -1
- data/lib/purecloudplatformclientv2/version.rb +1 -1
- metadata +8 -2
data/docs/SearchApi.md
CHANGED
|
@@ -40,7 +40,6 @@ Requires NO permissions:
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
|
|
44
43
|
### Example
|
|
45
44
|
~~~ruby
|
|
46
45
|
# load the gem
|
|
@@ -105,7 +104,6 @@ Requires NO permissions:
|
|
|
105
104
|
|
|
106
105
|
|
|
107
106
|
|
|
108
|
-
|
|
109
107
|
### Example
|
|
110
108
|
~~~ruby
|
|
111
109
|
# load the gem
|
|
@@ -174,7 +172,6 @@ Requires NO permissions:
|
|
|
174
172
|
|
|
175
173
|
|
|
176
174
|
|
|
177
|
-
|
|
178
175
|
### Example
|
|
179
176
|
~~~ruby
|
|
180
177
|
# load the gem
|
|
@@ -243,7 +240,6 @@ Requires NO permissions:
|
|
|
243
240
|
|
|
244
241
|
|
|
245
242
|
|
|
246
|
-
|
|
247
243
|
### Example
|
|
248
244
|
~~~ruby
|
|
249
245
|
# load the gem
|
|
@@ -314,7 +310,6 @@ Requires NO permissions:
|
|
|
314
310
|
|
|
315
311
|
|
|
316
312
|
|
|
317
|
-
|
|
318
313
|
### Example
|
|
319
314
|
~~~ruby
|
|
320
315
|
# load the gem
|
|
@@ -385,7 +380,6 @@ Requires NO permissions:
|
|
|
385
380
|
|
|
386
381
|
|
|
387
382
|
|
|
388
|
-
|
|
389
383
|
### Example
|
|
390
384
|
~~~ruby
|
|
391
385
|
# load the gem
|
|
@@ -454,7 +448,6 @@ Requires NO permissions:
|
|
|
454
448
|
|
|
455
449
|
|
|
456
450
|
|
|
457
|
-
|
|
458
451
|
### Example
|
|
459
452
|
~~~ruby
|
|
460
453
|
# load the gem
|
|
@@ -523,7 +516,6 @@ Requires NO permissions:
|
|
|
523
516
|
|
|
524
517
|
|
|
525
518
|
|
|
526
|
-
|
|
527
519
|
### Example
|
|
528
520
|
~~~ruby
|
|
529
521
|
# load the gem
|
|
@@ -588,7 +580,6 @@ Requires NO permissions:
|
|
|
588
580
|
|
|
589
581
|
|
|
590
582
|
|
|
591
|
-
|
|
592
583
|
### Example
|
|
593
584
|
~~~ruby
|
|
594
585
|
# load the gem
|
|
@@ -653,7 +644,6 @@ Requires NO permissions:
|
|
|
653
644
|
|
|
654
645
|
|
|
655
646
|
|
|
656
|
-
|
|
657
647
|
### Example
|
|
658
648
|
~~~ruby
|
|
659
649
|
# load the gem
|
|
@@ -718,7 +708,6 @@ Requires NO permissions:
|
|
|
718
708
|
|
|
719
709
|
|
|
720
710
|
|
|
721
|
-
|
|
722
711
|
### Example
|
|
723
712
|
~~~ruby
|
|
724
713
|
# load the gem
|
|
@@ -787,7 +776,6 @@ Requires NO permissions:
|
|
|
787
776
|
|
|
788
777
|
|
|
789
778
|
|
|
790
|
-
|
|
791
779
|
### Example
|
|
792
780
|
~~~ruby
|
|
793
781
|
# load the gem
|
|
@@ -856,7 +844,6 @@ Requires NO permissions:
|
|
|
856
844
|
|
|
857
845
|
|
|
858
846
|
|
|
859
|
-
|
|
860
847
|
### Example
|
|
861
848
|
~~~ruby
|
|
862
849
|
# load the gem
|
|
@@ -921,7 +908,6 @@ Requires NO permissions:
|
|
|
921
908
|
|
|
922
909
|
|
|
923
910
|
|
|
924
|
-
|
|
925
911
|
### Example
|
|
926
912
|
~~~ruby
|
|
927
913
|
# load the gem
|
data/docs/StationsApi.md
CHANGED
|
@@ -31,7 +31,6 @@ Requires NO permissions:
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
|
|
35
34
|
### Example
|
|
36
35
|
~~~ruby
|
|
37
36
|
# load the gem
|
|
@@ -95,7 +94,6 @@ Requires NO permissions:
|
|
|
95
94
|
|
|
96
95
|
|
|
97
96
|
|
|
98
|
-
|
|
99
97
|
### Example
|
|
100
98
|
~~~ruby
|
|
101
99
|
# load the gem
|
|
@@ -160,7 +158,6 @@ Requires NO permissions:
|
|
|
160
158
|
|
|
161
159
|
|
|
162
160
|
|
|
163
|
-
|
|
164
161
|
### Example
|
|
165
162
|
~~~ruby
|
|
166
163
|
# load the gem
|
data/docs/SuggestApi.md
CHANGED
|
@@ -30,7 +30,6 @@ Requires NO permissions:
|
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
|
|
34
33
|
### Example
|
|
35
34
|
~~~ruby
|
|
36
35
|
# load the gem
|
|
@@ -101,7 +100,6 @@ Requires NO permissions:
|
|
|
101
100
|
|
|
102
101
|
|
|
103
102
|
|
|
104
|
-
|
|
105
103
|
### Example
|
|
106
104
|
~~~ruby
|
|
107
105
|
# load the gem
|
|
@@ -172,7 +170,6 @@ Requires NO permissions:
|
|
|
172
170
|
|
|
173
171
|
|
|
174
172
|
|
|
175
|
-
|
|
176
173
|
### Example
|
|
177
174
|
~~~ruby
|
|
178
175
|
# load the gem
|
|
@@ -241,7 +238,6 @@ Requires NO permissions:
|
|
|
241
238
|
|
|
242
239
|
|
|
243
240
|
|
|
244
|
-
|
|
245
241
|
### Example
|
|
246
242
|
~~~ruby
|
|
247
243
|
# load the gem
|
data/docs/SurveyForm.md
CHANGED
|
@@ -13,7 +13,9 @@ title: SurveyForm
|
|
|
13
13
|
| **published** | **BOOLEAN** | Is this form published | [optional] |
|
|
14
14
|
| **disabled** | **BOOLEAN** | Is this form disabled | [optional] |
|
|
15
15
|
| **context_id** | **String** | Unique Id for all versions of this form | |
|
|
16
|
-
| **
|
|
16
|
+
| **header_image_id** | **String** | Id of the header image appearing at the top of the form. | [optional] |
|
|
17
|
+
| **header_image_url** | **String** | Temporary URL for accessing header image | [optional] |
|
|
18
|
+
| **header** | **String** | Markdown text for the top of the form. | [optional] |
|
|
17
19
|
| **footer** | **String** | Markdown text for the bottom of the form. | [optional] |
|
|
18
20
|
| **question_groups** | [**Array<QuestionGroup>**](QuestionGroup.html) | A list of question groups | |
|
|
19
21
|
| **published_versions** | [**DomainEntityListingSurveyForm**](DomainEntityListingSurveyForm.html) | List of published version of this form | [optional] |
|
|
@@ -284,7 +284,6 @@ Requires NO permissions:
|
|
|
284
284
|
|
|
285
285
|
|
|
286
286
|
|
|
287
|
-
|
|
288
287
|
### Example
|
|
289
288
|
~~~ruby
|
|
290
289
|
# load the gem
|
|
@@ -1055,7 +1054,6 @@ Requires NO permissions:
|
|
|
1055
1054
|
|
|
1056
1055
|
|
|
1057
1056
|
|
|
1058
|
-
|
|
1059
1057
|
### Example
|
|
1060
1058
|
~~~ruby
|
|
1061
1059
|
# load the gem
|
|
@@ -1123,7 +1121,6 @@ Requires NO permissions:
|
|
|
1123
1121
|
|
|
1124
1122
|
|
|
1125
1123
|
|
|
1126
|
-
|
|
1127
1124
|
### Example
|
|
1128
1125
|
~~~ruby
|
|
1129
1126
|
# load the gem
|
|
@@ -1194,7 +1191,6 @@ Requires NO permissions:
|
|
|
1194
1191
|
|
|
1195
1192
|
|
|
1196
1193
|
|
|
1197
|
-
|
|
1198
1194
|
### Example
|
|
1199
1195
|
~~~ruby
|
|
1200
1196
|
# load the gem
|
|
@@ -1268,7 +1264,6 @@ Requires NO permissions:
|
|
|
1268
1264
|
|
|
1269
1265
|
|
|
1270
1266
|
|
|
1271
|
-
|
|
1272
1267
|
### Example
|
|
1273
1268
|
~~~ruby
|
|
1274
1269
|
# load the gem
|
|
@@ -1339,7 +1334,6 @@ Requires NO permissions:
|
|
|
1339
1334
|
|
|
1340
1335
|
|
|
1341
1336
|
|
|
1342
|
-
|
|
1343
1337
|
### Example
|
|
1344
1338
|
~~~ruby
|
|
1345
1339
|
# load the gem
|
|
@@ -2100,7 +2094,6 @@ Requires NO permissions:
|
|
|
2100
2094
|
|
|
2101
2095
|
|
|
2102
2096
|
|
|
2103
|
-
|
|
2104
2097
|
### Example
|
|
2105
2098
|
~~~ruby
|
|
2106
2099
|
# load the gem
|
|
@@ -2165,7 +2158,6 @@ Requires NO permissions:
|
|
|
2165
2158
|
|
|
2166
2159
|
|
|
2167
2160
|
|
|
2168
|
-
|
|
2169
2161
|
### Example
|
|
2170
2162
|
~~~ruby
|
|
2171
2163
|
# load the gem
|
|
@@ -2387,7 +2379,6 @@ Requires NO permissions:
|
|
|
2387
2379
|
|
|
2388
2380
|
|
|
2389
2381
|
|
|
2390
|
-
|
|
2391
2382
|
### Example
|
|
2392
2383
|
~~~ruby
|
|
2393
2384
|
# load the gem
|
|
@@ -3055,7 +3046,6 @@ Requires NO permissions:
|
|
|
3055
3046
|
|
|
3056
3047
|
|
|
3057
3048
|
|
|
3058
|
-
|
|
3059
3049
|
### Example
|
|
3060
3050
|
~~~ruby
|
|
3061
3051
|
# load the gem
|
|
@@ -4700,7 +4690,8 @@ Wraps GET /api/v2/telephony/providers/edges/sites/{siteId}
|
|
|
4700
4690
|
|
|
4701
4691
|
Requires ANY permissions:
|
|
4702
4692
|
|
|
4703
|
-
* telephony:plugin:all
|
|
4693
|
+
* telephony:plugin:all
|
|
4694
|
+
* telephony:sites:view
|
|
4704
4695
|
|
|
4705
4696
|
|
|
4706
4697
|
### Example
|
|
@@ -5177,7 +5168,6 @@ Requires NO permissions:
|
|
|
5177
5168
|
|
|
5178
5169
|
|
|
5179
5170
|
|
|
5180
|
-
|
|
5181
5171
|
### Example
|
|
5182
5172
|
~~~ruby
|
|
5183
5173
|
# load the gem
|
|
@@ -5255,7 +5245,6 @@ Requires NO permissions:
|
|
|
5255
5245
|
|
|
5256
5246
|
|
|
5257
5247
|
|
|
5258
|
-
|
|
5259
5248
|
### Example
|
|
5260
5249
|
~~~ruby
|
|
5261
5250
|
# load the gem
|
|
@@ -5880,7 +5869,8 @@ Wraps GET /api/v2/telephony/providers/edges/trunkswithrecording
|
|
|
5880
5869
|
|
|
5881
5870
|
Requires ANY permissions:
|
|
5882
5871
|
|
|
5883
|
-
* recording:retentionPolicy:view
|
|
5872
|
+
* recording:retentionPolicy:view
|
|
5873
|
+
* telephony:plugin:all
|
|
5884
5874
|
|
|
5885
5875
|
|
|
5886
5876
|
### Example
|
|
@@ -6223,7 +6213,6 @@ Requires NO permissions:
|
|
|
6223
6213
|
|
|
6224
6214
|
|
|
6225
6215
|
|
|
6226
|
-
|
|
6227
6216
|
### Example
|
|
6228
6217
|
~~~ruby
|
|
6229
6218
|
# load the gem
|
|
@@ -6490,7 +6479,6 @@ Requires NO permissions:
|
|
|
6490
6479
|
|
|
6491
6480
|
|
|
6492
6481
|
|
|
6493
|
-
|
|
6494
6482
|
### Example
|
|
6495
6483
|
~~~ruby
|
|
6496
6484
|
# load the gem
|
data/docs/TokensApi.md
CHANGED
data/docs/UserQueue.md
CHANGED
|
@@ -9,7 +9,7 @@ title: UserQueue
|
|
|
9
9
|
|------------ | ------------- | ------------- | -------------|
|
|
10
10
|
| **id** | **String** | The globally unique identifier for the object. | [optional] |
|
|
11
11
|
| **name** | **String** | | [optional] |
|
|
12
|
-
| **division** | [**
|
|
12
|
+
| **division** | [**Division**](Division.html) | The division to which this entity belongs. | [optional] |
|
|
13
13
|
| **description** | **String** | The queue description. | [optional] |
|
|
14
14
|
| **version** | **Integer** | The current version of the queue. | [optional] |
|
|
15
15
|
| **date_created** | **DateTime** | The date the queue was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] |
|
data/docs/UserRecordingsApi.md
CHANGED
|
@@ -32,7 +32,6 @@ Requires NO permissions:
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
|
|
36
35
|
### Example
|
|
37
36
|
~~~ruby
|
|
38
37
|
# load the gem
|
|
@@ -96,7 +95,6 @@ Requires NO permissions:
|
|
|
96
95
|
|
|
97
96
|
|
|
98
97
|
|
|
99
|
-
|
|
100
98
|
### Example
|
|
101
99
|
~~~ruby
|
|
102
100
|
# load the gem
|
|
@@ -165,7 +163,6 @@ Requires NO permissions:
|
|
|
165
163
|
|
|
166
164
|
|
|
167
165
|
|
|
168
|
-
|
|
169
166
|
### Example
|
|
170
167
|
~~~ruby
|
|
171
168
|
# load the gem
|
|
@@ -234,7 +231,6 @@ Requires NO permissions:
|
|
|
234
231
|
|
|
235
232
|
|
|
236
233
|
|
|
237
|
-
|
|
238
234
|
### Example
|
|
239
235
|
~~~ruby
|
|
240
236
|
# load the gem
|
|
@@ -304,7 +300,6 @@ Requires NO permissions:
|
|
|
304
300
|
|
|
305
301
|
|
|
306
302
|
|
|
307
|
-
|
|
308
303
|
### Example
|
|
309
304
|
~~~ruby
|
|
310
305
|
# load the gem
|
|
@@ -363,7 +358,6 @@ Requires NO permissions:
|
|
|
363
358
|
|
|
364
359
|
|
|
365
360
|
|
|
366
|
-
|
|
367
361
|
### Example
|
|
368
362
|
~~~ruby
|
|
369
363
|
# load the gem
|
data/docs/UsersApi.md
CHANGED
|
@@ -78,7 +78,6 @@ Requires NO permissions:
|
|
|
78
78
|
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
|
|
82
81
|
### Example
|
|
83
82
|
~~~ruby
|
|
84
83
|
# load the gem
|
|
@@ -141,7 +140,9 @@ Wraps DELETE /api/v2/users/{userId}/roles
|
|
|
141
140
|
|
|
142
141
|
Requires ANY permissions:
|
|
143
142
|
|
|
144
|
-
* admin
|
|
143
|
+
* admin
|
|
144
|
+
* role_manager
|
|
145
|
+
* authorization:grant:delete
|
|
145
146
|
|
|
146
147
|
|
|
147
148
|
### Example
|
|
@@ -205,7 +206,8 @@ Wraps DELETE /api/v2/users/{userId}/routinglanguages/{languageId}
|
|
|
205
206
|
|
|
206
207
|
Requires ANY permissions:
|
|
207
208
|
|
|
208
|
-
* routing:skill:assign
|
|
209
|
+
* routing:skill:assign
|
|
210
|
+
* admin
|
|
209
211
|
|
|
210
212
|
|
|
211
213
|
### Example
|
|
@@ -272,7 +274,8 @@ Wraps DELETE /api/v2/users/{userId}/routingskills/{skillId}
|
|
|
272
274
|
|
|
273
275
|
Requires ANY permissions:
|
|
274
276
|
|
|
275
|
-
* routing:skill:assign
|
|
277
|
+
* routing:skill:assign
|
|
278
|
+
* admin
|
|
276
279
|
|
|
277
280
|
|
|
278
281
|
### Example
|
|
@@ -341,7 +344,6 @@ Requires NO permissions:
|
|
|
341
344
|
|
|
342
345
|
|
|
343
346
|
|
|
344
|
-
|
|
345
347
|
### Example
|
|
346
348
|
~~~ruby
|
|
347
349
|
# load the gem
|
|
@@ -403,7 +405,8 @@ Wraps DELETE /api/v2/users/{userId}/station/defaultstation
|
|
|
403
405
|
|
|
404
406
|
Requires ANY permissions:
|
|
405
407
|
|
|
406
|
-
* telephony:plugin:all
|
|
408
|
+
* telephony:plugin:all
|
|
409
|
+
* telephony:phone:assign
|
|
407
410
|
|
|
408
411
|
|
|
409
412
|
### Example
|
|
@@ -469,7 +472,6 @@ Requires NO permissions:
|
|
|
469
472
|
|
|
470
473
|
|
|
471
474
|
|
|
472
|
-
|
|
473
475
|
### Example
|
|
474
476
|
~~~ruby
|
|
475
477
|
# load the gem
|
|
@@ -534,7 +536,6 @@ Requires NO permissions:
|
|
|
534
536
|
|
|
535
537
|
|
|
536
538
|
|
|
537
|
-
|
|
538
539
|
### Example
|
|
539
540
|
~~~ruby
|
|
540
541
|
# load the gem
|
|
@@ -612,7 +613,6 @@ Requires NO permissions:
|
|
|
612
613
|
|
|
613
614
|
|
|
614
615
|
|
|
615
|
-
|
|
616
616
|
### Example
|
|
617
617
|
~~~ruby
|
|
618
618
|
# load the gem
|
|
@@ -683,7 +683,6 @@ Requires NO permissions:
|
|
|
683
683
|
|
|
684
684
|
|
|
685
685
|
|
|
686
|
-
|
|
687
686
|
### Example
|
|
688
687
|
~~~ruby
|
|
689
688
|
# load the gem
|
|
@@ -752,7 +751,6 @@ Requires NO permissions:
|
|
|
752
751
|
|
|
753
752
|
|
|
754
753
|
|
|
755
|
-
|
|
756
754
|
### Example
|
|
757
755
|
~~~ruby
|
|
758
756
|
# load the gem
|
|
@@ -817,7 +815,6 @@ Requires NO permissions:
|
|
|
817
815
|
|
|
818
816
|
|
|
819
817
|
|
|
820
|
-
|
|
821
818
|
### Example
|
|
822
819
|
~~~ruby
|
|
823
820
|
# load the gem
|
|
@@ -886,7 +883,6 @@ Requires NO permissions:
|
|
|
886
883
|
|
|
887
884
|
|
|
888
885
|
|
|
889
|
-
|
|
890
886
|
### Example
|
|
891
887
|
~~~ruby
|
|
892
888
|
# load the gem
|
|
@@ -961,7 +957,6 @@ Requires NO permissions:
|
|
|
961
957
|
|
|
962
958
|
|
|
963
959
|
|
|
964
|
-
|
|
965
960
|
### Example
|
|
966
961
|
~~~ruby
|
|
967
962
|
# load the gem
|
|
@@ -1029,7 +1024,6 @@ Requires NO permissions:
|
|
|
1029
1024
|
|
|
1030
1025
|
|
|
1031
1026
|
|
|
1032
|
-
|
|
1033
1027
|
### Example
|
|
1034
1028
|
~~~ruby
|
|
1035
1029
|
# load the gem
|
|
@@ -1094,7 +1088,6 @@ Requires NO permissions:
|
|
|
1094
1088
|
|
|
1095
1089
|
|
|
1096
1090
|
|
|
1097
|
-
|
|
1098
1091
|
### Example
|
|
1099
1092
|
~~~ruby
|
|
1100
1093
|
# load the gem
|
|
@@ -1368,7 +1361,6 @@ Requires NO permissions:
|
|
|
1368
1361
|
|
|
1369
1362
|
|
|
1370
1363
|
|
|
1371
|
-
|
|
1372
1364
|
### Example
|
|
1373
1365
|
~~~ruby
|
|
1374
1366
|
# load the gem
|
|
@@ -1441,7 +1433,6 @@ Requires NO permissions:
|
|
|
1441
1433
|
|
|
1442
1434
|
|
|
1443
1435
|
|
|
1444
|
-
|
|
1445
1436
|
### Example
|
|
1446
1437
|
~~~ruby
|
|
1447
1438
|
# load the gem
|
|
@@ -1514,7 +1505,6 @@ Requires NO permissions:
|
|
|
1514
1505
|
|
|
1515
1506
|
|
|
1516
1507
|
|
|
1517
|
-
|
|
1518
1508
|
### Example
|
|
1519
1509
|
~~~ruby
|
|
1520
1510
|
# load the gem
|
|
@@ -1579,7 +1569,6 @@ Requires NO permissions:
|
|
|
1579
1569
|
|
|
1580
1570
|
|
|
1581
1571
|
|
|
1582
|
-
|
|
1583
1572
|
### Example
|
|
1584
1573
|
~~~ruby
|
|
1585
1574
|
# load the gem
|
|
@@ -1644,7 +1633,6 @@ Requires NO permissions:
|
|
|
1644
1633
|
|
|
1645
1634
|
|
|
1646
1635
|
|
|
1647
|
-
|
|
1648
1636
|
### Example
|
|
1649
1637
|
~~~ruby
|
|
1650
1638
|
# load the gem
|
|
@@ -1784,7 +1772,6 @@ Requires NO permissions:
|
|
|
1784
1772
|
|
|
1785
1773
|
|
|
1786
1774
|
|
|
1787
|
-
|
|
1788
1775
|
### Example
|
|
1789
1776
|
~~~ruby
|
|
1790
1777
|
# load the gem
|
|
@@ -1860,7 +1847,6 @@ Requires NO permissions:
|
|
|
1860
1847
|
|
|
1861
1848
|
|
|
1862
1849
|
|
|
1863
|
-
|
|
1864
1850
|
### Example
|
|
1865
1851
|
~~~ruby
|
|
1866
1852
|
# load the gem
|
|
@@ -1926,7 +1912,6 @@ Requires NO permissions:
|
|
|
1926
1912
|
|
|
1927
1913
|
|
|
1928
1914
|
|
|
1929
|
-
|
|
1930
1915
|
### Example
|
|
1931
1916
|
~~~ruby
|
|
1932
1917
|
# load the gem
|
|
@@ -1995,7 +1980,6 @@ Requires NO permissions:
|
|
|
1995
1980
|
|
|
1996
1981
|
|
|
1997
1982
|
|
|
1998
|
-
|
|
1999
1983
|
### Example
|
|
2000
1984
|
~~~ruby
|
|
2001
1985
|
# load the gem
|
|
@@ -2063,7 +2047,6 @@ Requires NO permissions:
|
|
|
2063
2047
|
|
|
2064
2048
|
|
|
2065
2049
|
|
|
2066
|
-
|
|
2067
2050
|
### Example
|
|
2068
2051
|
~~~ruby
|
|
2069
2052
|
# load the gem
|
|
@@ -2131,7 +2114,6 @@ Requires NO permissions:
|
|
|
2131
2114
|
|
|
2132
2115
|
|
|
2133
2116
|
|
|
2134
|
-
|
|
2135
2117
|
### Example
|
|
2136
2118
|
~~~ruby
|
|
2137
2119
|
# load the gem
|
|
@@ -2343,7 +2325,8 @@ Wraps PATCH /api/v2/users/{userId}/routinglanguages/{languageId}
|
|
|
2343
2325
|
|
|
2344
2326
|
Requires ANY permissions:
|
|
2345
2327
|
|
|
2346
|
-
* routing:skill:assign
|
|
2328
|
+
* routing:skill:assign
|
|
2329
|
+
* admin
|
|
2347
2330
|
|
|
2348
2331
|
|
|
2349
2332
|
### Example
|
|
@@ -2609,7 +2592,9 @@ Wraps POST /api/v2/users/{userId}/invite
|
|
|
2609
2592
|
|
|
2610
2593
|
Requires ANY permissions:
|
|
2611
2594
|
|
|
2612
|
-
* directory:user:add
|
|
2595
|
+
* directory:user:add
|
|
2596
|
+
* user_manager
|
|
2597
|
+
* user_administration
|
|
2613
2598
|
|
|
2614
2599
|
|
|
2615
2600
|
### Example
|
|
@@ -2677,7 +2662,8 @@ Wraps POST /api/v2/users/{userId}/password
|
|
|
2677
2662
|
|
|
2678
2663
|
Requires ANY permissions:
|
|
2679
2664
|
|
|
2680
|
-
* user_administration
|
|
2665
|
+
* user_administration
|
|
2666
|
+
* directory:userPassword:edit
|
|
2681
2667
|
|
|
2682
2668
|
|
|
2683
2669
|
### Example
|
|
@@ -2744,7 +2730,8 @@ Wraps POST /api/v2/users/{userId}/routinglanguages
|
|
|
2744
2730
|
|
|
2745
2731
|
Requires ANY permissions:
|
|
2746
2732
|
|
|
2747
|
-
* routing:skill:assign
|
|
2733
|
+
* routing:skill:assign
|
|
2734
|
+
* admin
|
|
2748
2735
|
|
|
2749
2736
|
|
|
2750
2737
|
### Example
|
|
@@ -2812,7 +2799,8 @@ Wraps POST /api/v2/users/{userId}/routingskills
|
|
|
2812
2799
|
|
|
2813
2800
|
Requires ANY permissions:
|
|
2814
2801
|
|
|
2815
|
-
* routing:skill:assign
|
|
2802
|
+
* routing:skill:assign
|
|
2803
|
+
* admin
|
|
2816
2804
|
|
|
2817
2805
|
|
|
2818
2806
|
### Example
|
|
@@ -2947,7 +2935,6 @@ Requires NO permissions:
|
|
|
2947
2935
|
|
|
2948
2936
|
|
|
2949
2937
|
|
|
2950
|
-
|
|
2951
2938
|
### Example
|
|
2952
2939
|
~~~ruby
|
|
2953
2940
|
# load the gem
|
|
@@ -3011,7 +2998,6 @@ Requires NO permissions:
|
|
|
3011
2998
|
|
|
3012
2999
|
|
|
3013
3000
|
|
|
3014
|
-
|
|
3015
3001
|
### Example
|
|
3016
3002
|
~~~ruby
|
|
3017
3003
|
# load the gem
|
|
@@ -3076,7 +3062,6 @@ Requires NO permissions:
|
|
|
3076
3062
|
|
|
3077
3063
|
|
|
3078
3064
|
|
|
3079
|
-
|
|
3080
3065
|
### Example
|
|
3081
3066
|
~~~ruby
|
|
3082
3067
|
# load the gem
|
|
@@ -3144,7 +3129,6 @@ Requires NO permissions:
|
|
|
3144
3129
|
|
|
3145
3130
|
|
|
3146
3131
|
|
|
3147
|
-
|
|
3148
3132
|
### Example
|
|
3149
3133
|
~~~ruby
|
|
3150
3134
|
# load the gem
|
|
@@ -3210,7 +3194,10 @@ Wraps PUT /api/v2/users/{userId}/profileskills
|
|
|
3210
3194
|
|
|
3211
3195
|
Requires ANY permissions:
|
|
3212
3196
|
|
|
3213
|
-
* directory:userProfile:edit
|
|
3197
|
+
* directory:userProfile:edit
|
|
3198
|
+
* admin
|
|
3199
|
+
* user_manager
|
|
3200
|
+
* user_administration
|
|
3214
3201
|
|
|
3215
3202
|
|
|
3216
3203
|
### Example
|
|
@@ -3279,7 +3266,9 @@ Wraps PUT /api/v2/users/{userId}/roles
|
|
|
3279
3266
|
|
|
3280
3267
|
Requires ANY permissions:
|
|
3281
3268
|
|
|
3282
|
-
* admin
|
|
3269
|
+
* admin
|
|
3270
|
+
* role_manager
|
|
3271
|
+
* authorization:grant:add
|
|
3283
3272
|
|
|
3284
3273
|
|
|
3285
3274
|
### Example
|
|
@@ -3347,7 +3336,8 @@ Wraps PUT /api/v2/users/{userId}/routingskills/{skillId}
|
|
|
3347
3336
|
|
|
3348
3337
|
Requires ANY permissions:
|
|
3349
3338
|
|
|
3350
|
-
* routing:skill:assign
|
|
3339
|
+
* routing:skill:assign
|
|
3340
|
+
* admin
|
|
3351
3341
|
|
|
3352
3342
|
|
|
3353
3343
|
### Example
|
|
@@ -3420,7 +3410,6 @@ Requires NO permissions:
|
|
|
3420
3410
|
|
|
3421
3411
|
|
|
3422
3412
|
|
|
3423
|
-
|
|
3424
3413
|
### Example
|
|
3425
3414
|
~~~ruby
|
|
3426
3415
|
# load the gem
|
|
@@ -3488,7 +3477,6 @@ Requires NO permissions:
|
|
|
3488
3477
|
|
|
3489
3478
|
|
|
3490
3479
|
|
|
3491
|
-
|
|
3492
3480
|
### Example
|
|
3493
3481
|
~~~ruby
|
|
3494
3482
|
# load the gem
|
|
@@ -3553,7 +3541,8 @@ Wraps PUT /api/v2/users/{userId}/station/defaultstation/{stationId}
|
|
|
3553
3541
|
|
|
3554
3542
|
Requires ANY permissions:
|
|
3555
3543
|
|
|
3556
|
-
* telephony:plugin:all
|
|
3544
|
+
* telephony:plugin:all
|
|
3545
|
+
* telephony:phone:assign
|
|
3557
3546
|
|
|
3558
3547
|
|
|
3559
3548
|
### Example
|