purecloudplatformclientv2 95.0.0 → 96.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (140) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/docs/AnalyticsProposedAgent.md +14 -0
  4. data/docs/AnalyticsSession.md +2 -0
  5. data/docs/ArrayNode.md +4 -4
  6. data/docs/AuditApi.md +60 -0
  7. data/docs/BuAgentSchedulesQueryResponse.md +1 -0
  8. data/docs/CoachingApi.md +80 -2
  9. data/docs/CoachingAppointmentAggregateRequest.md +16 -0
  10. data/docs/CoachingAppointmentAggregateResponse.md +13 -0
  11. data/docs/CoachingAppointmentResponse.md +1 -0
  12. data/docs/ConversationMetrics.md +15 -0
  13. data/docs/ExternalOrganizationTrustorLink.md +1 -2
  14. data/docs/GenericSAML.md +1 -1
  15. data/docs/JsonNode.md +4 -4
  16. data/docs/OAuthClient.md +1 -0
  17. data/docs/OAuthClientListing.md +1 -0
  18. data/docs/OAuthClientRequest.md +1 -0
  19. data/docs/OrgOAuthClient.md +1 -0
  20. data/docs/Permissions.md +0 -2
  21. data/docs/QueryRequestClause.md +14 -0
  22. data/docs/QueryRequestFilter.md +14 -0
  23. data/docs/QueryRequestPredicate.md +14 -0
  24. data/docs/QueryResponseData.md +14 -0
  25. data/docs/QueryResponseGroupedData.md +14 -0
  26. data/docs/QueryResponseMetric.md +14 -0
  27. data/docs/QueryResponseStats.md +13 -0
  28. data/docs/ReportingDataExportTopicDataExportNotification.md +1 -0
  29. data/docs/ReportingExportJobResponse.md +1 -0
  30. data/docs/RoutingApi.md +1 -1
  31. data/docs/SearchApi.md +2 -1
  32. data/docs/SpeechTextAnalyticsApi.md +66 -0
  33. data/docs/StatEventFlowOutcomeTopicDatum.md +14 -0
  34. data/docs/StatEventFlowOutcomeTopicMetric.md +15 -0
  35. data/docs/StatEventFlowOutcomeTopicStatsNotification.md +14 -0
  36. data/docs/StatEventFlowTopicDatum.md +14 -0
  37. data/docs/StatEventFlowTopicMetric.md +15 -0
  38. data/docs/StatEventFlowTopicStatsNotification.md +14 -0
  39. data/docs/StatEventWrapUpCodeTopicDatum.md +14 -0
  40. data/docs/StatEventWrapUpCodeTopicMetric.md +15 -0
  41. data/docs/StatEventWrapUpCodeTopicStatsNotification.md +14 -0
  42. data/docs/UserScheduleAdherence.md +1 -0
  43. data/docs/UserSearchRequest.md +1 -0
  44. data/docs/UsersApi.md +2 -1
  45. data/docs/WemCoachingAppointmentTopicCoachingAppointmentNotification.md +1 -0
  46. data/docs/WfmBusinessUnitReference.md +1 -1
  47. data/docs/WfmScheduleReference.md +3 -3
  48. data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUriReference.md +14 -0
  49. data/docs/WfmUserScheduleAdherenceUpdatedMuTopicUserScheduleAdherenceUpdate.md +1 -0
  50. data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference.md +13 -0
  51. data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUriReference.md +14 -0
  52. data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserReference.md +13 -0
  53. data/docs/WfmUserScheduleAdherenceUpdatedTeamTopicUserScheduleAdherenceUpdate.md +28 -0
  54. data/docs/WfmUserScheduleAdherenceUpdatedTopicUriReference.md +14 -0
  55. data/docs/WfmUserScheduleAdherenceUpdatedTopicUserScheduleAdherenceUpdate.md +1 -0
  56. data/lib/purecloudplatformclientv2.rb +26 -0
  57. data/lib/purecloudplatformclientv2/api/audit_api.rb +55 -0
  58. data/lib/purecloudplatformclientv2/api/coaching_api.rb +127 -0
  59. data/lib/purecloudplatformclientv2/api/routing_api.rb +2 -2
  60. data/lib/purecloudplatformclientv2/api/speech_text_analytics_api.rb +65 -0
  61. data/lib/purecloudplatformclientv2/api_client.rb +1 -1
  62. data/lib/purecloudplatformclientv2/models/acw_settings.rb +2 -2
  63. data/lib/purecloudplatformclientv2/models/analytics_proposed_agent.rb +228 -0
  64. data/lib/purecloudplatformclientv2/models/analytics_session.rb +58 -4
  65. data/lib/purecloudplatformclientv2/models/array_node.rb +54 -54
  66. data/lib/purecloudplatformclientv2/models/audit_log_message.rb +6 -6
  67. data/lib/purecloudplatformclientv2/models/audit_query_entity.rb +2 -2
  68. data/lib/purecloudplatformclientv2/models/audit_query_execution_status_response.rb +2 -2
  69. data/lib/purecloudplatformclientv2/models/audit_query_request.rb +2 -2
  70. data/lib/purecloudplatformclientv2/models/audit_query_service.rb +2 -2
  71. data/lib/purecloudplatformclientv2/models/audit_realtime_query_request.rb +2 -2
  72. data/lib/purecloudplatformclientv2/models/bu_agent_schedules_query_response.rb +30 -4
  73. data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_request.rb +294 -0
  74. data/lib/purecloudplatformclientv2/models/coaching_appointment_aggregate_response.rb +204 -0
  75. data/lib/purecloudplatformclientv2/models/coaching_appointment_response.rb +27 -1
  76. data/lib/purecloudplatformclientv2/models/conversation_aggregate_query_predicate.rb +2 -2
  77. data/lib/purecloudplatformclientv2/models/conversation_event_topic_message.rb +2 -2
  78. data/lib/purecloudplatformclientv2/models/conversation_message_event_topic_message_media_participant.rb +2 -2
  79. data/lib/purecloudplatformclientv2/models/conversation_metrics.rb +254 -0
  80. data/lib/purecloudplatformclientv2/models/create_outbound_messaging_conversation_request.rb +2 -2
  81. data/lib/purecloudplatformclientv2/models/event_message.rb +2 -2
  82. data/lib/purecloudplatformclientv2/models/external_organization_trustor_link.rb +8 -34
  83. data/lib/purecloudplatformclientv2/models/flow_aggregate_query_predicate.rb +2 -2
  84. data/lib/purecloudplatformclientv2/models/generic_saml.rb +12 -12
  85. data/lib/purecloudplatformclientv2/models/ip_address_range.rb +2 -2
  86. data/lib/purecloudplatformclientv2/models/journey_aggregate_query_predicate.rb +2 -2
  87. data/lib/purecloudplatformclientv2/models/json_node.rb +54 -54
  88. data/lib/purecloudplatformclientv2/models/message.rb +2 -2
  89. data/lib/purecloudplatformclientv2/models/message_data.rb +2 -2
  90. data/lib/purecloudplatformclientv2/models/message_media_participant.rb +2 -2
  91. data/lib/purecloudplatformclientv2/models/messaging_integration.rb +2 -2
  92. data/lib/purecloudplatformclientv2/models/messaging_sticker.rb +2 -2
  93. data/lib/purecloudplatformclientv2/models/o_auth_client.rb +27 -1
  94. data/lib/purecloudplatformclientv2/models/o_auth_client_listing.rb +27 -1
  95. data/lib/purecloudplatformclientv2/models/o_auth_client_request.rb +30 -4
  96. data/lib/purecloudplatformclientv2/models/org_o_auth_client.rb +27 -1
  97. data/lib/purecloudplatformclientv2/models/participant.rb +2 -2
  98. data/lib/purecloudplatformclientv2/models/participant_basic.rb +2 -2
  99. data/lib/purecloudplatformclientv2/models/permissions.rb +1 -52
  100. data/lib/purecloudplatformclientv2/models/query_request_clause.rb +254 -0
  101. data/lib/purecloudplatformclientv2/models/query_request_filter.rb +254 -0
  102. data/lib/purecloudplatformclientv2/models/query_request_predicate.rb +252 -0
  103. data/lib/purecloudplatformclientv2/models/query_response_data.rb +230 -0
  104. data/lib/purecloudplatformclientv2/models/query_response_grouped_data.rb +232 -0
  105. data/lib/purecloudplatformclientv2/models/query_response_metric.rb +242 -0
  106. data/lib/purecloudplatformclientv2/models/query_response_stats.rb +202 -0
  107. data/lib/purecloudplatformclientv2/models/queue_conversation_event_topic_message.rb +2 -2
  108. data/lib/purecloudplatformclientv2/models/queue_conversation_message_event_topic_message_media_participant.rb +2 -2
  109. data/lib/purecloudplatformclientv2/models/queue_conversation_social_expression_event_topic_message.rb +2 -2
  110. data/lib/purecloudplatformclientv2/models/queue_conversation_video_event_topic_message.rb +2 -2
  111. data/lib/purecloudplatformclientv2/models/recipient.rb +2 -2
  112. data/lib/purecloudplatformclientv2/models/reporting_data_export_topic_data_export_notification.rb +26 -1
  113. data/lib/purecloudplatformclientv2/models/reporting_export_job_response.rb +32 -1
  114. data/lib/purecloudplatformclientv2/models/segment_detail_query_predicate.rb +2 -2
  115. data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_request.rb +2 -2
  116. data/lib/purecloudplatformclientv2/models/send_agentless_outbound_message_response.rb +2 -2
  117. data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_datum.rb +228 -0
  118. data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_metric.rb +253 -0
  119. data/lib/purecloudplatformclientv2/models/stat_event_flow_outcome_topic_stats_notification.rb +230 -0
  120. data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_datum.rb +228 -0
  121. data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_metric.rb +253 -0
  122. data/lib/purecloudplatformclientv2/models/stat_event_flow_topic_stats_notification.rb +230 -0
  123. data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_datum.rb +228 -0
  124. data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_metric.rb +253 -0
  125. data/lib/purecloudplatformclientv2/models/stat_event_wrap_up_code_topic_stats_notification.rb +230 -0
  126. data/lib/purecloudplatformclientv2/models/user_schedule_adherence.rb +27 -1
  127. data/lib/purecloudplatformclientv2/models/user_search_request.rb +30 -4
  128. data/lib/purecloudplatformclientv2/models/wem_coaching_appointment_topic_coaching_appointment_notification.rb +29 -4
  129. data/lib/purecloudplatformclientv2/models/wfm_business_unit_reference.rb +6 -1
  130. data/lib/purecloudplatformclientv2/models/wfm_schedule_reference.rb +16 -1
  131. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_uri_reference.rb +226 -0
  132. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_mu_topic_user_schedule_adherence_update.rb +26 -1
  133. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_queue_reference.rb +201 -0
  134. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_uri_reference.rb +226 -0
  135. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_reference.rb +201 -0
  136. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_team_topic_user_schedule_adherence_update.rb +606 -0
  137. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_uri_reference.rb +226 -0
  138. data/lib/purecloudplatformclientv2/models/wfm_user_schedule_adherence_updated_topic_user_schedule_adherence_update.rb +26 -1
  139. data/lib/purecloudplatformclientv2/version.rb +1 -1
  140. metadata +55 -3
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryRequestFilter
3
+ ---
4
+ ## PureCloud::QueryRequestFilter
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **type** | **String** | The logic used to combine the clauses | |
11
+ | **clauses** | [**Array<QueryRequestClause>**](QueryRequestClause.html) | The list of clauses used to filter the data | |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryRequestPredicate
3
+ ---
4
+ ## PureCloud::QueryRequestPredicate
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **dimension** | **String** | The dimension to be filtered | |
11
+ | **value** | **String** | The value to filter by | |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryResponseData
3
+ ---
4
+ ## PureCloud::QueryResponseData
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **interval** | **String** | Interval with start and end represented as ISO-8601 string. i.e: yyyy-MM-dd'T'HH:mm:ss.SSS'Z'/yyyy-MM-dd'T'HH:mm:ss.SSS'Z' | [optional] |
11
+ | **metrics** | [**Array<QueryResponseMetric>**](QueryResponseMetric.html) | A list of aggregated metrics | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryResponseGroupedData
3
+ ---
4
+ ## PureCloud::QueryResponseGroupedData
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **group** | **Hash<String, String>** | The group values for this data | [optional] |
11
+ | **data** | [**Array<QueryResponseData>**](QueryResponseData.html) | The metrics in this group | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: QueryResponseMetric
3
+ ---
4
+ ## PureCloud::QueryResponseMetric
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **metric** | **String** | The metric this applies to | [optional] |
11
+ | **stats** | [**QueryResponseStats**](QueryResponseStats.html) | The aggregated values for this metric | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: QueryResponseStats
3
+ ---
4
+ ## PureCloud::QueryResponseStats
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **count** | **Integer** | The count for this metric | [optional] |
11
+ {: class="table table-striped"}
12
+
13
+
@@ -8,6 +8,7 @@ title: ReportingDataExportTopicDataExportNotification
8
8
  |Name | Type | Description | Notes|
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | | [optional] |
11
+ | **run_id** | **String** | | [optional] |
11
12
  | **name** | **String** | | [optional] |
12
13
  | **status** | **String** | | [optional] |
13
14
  | **export_format** | **String** | | [optional] |
@@ -9,6 +9,7 @@ title: ReportingExportJobResponse
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
11
  | **name** | **String** | | [optional] |
12
+ | **run_id** | **String** | The unique run id of the export schedule execute | |
12
13
  | **status** | **String** | The current status of the export request | |
13
14
  | **time_zone** | **String** | The requested timezone of the exported data. Time zones are represented as a string of the zone name as found in the IANA time zone database. For example: UTC, Etc/UTC, or Europe/London | |
14
15
  | **export_format** | **String** | The requested format of the exported data | |
@@ -1511,7 +1511,7 @@ end
1511
1511
 
1512
1512
  Name | Type | Description | Notes
1513
1513
  ------------- | ------------- | ------------- | -------------
1514
- **messenger_type** | **String**| Messenger Type | [optional] <br />**Values**: sms, facebook, twitter, line, whatsapp |
1514
+ **messenger_type** | **String**| Messenger Type | [optional] <br />**Values**: sms, facebook, twitter, line, whatsapp, webmessaging |
1515
1515
  **page_size** | **Integer**| Page size | [optional] [default to 25] |
1516
1516
  **page_number** | **Integer**| Page number | [optional] [default to 1] |
1517
1517
  {: class="table table-striped"}
@@ -1002,8 +1002,9 @@ Search users
1002
1002
 
1003
1003
  Wraps POST /api/v2/users/search
1004
1004
 
1005
- Requires NO permissions:
1005
+ Requires ANY permissions:
1006
1006
 
1007
+ * directory:user:view
1007
1008
 
1008
1009
 
1009
1010
  ### Example
@@ -8,9 +8,75 @@ All URIs are relative to *https://api.mypurecloud.com*
8
8
 
9
9
  Method | Description
10
10
  ------------- | ------------- | -------------
11
+ [**get_speechandtextanalytics_conversation**](SpeechTextAnalyticsApi.html#get_speechandtextanalytics_conversation) | Get Speech and Text Analytics for a specific conversation
11
12
  [**get_speechandtextanalytics_conversation_communication_transcripturl**](SpeechTextAnalyticsApi.html#get_speechandtextanalytics_conversation_communication_transcripturl) | Get the pre-signed S3 URL for the transcript of a specific communication of a conversation
12
13
  {: class="table table-striped"}
13
14
 
15
+ <a name="get_speechandtextanalytics_conversation"></a>
16
+
17
+ ## [**ConversationMetrics**](ConversationMetrics.html) get_speechandtextanalytics_conversation(conversation_id)
18
+
19
+
20
+
21
+ Get Speech and Text Analytics for a specific conversation
22
+
23
+
24
+
25
+ Wraps GET /api/v2/speechandtextanalytics/conversations/{conversationId}
26
+
27
+ Requires ANY permissions:
28
+
29
+ * recording:recording:view
30
+
31
+
32
+ ### Example
33
+ ```{"language":"ruby"}
34
+ # load the gem
35
+ require 'purecloudplatformclientv2'
36
+ # setup authorization
37
+ @secret = ENV['PURECLOUD_SECRET']
38
+ @id = ENV['PURECLOUD_CLIENT_ID']
39
+ environment = "mypurecloud.com"
40
+
41
+ @authToken = PureCloud.authenticate_with_client_credentials @id, @secret, environment
42
+
43
+ PureCloud.configure do |config|
44
+ config.access_token = @authToken
45
+ end
46
+
47
+ api_instance = PureCloud::SpeechTextAnalyticsApi.new
48
+
49
+ conversation_id = "conversation_id_example" # String | Conversation Id
50
+
51
+
52
+ begin
53
+ #Get Speech and Text Analytics for a specific conversation
54
+ result = api_instance.get_speechandtextanalytics_conversation(conversation_id)
55
+ p result
56
+ rescue PureCloud::ApiError => e
57
+ puts "Exception when calling SpeechTextAnalyticsApi->get_speechandtextanalytics_conversation: #{e}"
58
+ end
59
+ ```
60
+
61
+ ### Parameters
62
+
63
+ Name | Type | Description | Notes
64
+ ------------- | ------------- | ------------- | -------------
65
+ **conversation_id** | **String**| Conversation Id | |
66
+ {: class="table table-striped"}
67
+
68
+
69
+ ### Return type
70
+
71
+ [**ConversationMetrics**](ConversationMetrics.html)
72
+
73
+ ### HTTP request headers
74
+
75
+ - **Content-Type**: application/json
76
+ - **Accept**: application/json
77
+
78
+
79
+
14
80
  <a name="get_speechandtextanalytics_conversation_communication_transcripturl"></a>
15
81
 
16
82
  ## [**TranscriptUrl**](TranscriptUrl.html) get_speechandtextanalytics_conversation_communication_transcripturl(conversation_id, communication_id)
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: StatEventFlowOutcomeTopicDatum
3
+ ---
4
+ ## PureCloud::StatEventFlowOutcomeTopicDatum
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **interval** | **String** | | [optional] |
11
+ | **metrics** | [**Array&lt;StatEventFlowOutcomeTopicMetric&gt;**](StatEventFlowOutcomeTopicMetric.html) | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: StatEventFlowOutcomeTopicMetric
3
+ ---
4
+ ## PureCloud::StatEventFlowOutcomeTopicMetric
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **metric** | **String** | | [optional] |
11
+ | **qualifier** | **String** | | [optional] |
12
+ | **stats** | **Hash&lt;String, Float&gt;** | | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: StatEventFlowOutcomeTopicStatsNotification
3
+ ---
4
+ ## PureCloud::StatEventFlowOutcomeTopicStatsNotification
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **group** | **Hash&lt;String, String&gt;** | | [optional] |
11
+ | **data** | [**Array&lt;StatEventFlowOutcomeTopicDatum&gt;**](StatEventFlowOutcomeTopicDatum.html) | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: StatEventFlowTopicDatum
3
+ ---
4
+ ## PureCloud::StatEventFlowTopicDatum
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **interval** | **String** | | [optional] |
11
+ | **metrics** | [**Array&lt;StatEventFlowTopicMetric&gt;**](StatEventFlowTopicMetric.html) | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: StatEventFlowTopicMetric
3
+ ---
4
+ ## PureCloud::StatEventFlowTopicMetric
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **metric** | **String** | | [optional] |
11
+ | **qualifier** | **String** | | [optional] |
12
+ | **stats** | **Hash&lt;String, Float&gt;** | | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: StatEventFlowTopicStatsNotification
3
+ ---
4
+ ## PureCloud::StatEventFlowTopicStatsNotification
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **group** | **Hash&lt;String, String&gt;** | | [optional] |
11
+ | **data** | [**Array&lt;StatEventFlowTopicDatum&gt;**](StatEventFlowTopicDatum.html) | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: StatEventWrapUpCodeTopicDatum
3
+ ---
4
+ ## PureCloud::StatEventWrapUpCodeTopicDatum
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **interval** | **String** | | [optional] |
11
+ | **metrics** | [**Array&lt;StatEventWrapUpCodeTopicMetric&gt;**](StatEventWrapUpCodeTopicMetric.html) | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -0,0 +1,15 @@
1
+ ---
2
+ title: StatEventWrapUpCodeTopicMetric
3
+ ---
4
+ ## PureCloud::StatEventWrapUpCodeTopicMetric
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **metric** | **String** | | [optional] |
11
+ | **qualifier** | **String** | | [optional] |
12
+ | **stats** | **Hash&lt;String, Float&gt;** | | [optional] |
13
+ {: class="table table-striped"}
14
+
15
+
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: StatEventWrapUpCodeTopicStatsNotification
3
+ ---
4
+ ## PureCloud::StatEventWrapUpCodeTopicStatsNotification
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **group** | **Hash&lt;String, String&gt;** | | [optional] |
11
+ | **data** | [**Array&lt;StatEventWrapUpCodeTopicDatum&gt;**](StatEventWrapUpCodeTopicDatum.html) | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -11,6 +11,7 @@ title: UserScheduleAdherence
11
11
  | **name** | **String** | | [optional] |
12
12
  | **user** | [**UserReference**](UserReference.html) | The user for whom this status applies | [optional] |
13
13
  | **management_unit** | [**ManagementUnit**](ManagementUnit.html) | The management unit to which this user belongs | [optional] |
14
+ | **team** | [**Team**](Team.html) | The team to which this user belongs | [optional] |
14
15
  | **scheduled_activity_category** | **String** | Activity for which the user is scheduled | [optional] |
15
16
  | **system_presence** | **String** | Actual underlying system presence value | [optional] |
16
17
  | **organization_secondary_presence_id** | **String** | Organization Secondary Presence Id. | [optional] |
@@ -15,6 +15,7 @@ title: UserSearchRequest
15
15
  | **expand** | **Array&lt;String&gt;** | Provides more details about a specified resource | [optional] |
16
16
  | **query** | [**Array&lt;UserSearchCriteria&gt;**](UserSearchCriteria.html) | | [optional] |
17
17
  | **integration_presence_source** | **String** | Gets an integration presence for users instead of their defaults. This parameter will only be used when presence is provided as an \&quot;expand\&quot;. When using this parameter the maximum number of users that can be returned is 10. | [optional] |
18
+ | **enforce_permissions** | **BOOLEAN** | Enforce view permission on request | [optional] |
18
19
  {: class="table table-striped"}
19
20
 
20
21
 
@@ -4171,8 +4171,9 @@ Search users
4171
4171
 
4172
4172
  Wraps POST /api/v2/users/search
4173
4173
 
4174
- Requires NO permissions:
4174
+ Requires ANY permissions:
4175
4175
 
4176
+ * directory:user:view
4176
4177
 
4177
4178
 
4178
4179
  ### Example
@@ -21,6 +21,7 @@ title: WemCoachingAppointmentTopicCoachingAppointmentNotification
21
21
  | **conversations** | [**Array&lt;WemCoachingAppointmentTopicCoachingAppointmentConversation&gt;**](WemCoachingAppointmentTopicCoachingAppointmentConversation.html) | | [optional] |
22
22
  | **documents** | [**Array&lt;WemCoachingAppointmentTopicCoachingAppointmentDocument&gt;**](WemCoachingAppointmentTopicCoachingAppointmentDocument.html) | | [optional] |
23
23
  | **change_type** | **String** | | [optional] |
24
+ | **date_completed** | **DateTime** | | [optional] |
24
25
  {: class="table table-striped"}
25
26
 
26
27
 
@@ -7,7 +7,7 @@ title: WfmBusinessUnitReference
7
7
 
8
8
  |Name | Type | Description | Notes|
9
9
  |------------ | ------------- | ------------- | -------------|
10
- | **id** | **String** | The globally unique identifier for the object. | [optional] |
10
+ | **id** | **String** | The ID of the business unit | |
11
11
  | **self_uri** | **String** | The URI for this object | [optional] |
12
12
  {: class="table table-striped"}
13
13
 
@@ -7,9 +7,9 @@ title: WfmScheduleReference
7
7
 
8
8
  |Name | Type | Description | Notes|
9
9
  |------------ | ------------- | ------------- | -------------|
10
- | **id** | **String** | The globally unique identifier for the object. | [optional] |
11
- | **business_unit** | [**WfmBusinessUnitReference**](WfmBusinessUnitReference.html) | A reference to a Workforce Management Business Unit | [optional] |
12
- | **week_date** | **Date** | The start week date for this schedule. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd | [optional] |
10
+ | **id** | **String** | The ID of the WFM schedule | |
11
+ | **business_unit** | [**WfmBusinessUnitReference**](WfmBusinessUnitReference.html) | A reference to a Workforce Management Business Unit | |
12
+ | **week_date** | **Date** | The start week date for this schedule. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd | |
13
13
  | **self_uri** | **String** | The URI for this object | [optional] |
14
14
  {: class="table table-striped"}
15
15
 
@@ -0,0 +1,14 @@
1
+ ---
2
+ title: WfmUserScheduleAdherenceUpdatedMuTopicUriReference
3
+ ---
4
+ ## PureCloud::WfmUserScheduleAdherenceUpdatedMuTopicUriReference
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | | [optional] |
11
+ | **name** | **String** | | [optional] |
12
+ {: class="table table-striped"}
13
+
14
+
@@ -9,6 +9,7 @@ title: WfmUserScheduleAdherenceUpdatedMuTopicUserScheduleAdherenceUpdate
9
9
  |------------ | ------------- | ------------- | -------------|
10
10
  | **user** | [**WfmUserScheduleAdherenceUpdatedMuTopicUserReference**](WfmUserScheduleAdherenceUpdatedMuTopicUserReference.html) | | [optional] |
11
11
  | **management_unit_id** | **String** | | [optional] |
12
+ | **team** | [**WfmUserScheduleAdherenceUpdatedMuTopicUriReference**](WfmUserScheduleAdherenceUpdatedMuTopicUriReference.html) | | [optional] |
12
13
  | **scheduled_activity_category** | **String** | | [optional] |
13
14
  | **system_presence** | **String** | | [optional] |
14
15
  | **organization_secondary_presence_id** | **String** | | [optional] |
@@ -0,0 +1,13 @@
1
+ ---
2
+ title: WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference
3
+ ---
4
+ ## PureCloud::WfmUserScheduleAdherenceUpdatedTeamTopicQueueReference
5
+
6
+ ## Properties
7
+
8
+ |Name | Type | Description | Notes|
9
+ |------------ | ------------- | ------------- | -------------|
10
+ | **id** | **String** | | [optional] |
11
+ {: class="table table-striped"}
12
+
13
+