purecloudplatformclientv2 75.1.0 → 79.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.
Files changed (179) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/ActivityCode.md +1 -1
  4. data/docs/AnalyticsApi.md +66 -2
  5. data/docs/AnalyticsConversationAsyncQueryResponse.md +1 -1
  6. data/docs/AnalyticsConversationQueryResponse.md +1 -1
  7. data/docs/AnalyticsParticipant.md +1 -0
  8. data/docs/AnalyticsParticipantWithoutAttributes.md +1 -0
  9. data/docs/ArchitectApi.md +345 -0
  10. data/docs/AuditApi.md +3 -1
  11. data/docs/AuditLogMessage.md +1 -1
  12. data/docs/AuthorizationApi.md +154 -9
  13. data/docs/AvailableTopic.md +3 -1
  14. data/docs/BuAgentScheduleActivity.md +18 -0
  15. data/docs/BuAgentSchedulePublishedScheduleReference.md +16 -0
  16. data/docs/BuAgentScheduleSearchResponse.md +15 -0
  17. data/docs/BuAgentScheduleShift.md +18 -0
  18. data/docs/BuAgentSchedulesSearchResponse.md +15 -0
  19. data/docs/BuAsyncAgentSchedulesSearchResponse.md +17 -0
  20. data/docs/BuFullDayTimeOffMarker.md +18 -0
  21. data/docs/BuScheduleReference.md +15 -0
  22. data/docs/Call.md +1 -1
  23. data/docs/CallBasic.md +1 -1
  24. data/docs/CallMediaParticipant.md +1 -1
  25. data/docs/CallbackMediaParticipant.md +1 -1
  26. data/docs/CampaignProgress.md +2 -1
  27. data/docs/ChatMediaParticipant.md +1 -1
  28. data/docs/CobrowseMediaParticipant.md +1 -1
  29. data/docs/ConversationsApi.md +71 -1
  30. data/docs/CopyAttachmentsRequest.md +14 -0
  31. data/docs/CreateManagementUnitApiRequest.md +3 -2
  32. data/docs/CreateManagementUnitSettingsRequest.md +1 -1
  33. data/docs/CreateWorkPlanShift.md +1 -1
  34. data/docs/DataTableExportJob.md +22 -0
  35. data/docs/DataTableImportJob.md +25 -0
  36. data/docs/DivsPermittedEntityListing.md +23 -0
  37. data/docs/EmailMediaParticipant.md +1 -1
  38. data/docs/EntityListing.md +17 -0
  39. data/docs/ErrorBody.md +2 -2
  40. data/docs/ErrorInfo.md +14 -0
  41. data/docs/Evaluation.md +1 -0
  42. data/docs/EvaluationQuestionGroupScore.md +4 -0
  43. data/docs/EvaluationScoringSet.md +1 -0
  44. data/docs/FacebookIntegrationRequest.md +2 -2
  45. data/docs/GDPRJourneyCustomer.md +2 -2
  46. data/docs/InboundDomain.md +2 -0
  47. data/docs/Library.md +4 -3
  48. data/docs/LicenseApi.md +66 -0
  49. data/docs/MailFromResult.md +15 -0
  50. data/docs/ManagementUnit.md +2 -2
  51. data/docs/ManagementUnitSettingsRequest.md +1 -1
  52. data/docs/MessageMediaParticipant.md +1 -1
  53. data/docs/MessagingApi.md +0 -936
  54. data/docs/MessagingTemplate.md +15 -0
  55. data/docs/Organization.md +1 -0
  56. data/docs/QualityApi.md +5 -6
  57. data/docs/Record.md +15 -0
  58. data/docs/ReportingExportMetadataJobListing.md +22 -0
  59. data/docs/ReportingExportMetadataJobResponse.md +22 -0
  60. data/docs/Response.md +2 -0
  61. data/docs/RoutingApi.md +385 -0
  62. data/docs/RoutingSettings.md +13 -0
  63. data/docs/SCIMApi.md +397 -23
  64. data/docs/ScimUserExtensions.md +14 -0
  65. data/docs/ScimUserRole.md +13 -0
  66. data/docs/ScimUserRoutingLanguage.md +14 -0
  67. data/docs/ScimUserRoutingSkill.md +14 -0
  68. data/docs/ScimV2CreateUser.md +2 -1
  69. data/docs/ScimV2SchemaAttribute.md +24 -0
  70. data/docs/ScimV2SchemaDefinition.md +17 -0
  71. data/docs/ScimV2SchemaListResponse.md +17 -0
  72. data/docs/ScimV2User.md +2 -1
  73. data/docs/ShortTermForecast.md +2 -2
  74. data/docs/ShortTermForecastListItemResponse.md +2 -2
  75. data/docs/ShortTermForecastReference.md +2 -2
  76. data/docs/TimeOffRequestLookup.md +3 -3
  77. data/docs/TimeOffRequestResponse.md +3 -3
  78. data/docs/UserScheduleAdherence.md +1 -1
  79. data/docs/UsersApi.md +358 -10
  80. data/docs/ViewFilter.md +4 -10
  81. data/docs/WeekSchedule.md +1 -1
  82. data/docs/WeekScheduleListItemResponse.md +1 -1
  83. data/docs/WeekScheduleReference.md +1 -1
  84. data/docs/WorkPlanShift.md +1 -1
  85. data/docs/WorkforceManagementApi.md +40 -41
  86. data/lib/purecloudplatformclientv2.rb +27 -0
  87. data/lib/purecloudplatformclientv2/api/analytics_api.rb +73 -0
  88. data/lib/purecloudplatformclientv2/api/architect_api.rb +373 -0
  89. data/lib/purecloudplatformclientv2/api/audit_api.rb +9 -0
  90. data/lib/purecloudplatformclientv2/api/authorization_api.rb +185 -7
  91. data/lib/purecloudplatformclientv2/api/conversations_api.rb +84 -0
  92. data/lib/purecloudplatformclientv2/api/license_api.rb +63 -0
  93. data/lib/purecloudplatformclientv2/api/messaging_api.rb +0 -949
  94. data/lib/purecloudplatformclientv2/api/quality_api.rb +8 -6
  95. data/lib/purecloudplatformclientv2/api/routing_api.rb +378 -0
  96. data/lib/purecloudplatformclientv2/api/scim_api.rb +366 -26
  97. data/lib/purecloudplatformclientv2/api/users_api.rb +398 -7
  98. data/lib/purecloudplatformclientv2/api/workforce_management_api.rb +3 -3
  99. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  100. data/lib/purecloudplatformclientv2/models/activity_code.rb +30 -30
  101. data/lib/purecloudplatformclientv2/models/analytics_conversation_async_query_response.rb +15 -15
  102. data/lib/purecloudplatformclientv2/models/analytics_conversation_query_response.rb +15 -15
  103. data/lib/purecloudplatformclientv2/models/analytics_participant.rb +27 -1
  104. data/lib/purecloudplatformclientv2/models/analytics_participant_without_attributes.rb +27 -1
  105. data/lib/purecloudplatformclientv2/models/audit_log_message.rb +5 -5
  106. data/lib/purecloudplatformclientv2/models/available_topic.rb +57 -4
  107. data/lib/purecloudplatformclientv2/models/bu_agent_schedule_activity.rb +332 -0
  108. data/lib/purecloudplatformclientv2/models/bu_agent_schedule_published_schedule_reference.rb +280 -0
  109. data/lib/purecloudplatformclientv2/models/bu_agent_schedule_search_response.rb +258 -0
  110. data/lib/purecloudplatformclientv2/models/bu_agent_schedule_shift.rb +334 -0
  111. data/lib/purecloudplatformclientv2/models/bu_agent_schedules_search_response.rb +258 -0
  112. data/lib/purecloudplatformclientv2/models/bu_async_agent_schedules_search_response.rb +320 -0
  113. data/lib/purecloudplatformclientv2/models/bu_full_day_time_off_marker.rb +332 -0
  114. data/lib/purecloudplatformclientv2/models/bu_schedule_reference.rb +254 -0
  115. data/lib/purecloudplatformclientv2/models/call.rb +1 -1
  116. data/lib/purecloudplatformclientv2/models/call_basic.rb +1 -1
  117. data/lib/purecloudplatformclientv2/models/call_media_participant.rb +1 -1
  118. data/lib/purecloudplatformclientv2/models/callback_media_participant.rb +1 -1
  119. data/lib/purecloudplatformclientv2/models/campaign_progress.rb +28 -2
  120. data/lib/purecloudplatformclientv2/models/chat_media_participant.rb +1 -1
  121. data/lib/purecloudplatformclientv2/models/cobrowse_media_participant.rb +1 -1
  122. data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
  123. data/lib/purecloudplatformclientv2/models/copy_attachments_request.rb +240 -0
  124. data/lib/purecloudplatformclientv2/models/create_management_unit_api_request.rb +37 -16
  125. data/lib/purecloudplatformclientv2/models/create_management_unit_settings_request.rb +1 -1
  126. data/lib/purecloudplatformclientv2/models/create_work_plan_shift.rb +1 -1
  127. data/lib/purecloudplatformclientv2/models/data_table_export_job.rb +455 -0
  128. data/lib/purecloudplatformclientv2/models/data_table_import_job.rb +547 -0
  129. data/lib/purecloudplatformclientv2/models/divs_permitted_entity_listing.rb +453 -0
  130. data/lib/purecloudplatformclientv2/models/email_media_participant.rb +1 -1
  131. data/lib/purecloudplatformclientv2/models/entity_listing.rb +303 -0
  132. data/lib/purecloudplatformclientv2/models/error_body.rb +20 -20
  133. data/lib/purecloudplatformclientv2/models/error_info.rb +226 -0
  134. data/lib/purecloudplatformclientv2/models/evaluation.rb +27 -1
  135. data/lib/purecloudplatformclientv2/models/evaluation_question_group_score.rb +101 -1
  136. data/lib/purecloudplatformclientv2/models/evaluation_scoring_set.rb +26 -1
  137. data/lib/purecloudplatformclientv2/models/facebook_integration_request.rb +2 -7
  138. data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
  139. data/lib/purecloudplatformclientv2/models/gdpr_journey_customer.rb +2 -12
  140. data/lib/purecloudplatformclientv2/models/inbound_domain.rb +53 -1
  141. data/lib/purecloudplatformclientv2/models/library.rb +44 -2
  142. data/lib/purecloudplatformclientv2/models/mail_from_result.rb +275 -0
  143. data/lib/purecloudplatformclientv2/models/management_unit.rb +2 -2
  144. data/lib/purecloudplatformclientv2/models/management_unit_settings_request.rb +1 -1
  145. data/lib/purecloudplatformclientv2/models/message_media_participant.rb +1 -1
  146. data/lib/purecloudplatformclientv2/models/messaging_template.rb +270 -0
  147. data/lib/purecloudplatformclientv2/models/organization.rb +41 -1
  148. data/lib/purecloudplatformclientv2/models/record.rb +269 -0
  149. data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +2 -2
  150. data/lib/purecloudplatformclientv2/models/reporting_export_metadata_job_listing.rb +428 -0
  151. data/lib/purecloudplatformclientv2/models/reporting_export_metadata_job_response.rb +459 -0
  152. data/lib/purecloudplatformclientv2/models/response.rb +67 -1
  153. data/lib/purecloudplatformclientv2/models/routing_settings.rb +202 -0
  154. data/lib/purecloudplatformclientv2/models/scim_metadata.rb +2 -2
  155. data/lib/purecloudplatformclientv2/models/scim_user_extensions.rb +233 -0
  156. data/lib/purecloudplatformclientv2/models/scim_user_role.rb +203 -0
  157. data/lib/purecloudplatformclientv2/models/scim_user_routing_language.rb +234 -0
  158. data/lib/purecloudplatformclientv2/models/scim_user_routing_skill.rb +234 -0
  159. data/lib/purecloudplatformclientv2/models/scim_v2_create_user.rb +30 -5
  160. data/lib/purecloudplatformclientv2/models/scim_v2_group_reference.rb +2 -2
  161. data/lib/purecloudplatformclientv2/models/scim_v2_member_reference.rb +2 -2
  162. data/lib/purecloudplatformclientv2/models/scim_v2_schema_attribute.rb +551 -0
  163. data/lib/purecloudplatformclientv2/models/scim_v2_schema_definition.rb +309 -0
  164. data/lib/purecloudplatformclientv2/models/scim_v2_schema_list_response.rb +311 -0
  165. data/lib/purecloudplatformclientv2/models/scim_v2_user.rb +27 -2
  166. data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
  167. data/lib/purecloudplatformclientv2/models/short_term_forecast.rb +30 -35
  168. data/lib/purecloudplatformclientv2/models/short_term_forecast_list_item_response.rb +30 -35
  169. data/lib/purecloudplatformclientv2/models/short_term_forecast_reference.rb +22 -27
  170. data/lib/purecloudplatformclientv2/models/time_off_request_lookup.rb +3 -3
  171. data/lib/purecloudplatformclientv2/models/time_off_request_response.rb +3 -3
  172. data/lib/purecloudplatformclientv2/models/user_schedule_adherence.rb +1 -1
  173. data/lib/purecloudplatformclientv2/models/view_filter.rb +53 -255
  174. data/lib/purecloudplatformclientv2/models/week_schedule.rb +21 -21
  175. data/lib/purecloudplatformclientv2/models/week_schedule_list_item_response.rb +21 -21
  176. data/lib/purecloudplatformclientv2/models/week_schedule_reference.rb +14 -14
  177. data/lib/purecloudplatformclientv2/models/work_plan_shift.rb +1 -1
  178. data/lib/purecloudplatformclientv2/version.rb +1 -1
  179. metadata +56 -2
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: MessagingTemplate
3
+ ---
4
+ ## PureCloud::MessagingTemplate
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **name** | **String** | The messaging template name. | |
11
+ | **namespace** | **String** | The messaging template namespace. | |
12
+ | **language** | **String** | The messaging template language. For example, 'en-US' | |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -19,6 +19,7 @@ title: Organization
19
19
  | **default_site_id** | **String** | | [optional] |
20
20
  | **support_uri** | **String** | Email address where support tickets are sent to. | [optional] |
21
21
  | **voicemail_enabled** | **BOOLEAN** | | [optional] |
22
+ | **product_platform** | **String** | Organizations Originating Platform. | [optional] |
22
23
  | **self_uri** | **String** | The URI for this object | [optional] |
23
24
  | **features** | **Hash<String, BOOLEAN>** | The state of features available for the organization. | [optional] |
24
25
  {: class="table table-striped"}
@@ -2592,7 +2592,7 @@ Name | Type | Description | Notes
2592
2592
 
2593
2593
  <a name="get_quality_surveys_scorable"></a>
2594
2594
 
2595
- ## [**ScorableSurvey**](ScorableSurvey.html) get_quality_surveys_scorable(opts)
2595
+ ## [**ScorableSurvey**](ScorableSurvey.html) get_quality_surveys_scorable(customer_survey_url)
2596
2596
 
2597
2597
 
2598
2598
 
@@ -2613,13 +2613,12 @@ require 'purecloudplatformclientv2'
2613
2613
 
2614
2614
  api_instance = PureCloud::QualityApi.new
2615
2615
 
2616
- opts = {
2617
- customer_survey_url: "customer_survey_url_example" # String | customerSurveyUrl
2618
- }
2616
+ customer_survey_url = "customer_survey_url_example" # String | customerSurveyUrl
2617
+
2619
2618
 
2620
2619
  begin
2621
2620
  #Get a survey as an end-customer, for the purposes of scoring it.
2622
- result = api_instance.get_quality_surveys_scorable(opts)
2621
+ result = api_instance.get_quality_surveys_scorable(customer_survey_url)
2623
2622
  p result
2624
2623
  rescue PureCloud::ApiError => e
2625
2624
  puts "Exception when calling QualityApi->get_quality_surveys_scorable: #{e}"
@@ -2630,7 +2629,7 @@ end
2630
2629
 
2631
2630
  Name | Type | Description | Notes
2632
2631
  ------------- | ------------- | ------------- | -------------
2633
- **customer_survey_url** | **String**| customerSurveyUrl | [optional] |
2632
+ **customer_survey_url** | **String**| customerSurveyUrl | |
2634
2633
  {: class="table table-striped"}
2635
2634
 
2636
2635
 
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: Record
3
+ ---
4
+ ## PureCloud::Record
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **name** | **String** | The name of the record. | |
11
+ | **type** | **String** | The type of the record. (Example values: MX, TXT, CNAME) | |
12
+ | **value** | **String** | The value of the record. | |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: ReportingExportMetadataJobListing
3
+ ---
4
+ ## PureCloud::ReportingExportMetadataJobListing
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **entities** | [**Array&lt;ReportingExportMetadataJobResponse&gt;**](ReportingExportMetadataJobResponse.html) | | [optional] |
11
+ | **page_size** | **Integer** | | [optional] |
12
+ | **page_number** | **Integer** | | [optional] |
13
+ | **total** | **Integer** | | [optional] |
14
+ | **first_uri** | **String** | | [optional] |
15
+ | **self_uri** | **String** | | [optional] |
16
+ | **next_uri** | **String** | | [optional] |
17
+ | **previous_uri** | **String** | | [optional] |
18
+ | **last_uri** | **String** | | [optional] |
19
+ | **page_count** | **Integer** | | [optional] |
20
+ {: class="table table-striped"}
21
+
22
+
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: ReportingExportMetadataJobResponse
3
+ ---
4
+ ## PureCloud::ReportingExportMetadataJobResponse
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ | **view_type** | **String** | The view type of the export metadata | [optional] |
13
+ | **date_limitations** | **String** | The date limitations of the export metadata | [optional] |
14
+ | **required_filters** | **Array&lt;String&gt;** | The list of required filters for the export metadata | [optional] |
15
+ | **supported_filters** | **Array&lt;String&gt;** | The list of supported filters for the export metadata | [optional] |
16
+ | **required_column_ids** | **Array&lt;String&gt;** | The list of required column ids for the export metadata | [optional] |
17
+ | **dependent_column_ids** | **Hash&lt;String, Array&lt;String&gt;&gt;** | The list of dependent column ids for the export metadata | [optional] |
18
+ | **available_column_ids** | **Array&lt;String&gt;** | The list of available column ids for the export metadata | [optional] |
19
+ | **self_uri** | **String** | The URI for this object | [optional] |
20
+ {: class="table table-striped"}
21
+
22
+
@@ -17,6 +17,8 @@ title: Response
17
17
  | **interaction_type** | **String** | The interaction type for this response. | [optional] |
18
18
  | **substitutions** | [**Array&lt;ResponseSubstitution&gt;**](ResponseSubstitution.html) | Details about any text substitutions used in the texts for this response. | [optional] |
19
19
  | **substitutions_schema** | [**JsonSchemaDocument**](JsonSchemaDocument.html) | Metadata about the text substitutions in json schema format. | [optional] |
20
+ | **response_type** | **String** | The response type represented by the response | [optional] |
21
+ | **messaging_template** | [**MessagingTemplate**](MessagingTemplate.html) | The messaging template definition. This is required when adding to a library with responseType set to MessagingTemplate. | [optional] |
20
22
  | **self_uri** | **String** | The URI for this object | [optional] |
21
23
  {: class="table table-striped"}
22
24
 
@@ -13,8 +13,10 @@ Method | Description
13
13
  [**delete_routing_queue**](RoutingApi.html#delete_routing_queue) | Delete a queue
14
14
  [**delete_routing_queue_user**](RoutingApi.html#delete_routing_queue_user) | Delete queue member
15
15
  [**delete_routing_queue_wrapupcode**](RoutingApi.html#delete_routing_queue_wrapupcode) | Delete a wrap-up code from a queue
16
+ [**delete_routing_settings**](RoutingApi.html#delete_routing_settings) | Delete an organization&#39;s routing settings
16
17
  [**delete_routing_skill**](RoutingApi.html#delete_routing_skill) | Delete Routing Skill
17
18
  [**delete_routing_sms_phonenumber**](RoutingApi.html#delete_routing_sms_phonenumber) | Delete a phone number provisioned for SMS.
19
+ [**delete_routing_user_utilization**](RoutingApi.html#delete_routing_user_utilization) | Delete the user&#39;s max utilization settings and revert to the organization-wide default.
18
20
  [**delete_routing_utilization**](RoutingApi.html#delete_routing_utilization) | Delete the organization-wide max utilization settings and revert to the system default.
19
21
  [**delete_routing_wrapupcode**](RoutingApi.html#delete_routing_wrapupcode) | Delete wrap-up code
20
22
  [**delete_user_routinglanguage**](RoutingApi.html#delete_user_routinglanguage) | Remove routing language from user
@@ -36,6 +38,7 @@ Method | Description
36
38
  [**get_routing_queues_divisionviews**](RoutingApi.html#get_routing_queues_divisionviews) | Get a paged listing of simplified queue objects, filterable by name, queue ID(s), or division ID(s).
37
39
  [**get_routing_queues_divisionviews_all**](RoutingApi.html#get_routing_queues_divisionviews_all) | Get a paged listing of simplified queue objects. Can be used to get a digest of all queues in an organization.
38
40
  [**get_routing_queues_me**](RoutingApi.html#get_routing_queues_me) | Get a paged listing of queues the user is a member of.
41
+ [**get_routing_settings**](RoutingApi.html#get_routing_settings) | Get an organization&#39;s routing settings
39
42
  [**get_routing_settings_contactcenter**](RoutingApi.html#get_routing_settings_contactcenter) | Get Contact Center Settings
40
43
  [**get_routing_settings_transcription**](RoutingApi.html#get_routing_settings_transcription) | Get Transcription Settings
41
44
  [**get_routing_skill**](RoutingApi.html#get_routing_skill) | Get Routing Skill
@@ -45,6 +48,7 @@ Method | Description
45
48
  [**get_routing_sms_availablephonenumbers**](RoutingApi.html#get_routing_sms_availablephonenumbers) | Get a list of available phone numbers for SMS provisioning.
46
49
  [**get_routing_sms_phonenumber**](RoutingApi.html#get_routing_sms_phonenumber) | Get a phone number provisioned for SMS.
47
50
  [**get_routing_sms_phonenumbers**](RoutingApi.html#get_routing_sms_phonenumbers) | Get a list of provisioned phone numbers.
51
+ [**get_routing_user_utilization**](RoutingApi.html#get_routing_user_utilization) | Get the user&#39;s max utilization settings. If not configured, the organization-wide default is returned.
48
52
  [**get_routing_utilization**](RoutingApi.html#get_routing_utilization) | Get the organization-wide max utilization settings.
49
53
  [**get_routing_wrapupcode**](RoutingApi.html#get_routing_wrapupcode) | Get details about this wrap-up code.
50
54
  [**get_routing_wrapupcodes**](RoutingApi.html#get_routing_wrapupcodes) | Get list of wrapup codes.
@@ -75,8 +79,10 @@ Method | Description
75
79
  [**put_routing_email_domain_route**](RoutingApi.html#put_routing_email_domain_route) | Update a route
76
80
  [**put_routing_message_recipient**](RoutingApi.html#put_routing_message_recipient) | Update a recipient
77
81
  [**put_routing_queue**](RoutingApi.html#put_routing_queue) | Update a queue
82
+ [**put_routing_settings**](RoutingApi.html#put_routing_settings) | Update an organization&#39;s routing settings
78
83
  [**put_routing_settings_transcription**](RoutingApi.html#put_routing_settings_transcription) | Update Transcription Settings
79
84
  [**put_routing_sms_phonenumber**](RoutingApi.html#put_routing_sms_phonenumber) | Update a phone number provisioned for SMS.
85
+ [**put_routing_user_utilization**](RoutingApi.html#put_routing_user_utilization) | Update the user&#39;s max utilization settings. Include only those media types requiring custom configuration.
80
86
  [**put_routing_utilization**](RoutingApi.html#put_routing_utilization) | Update the organization-wide max utilization settings. Include only those media types requiring custom configuration.
81
87
  [**put_routing_wrapupcode**](RoutingApi.html#put_routing_wrapupcode) | Update wrap-up code
82
88
  [**put_user_routingskill**](RoutingApi.html#put_user_routingskill) | Update routing skill proficiency or state.
@@ -416,6 +422,64 @@ nil (empty response body)
416
422
 
417
423
 
418
424
 
425
+ <a name="delete_routing_settings"></a>
426
+
427
+ ## delete_routing_settings
428
+
429
+
430
+
431
+ Delete an organization's routing settings
432
+
433
+
434
+
435
+ Wraps DELETE /api/v2/routing/settings
436
+
437
+ Requires ANY permissions:
438
+
439
+ * routing:settings:edit
440
+
441
+
442
+ ### Example
443
+ ```{"language":"ruby"}
444
+ # load the gem
445
+ require 'purecloudplatformclientv2'
446
+ # setup authorization
447
+ @secret = ENV['PURECLOUD_SECRET']
448
+ @id = ENV['PURECLOUD_CLIENT_ID']
449
+ environment = "mypurecloud.com"
450
+
451
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
452
+
453
+ PureCloud.configure do |config|
454
+ config.access_token = @authToken
455
+ end
456
+
457
+ api_instance = PureCloud::RoutingApi.new
458
+
459
+ begin
460
+ #Delete an organization's routing settings
461
+ api_instance.delete_routing_settings
462
+ rescue PureCloud::ApiError => e
463
+ puts "Exception when calling RoutingApi->delete_routing_settings: #{e}"
464
+ end
465
+ ```
466
+
467
+ ### Parameters
468
+ This endpoint does not need any parameter.
469
+ {: class="table table-striped"}
470
+
471
+
472
+ ### Return type
473
+
474
+ nil (empty response body)
475
+
476
+ ### HTTP request headers
477
+
478
+ - **Content-Type**: application/json
479
+ - **Accept**: application/json
480
+
481
+
482
+
419
483
  <a name="delete_routing_skill"></a>
420
484
 
421
485
  ## delete_routing_skill(skill_id)
@@ -544,6 +608,70 @@ nil (empty response body)
544
608
 
545
609
 
546
610
 
611
+ <a name="delete_routing_user_utilization"></a>
612
+
613
+ ## delete_routing_user_utilization(user_id)
614
+
615
+
616
+
617
+ Delete the user's max utilization settings and revert to the organization-wide default.
618
+
619
+
620
+
621
+ Wraps DELETE /api/v2/routing/users/{userId}/utilization
622
+
623
+ Requires ANY permissions:
624
+
625
+ * routing:utilization:manage
626
+
627
+
628
+ ### Example
629
+ ```{"language":"ruby"}
630
+ # load the gem
631
+ require 'purecloudplatformclientv2'
632
+ # setup authorization
633
+ @secret = ENV['PURECLOUD_SECRET']
634
+ @id = ENV['PURECLOUD_CLIENT_ID']
635
+ environment = "mypurecloud.com"
636
+
637
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
638
+
639
+ PureCloud.configure do |config|
640
+ config.access_token = @authToken
641
+ end
642
+
643
+ api_instance = PureCloud::RoutingApi.new
644
+
645
+ user_id = "user_id_example" # String | User ID
646
+
647
+
648
+ begin
649
+ #Delete the user's max utilization settings and revert to the organization-wide default.
650
+ api_instance.delete_routing_user_utilization(user_id)
651
+ rescue PureCloud::ApiError => e
652
+ puts "Exception when calling RoutingApi->delete_routing_user_utilization: #{e}"
653
+ end
654
+ ```
655
+
656
+ ### Parameters
657
+
658
+ Name | Type | Description | Notes
659
+ ------------- | ------------- | ------------- | -------------
660
+ **user_id** | **String**| User ID | |
661
+ {: class="table table-striped"}
662
+
663
+
664
+ ### Return type
665
+
666
+ nil (empty response body)
667
+
668
+ ### HTTP request headers
669
+
670
+ - **Content-Type**: application/json
671
+ - **Accept**: application/json
672
+
673
+
674
+
547
675
  <a name="delete_routing_utilization"></a>
548
676
 
549
677
  ## delete_routing_utilization
@@ -1994,6 +2122,64 @@ Name | Type | Description | Notes
1994
2122
 
1995
2123
 
1996
2124
 
2125
+ <a name="get_routing_settings"></a>
2126
+
2127
+ ## [**RoutingSettings**](RoutingSettings.html) get_routing_settings
2128
+
2129
+
2130
+
2131
+ Get an organization's routing settings
2132
+
2133
+
2134
+
2135
+ Wraps GET /api/v2/routing/settings
2136
+
2137
+ Requires NO permissions:
2138
+
2139
+
2140
+
2141
+ ### Example
2142
+ ```{"language":"ruby"}
2143
+ # load the gem
2144
+ require 'purecloudplatformclientv2'
2145
+ # setup authorization
2146
+ @secret = ENV['PURECLOUD_SECRET']
2147
+ @id = ENV['PURECLOUD_CLIENT_ID']
2148
+ environment = "mypurecloud.com"
2149
+
2150
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
2151
+
2152
+ PureCloud.configure do |config|
2153
+ config.access_token = @authToken
2154
+ end
2155
+
2156
+ api_instance = PureCloud::RoutingApi.new
2157
+
2158
+ begin
2159
+ #Get an organization's routing settings
2160
+ result = api_instance.get_routing_settings
2161
+ p result
2162
+ rescue PureCloud::ApiError => e
2163
+ puts "Exception when calling RoutingApi->get_routing_settings: #{e}"
2164
+ end
2165
+ ```
2166
+
2167
+ ### Parameters
2168
+ This endpoint does not need any parameter.
2169
+ {: class="table table-striped"}
2170
+
2171
+
2172
+ ### Return type
2173
+
2174
+ [**RoutingSettings**](RoutingSettings.html)
2175
+
2176
+ ### HTTP request headers
2177
+
2178
+ - **Content-Type**: application/json
2179
+ - **Accept**: application/json
2180
+
2181
+
2182
+
1997
2183
  <a name="get_routing_settings_contactcenter"></a>
1998
2184
 
1999
2185
  ## [**ContactCenterSettings**](ContactCenterSettings.html) get_routing_settings_contactcenter
@@ -2598,6 +2784,72 @@ Name | Type | Description | Notes
2598
2784
 
2599
2785
 
2600
2786
 
2787
+ <a name="get_routing_user_utilization"></a>
2788
+
2789
+ ## [**Utilization**](Utilization.html) get_routing_user_utilization(user_id)
2790
+
2791
+
2792
+
2793
+ Get the user's max utilization settings. If not configured, the organization-wide default is returned.
2794
+
2795
+
2796
+
2797
+ Wraps GET /api/v2/routing/users/{userId}/utilization
2798
+
2799
+ Requires ANY permissions:
2800
+
2801
+ * routing:utilization:manage
2802
+ * routing:utilization:view
2803
+
2804
+
2805
+ ### Example
2806
+ ```{"language":"ruby"}
2807
+ # load the gem
2808
+ require 'purecloudplatformclientv2'
2809
+ # setup authorization
2810
+ @secret = ENV['PURECLOUD_SECRET']
2811
+ @id = ENV['PURECLOUD_CLIENT_ID']
2812
+ environment = "mypurecloud.com"
2813
+
2814
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
2815
+
2816
+ PureCloud.configure do |config|
2817
+ config.access_token = @authToken
2818
+ end
2819
+
2820
+ api_instance = PureCloud::RoutingApi.new
2821
+
2822
+ user_id = "user_id_example" # String | User ID
2823
+
2824
+
2825
+ begin
2826
+ #Get the user's max utilization settings. If not configured, the organization-wide default is returned.
2827
+ result = api_instance.get_routing_user_utilization(user_id)
2828
+ p result
2829
+ rescue PureCloud::ApiError => e
2830
+ puts "Exception when calling RoutingApi->get_routing_user_utilization: #{e}"
2831
+ end
2832
+ ```
2833
+
2834
+ ### Parameters
2835
+
2836
+ Name | Type | Description | Notes
2837
+ ------------- | ------------- | ------------- | -------------
2838
+ **user_id** | **String**| User ID | |
2839
+ {: class="table table-striped"}
2840
+
2841
+
2842
+ ### Return type
2843
+
2844
+ [**Utilization**](Utilization.html)
2845
+
2846
+ ### HTTP request headers
2847
+
2848
+ - **Content-Type**: application/json
2849
+ - **Accept**: application/json
2850
+
2851
+
2852
+
2601
2853
  <a name="get_routing_utilization"></a>
2602
2854
 
2603
2855
  ## [**Utilization**](Utilization.html) get_routing_utilization
@@ -4642,6 +4894,71 @@ Name | Type | Description | Notes
4642
4894
 
4643
4895
 
4644
4896
 
4897
+ <a name="put_routing_settings"></a>
4898
+
4899
+ ## [**RoutingSettings**](RoutingSettings.html) put_routing_settings(body)
4900
+
4901
+
4902
+
4903
+ Update an organization's routing settings
4904
+
4905
+
4906
+
4907
+ Wraps PUT /api/v2/routing/settings
4908
+
4909
+ Requires ANY permissions:
4910
+
4911
+ * routing:settings:edit
4912
+
4913
+
4914
+ ### Example
4915
+ ```{"language":"ruby"}
4916
+ # load the gem
4917
+ require 'purecloudplatformclientv2'
4918
+ # setup authorization
4919
+ @secret = ENV['PURECLOUD_SECRET']
4920
+ @id = ENV['PURECLOUD_CLIENT_ID']
4921
+ environment = "mypurecloud.com"
4922
+
4923
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
4924
+
4925
+ PureCloud.configure do |config|
4926
+ config.access_token = @authToken
4927
+ end
4928
+
4929
+ api_instance = PureCloud::RoutingApi.new
4930
+
4931
+ body = PureCloud::RoutingSettings.new # RoutingSettings | Organization Settings
4932
+
4933
+
4934
+ begin
4935
+ #Update an organization's routing settings
4936
+ result = api_instance.put_routing_settings(body)
4937
+ p result
4938
+ rescue PureCloud::ApiError => e
4939
+ puts "Exception when calling RoutingApi->put_routing_settings: #{e}"
4940
+ end
4941
+ ```
4942
+
4943
+ ### Parameters
4944
+
4945
+ Name | Type | Description | Notes
4946
+ ------------- | ------------- | ------------- | -------------
4947
+ **body** | [**RoutingSettings**](RoutingSettings.html)| Organization Settings | |
4948
+ {: class="table table-striped"}
4949
+
4950
+
4951
+ ### Return type
4952
+
4953
+ [**RoutingSettings**](RoutingSettings.html)
4954
+
4955
+ ### HTTP request headers
4956
+
4957
+ - **Content-Type**: application/json
4958
+ - **Accept**: application/json
4959
+
4960
+
4961
+
4645
4962
  <a name="put_routing_settings_transcription"></a>
4646
4963
 
4647
4964
  ## [**TranscriptionSettings**](TranscriptionSettings.html) put_routing_settings_transcription(body)
@@ -4775,6 +5092,74 @@ Name | Type | Description | Notes
4775
5092
 
4776
5093
 
4777
5094
 
5095
+ <a name="put_routing_user_utilization"></a>
5096
+
5097
+ ## [**Utilization**](Utilization.html) put_routing_user_utilization(user_id, body)
5098
+
5099
+
5100
+
5101
+ Update the user's max utilization settings. Include only those media types requiring custom configuration.
5102
+
5103
+
5104
+
5105
+ Wraps PUT /api/v2/routing/users/{userId}/utilization
5106
+
5107
+ Requires ANY permissions:
5108
+
5109
+ * routing:utilization:manage
5110
+
5111
+
5112
+ ### Example
5113
+ ```{"language":"ruby"}
5114
+ # load the gem
5115
+ require 'purecloudplatformclientv2'
5116
+ # setup authorization
5117
+ @secret = ENV['PURECLOUD_SECRET']
5118
+ @id = ENV['PURECLOUD_CLIENT_ID']
5119
+ environment = "mypurecloud.com"
5120
+
5121
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
5122
+
5123
+ PureCloud.configure do |config|
5124
+ config.access_token = @authToken
5125
+ end
5126
+
5127
+ api_instance = PureCloud::RoutingApi.new
5128
+
5129
+ user_id = "user_id_example" # String | User ID
5130
+
5131
+ body = PureCloud::Utilization.new # Utilization | utilization
5132
+
5133
+
5134
+ begin
5135
+ #Update the user's max utilization settings. Include only those media types requiring custom configuration.
5136
+ result = api_instance.put_routing_user_utilization(user_id, body)
5137
+ p result
5138
+ rescue PureCloud::ApiError => e
5139
+ puts "Exception when calling RoutingApi->put_routing_user_utilization: #{e}"
5140
+ end
5141
+ ```
5142
+
5143
+ ### Parameters
5144
+
5145
+ Name | Type | Description | Notes
5146
+ ------------- | ------------- | ------------- | -------------
5147
+ **user_id** | **String**| User ID | |
5148
+ **body** | [**Utilization**](Utilization.html)| utilization | |
5149
+ {: class="table table-striped"}
5150
+
5151
+
5152
+ ### Return type
5153
+
5154
+ [**Utilization**](Utilization.html)
5155
+
5156
+ ### HTTP request headers
5157
+
5158
+ - **Content-Type**: application/json
5159
+ - **Accept**: application/json
5160
+
5161
+
5162
+
4778
5163
  <a name="put_routing_utilization"></a>
4779
5164
 
4780
5165
  ## [**Utilization**](Utilization.html) put_routing_utilization(body)