agent-generator-cli 1.0.0 → 1.0.2

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 (766) hide show
  1. package/README.md +2 -22
  2. package/install-extension.js +89 -0
  3. package/main.js +45 -7
  4. package/package.json +21 -8
  5. package/source/api-data-generators/.idea/api-data-generators.iml +9 -0
  6. package/source/api-data-generators/.idea/misc.xml +6 -0
  7. package/source/api-data-generators/.idea/modules.xml +8 -0
  8. package/source/api-data-generators/.idea/vcs.xml +6 -0
  9. package/source/api-data-generators/portal/ArticleComment/test_data_generation_configurations.json +318 -0
  10. package/source/api-data-generators/portal/ArticleFeedback/test_data_generation_configurations.json +32 -0
  11. package/source/api-data-generators/portal/AsapMobile/test_data_generation_configurations.json +21 -0
  12. package/source/api-data-generators/portal/AsapWeb/test_data_generation_configurations.json +18 -0
  13. package/source/api-data-generators/portal/Category/test_data_generation_configurations.json +39 -0
  14. package/source/api-data-generators/portal/Comment/test_data_generation_configurations.json +157 -0
  15. package/source/api-data-generators/portal/Community/test_data_generation_configurations.json +46 -0
  16. package/source/api-data-generators/portal/CommunityUser/test_data_generation_configurations.json +16 -0
  17. package/source/api-data-generators/portal/Contact/test_data_generation_configurations.json +33 -0
  18. package/source/api-data-generators/portal/Department/test_data_generation_configurations.json +13 -0
  19. package/source/api-data-generators/portal/Extension/test_data_generation_configurations.json +91 -0
  20. package/source/api-data-generators/portal/FeedbackWidget/test_data_generation_configurations.json +18 -0
  21. package/source/api-data-generators/portal/FileExport/test_data_generation_configurations.json +42 -0
  22. package/source/api-data-generators/portal/Followers/test_data_generation_configurations.json +92 -0
  23. package/source/api-data-generators/portal/Gamification/test_data_generation_configurations.json +51 -0
  24. package/source/api-data-generators/portal/HelpCenters/test_data_generation_configurations.json +11 -0
  25. package/source/api-data-generators/portal/Helpcenter/test_data_generation_configurations.json +41 -0
  26. package/source/api-data-generators/portal/HelpcenterGroups/test_data_generation_configurations.json +18 -0
  27. package/source/api-data-generators/portal/KBRootCategory/test_data_generation_configurations.json +76 -0
  28. package/source/api-data-generators/portal/KbCategory/test_data_generation_configurations.json +51 -0
  29. package/source/api-data-generators/portal/KbSection/test_data_generation_configurations.json +25 -0
  30. package/source/api-data-generators/portal/KnowledgeBase/test_data_generation_configurations.json +26 -0
  31. package/source/api-data-generators/portal/Label/test_data_generation_configurations.json +18 -0
  32. package/source/api-data-generators/portal/Layout/test_data_generation_configurations.json +17 -0
  33. package/source/api-data-generators/portal/LayoutRules/test_data_generation_configurations.json +17 -0
  34. package/source/api-data-generators/portal/NewAsapMobile/test_data_generation_configurations.json +21 -0
  35. package/source/api-data-generators/portal/Permalink/test_data_generation_configurations.json +32 -0
  36. package/source/api-data-generators/portal/Product/test_data_generation_configurations.json +43 -0
  37. package/source/api-data-generators/portal/Solution/test_data_generation_configurations.json +631 -0
  38. package/source/api-data-generators/portal/Thread/test_data_generation_configurations.json +70 -0
  39. package/source/api-data-generators/portal/Ticket/test_data_generation_configurations.json +294 -0
  40. package/source/api-data-generators/portal/TicketComment/test_data_generation_configurations.json +58 -0
  41. package/source/api-data-generators/portal/TicketCount/test_data_generation_configurations.json +74 -0
  42. package/source/api-data-generators/portal/TicketStatusMapping/test_data_generation_configurations.json +11 -0
  43. package/source/api-data-generators/portal/TicketTemplate/test_data_generation_configurations.json +24 -0
  44. package/source/api-data-generators/portal/Topic/test_data_generation_configurations.json +259 -0
  45. package/source/api-data-generators/portal/Translation/test_data_generation_configurations.json +6 -0
  46. package/source/api-data-generators/portal/ValidationRules/test_data_generation_configurations.json +14 -0
  47. package/source/api-data-generators/portal/View/test_data_generation_configurations.json +19 -0
  48. package/source/api-data-generators/support/Account/test_data_generation_configurations.json +265 -0
  49. package/source/api-data-generators/support/AccountAttachment/test_data_generation_configurations.json +48 -0
  50. package/source/api-data-generators/support/AccountComments/test_data_generation_configurations.json +47 -0
  51. package/source/api-data-generators/support/AccountContactMappingInfo/test_data_generation_configurations.json +14 -0
  52. package/source/api-data-generators/support/AccountFollowers/test_data_generation_configurations.json +52 -0
  53. package/source/api-data-generators/support/AccountSla/test_data_generation_configurations.json +33 -0
  54. package/source/api-data-generators/support/AccountTimeEntry/test_data_generation_configurations.json +45 -0
  55. package/source/api-data-generators/support/ActiveCalls/test_data_generation_configurations.json +38 -0
  56. package/source/api-data-generators/support/Activity/test_data_generation_configurations.json +50 -0
  57. package/source/api-data-generators/support/ActorsAPI/test_data_generation_configurations.json +22 -0
  58. package/source/api-data-generators/support/Agent/test_data_generation_configurations.json +217 -0
  59. package/source/api-data-generators/support/AgentPresence/test_data_generation_configurations.json +30 -0
  60. package/source/api-data-generators/support/AgentSignatures/test_data_generation_configurations.json +31 -0
  61. package/source/api-data-generators/support/AgentTimeEntry/test_data_generation_configurations.json +36 -0
  62. package/source/api-data-generators/support/AntiSpamInfo/test_data_generation_configurations.json +32 -0
  63. package/source/api-data-generators/support/ApiCreditNotificationRule/test_data_generation_configurations.json +49 -0
  64. package/source/api-data-generators/support/ArchivedView/test_data_generation_configurations.json +66 -0
  65. package/source/api-data-generators/support/Article/test_data_generation_configurations.json +294 -0
  66. package/source/api-data-generators/support/ArticleAttachment/test_data_generation_configurations.json +150 -0
  67. package/source/api-data-generators/support/ArticleComment/test_data_generation_configurations.json +238 -0
  68. package/source/api-data-generators/support/ArticleFeedback/test_data_generation_configurations.json +147 -0
  69. package/source/api-data-generators/support/ArticleFeedbackResolution/test_data_generation_configurations.json +56 -0
  70. package/source/api-data-generators/support/ArticleStatistics/test_data_generation_configurations.json +397 -0
  71. package/source/api-data-generators/support/ArticleTranslation/test_data_generation_configurations.json +1123 -0
  72. package/source/api-data-generators/support/ArticleVersion/test_data_generation_configurations.json +26 -0
  73. package/source/api-data-generators/support/ArticleViews/test_data_generation_configurations.json +26 -0
  74. package/source/api-data-generators/support/Asap/test_data_generation_configurations.json +49 -0
  75. package/source/api-data-generators/support/AuditLog/test_data_generation_configurations.json +58 -0
  76. package/source/api-data-generators/support/AutomationAlerts/test_data_generation_configurations.json +27 -0
  77. package/source/api-data-generators/support/AutomationEngine/test_data_generation_configurations.json +20 -0
  78. package/source/api-data-generators/support/AutomationFeatureCount/test_data_generation_configurations.json +13 -0
  79. package/source/api-data-generators/support/AutomationFieldUpdates/test_data_generation_configurations.json +24 -0
  80. package/source/api-data-generators/support/AutomationTask/test_data_generation_configurations.json +29 -0
  81. package/source/api-data-generators/support/Backup/test_data_generation_configurations.json +115 -0
  82. package/source/api-data-generators/support/Badge/test_data_generation_configurations.json +64 -0
  83. package/source/api-data-generators/support/Bot/test_data_generation_configurations.json +288 -0
  84. package/source/api-data-generators/support/BotInference/test_data_generation_configurations.json +119 -0
  85. package/source/api-data-generators/support/BugInteg/test_data_generation_configurations.json +37 -0
  86. package/source/api-data-generators/support/BulkAction/test_data_generation_configurations.json +26 -0
  87. package/source/api-data-generators/support/BulkImport/test_data_generation_configurations.json +211 -0
  88. package/source/api-data-generators/support/BulkUpdate/test_data_generation_configurations.json +40 -0
  89. package/source/api-data-generators/support/BulkWrite/test_data_generation_configurations.json +32 -0
  90. package/source/api-data-generators/support/BusinessHour/test_data_generation_configurations.json +72 -0
  91. package/source/api-data-generators/support/Call/test_data_generation_configurations.json +247 -0
  92. package/source/api-data-generators/support/CallComments/test_data_generation_configurations.json +51 -0
  93. package/source/api-data-generators/support/CallHistory/test_data_generation_configurations.json +65 -0
  94. package/source/api-data-generators/support/CallTimeEntry/test_data_generation_configurations.json +77 -0
  95. package/source/api-data-generators/support/CallTimer/test_data_generation_configurations.json +14 -0
  96. package/source/api-data-generators/support/Channel/test_data_generation_configurations.json +44 -0
  97. package/source/api-data-generators/support/Chart/test_data_generation_configurations.json +35 -0
  98. package/source/api-data-generators/support/ChatTicket/test_data_generation_configurations.json +185 -0
  99. package/source/api-data-generators/support/Common/test_data_generation_configurations.json +43 -0
  100. package/source/api-data-generators/support/Community/test_data_generation_configurations.json +313 -0
  101. package/source/api-data-generators/support/CommunityAttachment/test_data_generation_configurations.json +16 -0
  102. package/source/api-data-generators/support/CommunityCategory/test_data_generation_configurations.json +121 -0
  103. package/source/api-data-generators/support/CommunityComment/test_data_generation_configurations.json +350 -0
  104. package/source/api-data-generators/support/CommunityInitPermissions/test_data_generation_configurations.json +16 -0
  105. package/source/api-data-generators/support/CommunityPreferences/test_data_generation_configurations.json +19 -0
  106. package/source/api-data-generators/support/CommunityTopic/test_data_generation_configurations.json +509 -0
  107. package/source/api-data-generators/support/CommunityTopicInsights/test_data_generation_configurations.json +32 -0
  108. package/source/api-data-generators/support/CommunityUser/test_data_generation_configurations.json +63 -0
  109. package/source/api-data-generators/support/Contact/test_data_generation_configurations.json +370 -0
  110. package/source/api-data-generators/support/ContactAttachment/test_data_generation_configurations.json +44 -0
  111. package/source/api-data-generators/support/ContactComments/test_data_generation_configurations.json +47 -0
  112. package/source/api-data-generators/support/ContactFollowers/test_data_generation_configurations.json +52 -0
  113. package/source/api-data-generators/support/ContactProfile/test_data_generation_configurations.json +11 -0
  114. package/source/api-data-generators/support/ContactTimeEntry/test_data_generation_configurations.json +45 -0
  115. package/source/api-data-generators/support/Contract/test_data_generation_configurations.json +184 -0
  116. package/source/api-data-generators/support/ContractAttachment/test_data_generation_configurations.json +30 -0
  117. package/source/api-data-generators/support/CreateTicket/test_data_generation_configurations.json +93 -0
  118. package/source/api-data-generators/support/Criteria/test_data_generation_configurations.json +19 -0
  119. package/source/api-data-generators/support/CrmInteg/test_data_generation_configurations.json +202 -0
  120. package/source/api-data-generators/support/CustomAction/test_data_generation_configurations.json +56 -0
  121. package/source/api-data-generators/support/CustomActionRuleMapping/test_data_generation_configurations.json +334 -0
  122. package/source/api-data-generators/support/CustomButton/test_data_generation_configurations.json +113 -0
  123. package/source/api-data-generators/support/CustomFunctionExecutionLogs/test_data_generation_configurations.json +68 -0
  124. package/source/api-data-generators/support/CustomFunctionGallery/test_data_generation_configurations.json +16 -0
  125. package/source/api-data-generators/support/CustomFunctions/test_data_generation_configurations.json +270 -0
  126. package/source/api-data-generators/support/CustomTheme/test_data_generation_configurations.json +70 -0
  127. package/source/api-data-generators/support/CustomView/test_data_generation_configurations.json +486 -0
  128. package/source/api-data-generators/support/CustomerHappiness/test_data_generation_configurations.json +77 -0
  129. package/source/api-data-generators/support/DashboardComponent/test_data_generation_configurations.json +305 -0
  130. package/source/api-data-generators/support/DashboardFolder/test_data_generation_configurations.json +126 -0
  131. package/source/api-data-generators/support/DashboardMetrics/test_data_generation_configurations.json +205 -0
  132. package/source/api-data-generators/support/Dashboards/test_data_generation_configurations.json +90 -0
  133. package/source/api-data-generators/support/DataChips/test_data_generation_configurations.json +33 -0
  134. package/source/api-data-generators/support/DataSync/test_data_generation_configurations.json +228 -0
  135. package/source/api-data-generators/support/DeleteTicket/test_data_generation_configurations.json +44 -0
  136. package/source/api-data-generators/support/Department/test_data_generation_configurations.json +156 -0
  137. package/source/api-data-generators/support/DependencyMappings/test_data_generation_configurations.json +50 -0
  138. package/source/api-data-generators/support/DirectAssignRuleTarget/test_data_generation_configurations.json +17 -0
  139. package/source/api-data-generators/support/DirectAssignmentRules/test_data_generation_configurations.json +37 -0
  140. package/source/api-data-generators/support/DisplayEntity/test_data_generation_configurations.json +45 -0
  141. package/source/api-data-generators/support/DomainMapping/test_data_generation_configurations.json +6 -0
  142. package/source/api-data-generators/support/EmailFailureAlert/test_data_generation_configurations.json +21 -0
  143. package/source/api-data-generators/support/EmailTemplates/test_data_generation_configurations.json +106 -0
  144. package/source/api-data-generators/support/EntityBlueprints/test_data_generation_configurations.json +205 -0
  145. package/source/api-data-generators/support/Event/test_data_generation_configurations.json +196 -0
  146. package/source/api-data-generators/support/EventComments/test_data_generation_configurations.json +45 -0
  147. package/source/api-data-generators/support/EventTimeEntry/test_data_generation_configurations.json +77 -0
  148. package/source/api-data-generators/support/EventTimer/test_data_generation_configurations.json +14 -0
  149. package/source/api-data-generators/support/Extension/test_data_generation_configurations.json +689 -0
  150. package/source/api-data-generators/support/FbManager/test_data_generation_configurations.json +64 -0
  151. package/source/api-data-generators/support/Feature/test_data_generation_configurations.json +61 -0
  152. package/source/api-data-generators/support/FeatureFile/test_data_generation_configurations.json +49 -0
  153. package/source/api-data-generators/support/FeatureFolder/test_data_generation_configurations.json +44 -0
  154. package/source/api-data-generators/support/FeaturePermission/test_data_generation_configurations.json +108 -0
  155. package/source/api-data-generators/support/FederatedLogin/test_data_generation_configurations.json +39 -0
  156. package/source/api-data-generators/support/FeedsAPIs/test_data_generation_configurations.json +54 -0
  157. package/source/api-data-generators/support/Field/test_data_generation_configurations.json +1031 -0
  158. package/source/api-data-generators/support/FieldPrediction/test_data_generation_configurations.json +564 -0
  159. package/source/api-data-generators/support/FileExport/test_data_generation_configurations.json +36 -0
  160. package/source/api-data-generators/support/Finance/test_data_generation_configurations.json +180 -0
  161. package/source/api-data-generators/support/Followers/test_data_generation_configurations.json +60 -0
  162. package/source/api-data-generators/support/GC_Bots/test_data_generation_configurations.json +26 -0
  163. package/source/api-data-generators/support/GC_Guide/test_data_generation_configurations.json +240 -0
  164. package/source/api-data-generators/support/GenericAction/test_data_generation_configurations.json +16 -0
  165. package/source/api-data-generators/support/GenericActionMapping/test_data_generation_configurations.json +216 -0
  166. package/source/api-data-generators/support/GoogleAnalytics/test_data_generation_configurations.json +168 -0
  167. package/source/api-data-generators/support/GoogleChat/test_data_generation_configurations.json +29 -0
  168. package/source/api-data-generators/support/Helpcenter/test_data_generation_configurations.json +98 -0
  169. package/source/api-data-generators/support/HelpcenterAutoTranslateSetting/test_data_generation_configurations.json +11 -0
  170. package/source/api-data-generators/support/HelpcenterGroups/test_data_generation_configurations.json +93 -0
  171. package/source/api-data-generators/support/HelpcenterPages/test_data_generation_configurations.json +34 -0
  172. package/source/api-data-generators/support/HelpcenterPreference/test_data_generation_configurations.json +18 -0
  173. package/source/api-data-generators/support/HelpcenterUpload/test_data_generation_configurations.json +25 -0
  174. package/source/api-data-generators/support/HolidayList/test_data_generation_configurations.json +65 -0
  175. package/source/api-data-generators/support/IMCannedMessage/test_data_generation_configurations.json +155 -0
  176. package/source/api-data-generators/support/IMCannedMessageTranslation/test_data_generation_configurations.json +92 -0
  177. package/source/api-data-generators/support/IMTemplateMessage/test_data_generation_configurations.json +22 -0
  178. package/source/api-data-generators/support/IM_AddOn/test_data_generation_configurations.json +19 -0
  179. package/source/api-data-generators/support/IM_Bot/test_data_generation_configurations.json +143 -0
  180. package/source/api-data-generators/support/IM_Broadcast/test_data_generation_configurations.json +39 -0
  181. package/source/api-data-generators/support/IM_Channel/test_data_generation_configurations.json +312 -0
  182. package/source/api-data-generators/support/IM_ChannelPreference/test_data_generation_configurations.json +35 -0
  183. package/source/api-data-generators/support/IM_Contact/test_data_generation_configurations.json +16 -0
  184. package/source/api-data-generators/support/IM_Integration/test_data_generation_configurations.json +32 -0
  185. package/source/api-data-generators/support/IM_Message/test_data_generation_configurations.json +297 -0
  186. package/source/api-data-generators/support/IM_Metrics/test_data_generation_configurations.json +38 -0
  187. package/source/api-data-generators/support/IM_Search/test_data_generation_configurations.json +56 -0
  188. package/source/api-data-generators/support/IM_Session/test_data_generation_configurations.json +149 -0
  189. package/source/api-data-generators/support/IM_TimeSeriesMetrics/test_data_generation_configurations.json +77 -0
  190. package/source/api-data-generators/support/IM_ZiaGpt/test_data_generation_configurations.json +52 -0
  191. package/source/api-data-generators/support/Import/test_data_generation_configurations.json +229 -0
  192. package/source/api-data-generators/support/InlineImage/test_data_generation_configurations.json +16 -0
  193. package/source/api-data-generators/support/IntegModule/test_data_generation_configurations.json +90 -0
  194. package/source/api-data-generators/support/Integrations/test_data_generation_configurations.json +25 -0
  195. package/source/api-data-generators/support/InteractiveTours/test_data_generation_configurations.json +66 -0
  196. package/source/api-data-generators/support/JWT/test_data_generation_configurations.json +49 -0
  197. package/source/api-data-generators/support/KBCategoryUser/test_data_generation_configurations.json +23 -0
  198. package/source/api-data-generators/support/KBRecycleBin/test_data_generation_configurations.json +131 -0
  199. package/source/api-data-generators/support/KBRootCategory/test_data_generation_configurations.json +214 -0
  200. package/source/api-data-generators/support/KBRootCategoryTranslation/test_data_generation_configurations.json +30 -0
  201. package/source/api-data-generators/support/KBSection/test_data_generation_configurations.json +173 -0
  202. package/source/api-data-generators/support/KPIWidget/test_data_generation_configurations.json +21 -0
  203. package/source/api-data-generators/support/KbCategory/test_data_generation_configurations.json +93 -0
  204. package/source/api-data-generators/support/Label/test_data_generation_configurations.json +103 -0
  205. package/source/api-data-generators/support/Layout/test_data_generation_configurations.json +503 -0
  206. package/source/api-data-generators/support/LayoutRuleCriteria/test_data_generation_configurations.json +19 -0
  207. package/source/api-data-generators/support/LayoutRules/test_data_generation_configurations.json +334 -0
  208. package/source/api-data-generators/support/License/test_data_generation_configurations.json +60 -0
  209. package/source/api-data-generators/support/Livecall/test_data_generation_configurations.json +72 -0
  210. package/source/api-data-generators/support/LookupRecord/test_data_generation_configurations.json +34 -0
  211. package/source/api-data-generators/support/Macros/test_data_generation_configurations.json +184 -0
  212. package/source/api-data-generators/support/MailReplyAddress/test_data_generation_configurations.json +32 -0
  213. package/source/api-data-generators/support/MassAction/test_data_generation_configurations.json +38 -0
  214. package/source/api-data-generators/support/Message/test_data_generation_configurations.json +38 -0
  215. package/source/api-data-generators/support/MicrosoftTeams/test_data_generation_configurations.json +50 -0
  216. package/source/api-data-generators/support/Misc/test_data_generation_configurations.json +16 -0
  217. package/source/api-data-generators/support/Module/test_data_generation_configurations.json +96 -0
  218. package/source/api-data-generators/support/NewCriteria/test_data_generation_configurations.json +26 -0
  219. package/source/api-data-generators/support/NewFeatureFields/test_data_generation_configurations.json +19 -0
  220. package/source/api-data-generators/support/NewTicketHistory/test_data_generation_configurations.json +20 -0
  221. package/source/api-data-generators/support/NotificationRules/test_data_generation_configurations.json +27 -0
  222. package/source/api-data-generators/support/OEmbedData/test_data_generation_configurations.json +19 -0
  223. package/source/api-data-generators/support/Onboarding/test_data_generation_configurations.json +29 -0
  224. package/source/api-data-generators/support/Organization/test_data_generation_configurations.json +79 -0
  225. package/source/api-data-generators/support/PBGroup/test_data_generation_configurations.json +109 -0
  226. package/source/api-data-generators/support/PBGroupAgents/test_data_generation_configurations.json +66 -0
  227. package/source/api-data-generators/support/PBPlatform/test_data_generation_configurations.json +113 -0
  228. package/source/api-data-generators/support/PBX/test_data_generation_configurations.json +28 -0
  229. package/source/api-data-generators/support/PBXConfig/test_data_generation_configurations.json +17 -0
  230. package/source/api-data-generators/support/PBXPhoneNumbers/test_data_generation_configurations.json +54 -0
  231. package/source/api-data-generators/support/PBXPreference/test_data_generation_configurations.json +54 -0
  232. package/source/api-data-generators/support/PageSense/test_data_generation_configurations.json +77 -0
  233. package/source/api-data-generators/support/PendingApproval/test_data_generation_configurations.json +14 -0
  234. package/source/api-data-generators/support/Permalink/test_data_generation_configurations.json +32 -0
  235. package/source/api-data-generators/support/PhoneAgents/test_data_generation_configurations.json +66 -0
  236. package/source/api-data-generators/support/PinnedConversation/test_data_generation_configurations.json +64 -0
  237. package/source/api-data-generators/support/Pipeline_Service/test_data_generation_configurations.json +32 -0
  238. package/source/api-data-generators/support/Product/test_data_generation_configurations.json +196 -0
  239. package/source/api-data-generators/support/ProductAttachment/test_data_generation_configurations.json +48 -0
  240. package/source/api-data-generators/support/Profile/test_data_generation_configurations.json +59 -0
  241. package/source/api-data-generators/support/QueueView/test_data_generation_configurations.json +37 -0
  242. package/source/api-data-generators/support/Records/test_data_generation_configurations.json +239 -0
  243. package/source/api-data-generators/support/Recyclebin/test_data_generation_configurations.json +52 -0
  244. package/source/api-data-generators/support/RemoteAuth/test_data_generation_configurations.json +52 -0
  245. package/source/api-data-generators/support/Report/test_data_generation_configurations.json +538 -0
  246. package/source/api-data-generators/support/ReportChart/test_data_generation_configurations.json +28 -0
  247. package/source/api-data-generators/support/ReportFolder/test_data_generation_configurations.json +100 -0
  248. package/source/api-data-generators/support/Resources/test_data_generation_configurations.json +29 -0
  249. package/source/api-data-generators/support/Role/test_data_generation_configurations.json +84 -0
  250. package/source/api-data-generators/support/RoundRobin/test_data_generation_configurations.json +58 -0
  251. package/source/api-data-generators/support/RoundRobinTarget/test_data_generation_configurations.json +50 -0
  252. package/source/api-data-generators/support/RoutingPreference/test_data_generation_configurations.json +29 -0
  253. package/source/api-data-generators/support/SLAMetaInfo/test_data_generation_configurations.json +22 -0
  254. package/source/api-data-generators/support/Saml/test_data_generation_configurations.json +42 -0
  255. package/source/api-data-generators/support/Sandbox/test_data_generation_configurations.json +92 -0
  256. package/source/api-data-generators/support/SandboxChangeset/test_data_generation_configurations.json +46 -0
  257. package/source/api-data-generators/support/SandboxDeployment/test_data_generation_configurations.json +50 -0
  258. package/source/api-data-generators/support/SandboxDeploymentLogs/test_data_generation_configurations.json +22 -0
  259. package/source/api-data-generators/support/SavedFilters/test_data_generation_configurations.json +203 -0
  260. package/source/api-data-generators/support/Schedule/test_data_generation_configurations.json +172 -0
  261. package/source/api-data-generators/support/ScheduleReplyInfo/test_data_generation_configurations.json +182 -0
  262. package/source/api-data-generators/support/Search/test_data_generation_configurations.json +636 -0
  263. package/source/api-data-generators/support/SearchInteg/test_data_generation_configurations.json +32 -0
  264. package/source/api-data-generators/support/Setup/test_data_generation_configurations.json +32 -0
  265. package/source/api-data-generators/support/SharedSnippet/test_data_generation_configurations.json +62 -0
  266. package/source/api-data-generators/support/Signature/test_data_generation_configurations.json +24 -0
  267. package/source/api-data-generators/support/Skill/test_data_generation_configurations.json +164 -0
  268. package/source/api-data-generators/support/SkillConfiguration/test_data_generation_configurations.json +21 -0
  269. package/source/api-data-generators/support/SkillType/test_data_generation_configurations.json +60 -0
  270. package/source/api-data-generators/support/Slack/test_data_generation_configurations.json +51 -0
  271. package/source/api-data-generators/support/SmsTemplates/test_data_generation_configurations.json +40 -0
  272. package/source/api-data-generators/support/Snippets/test_data_generation_configurations.json +47 -0
  273. package/source/api-data-generators/support/SocialInteg/test_data_generation_configurations.json +22 -0
  274. package/source/api-data-generators/support/SocialPosts/test_data_generation_configurations.json +223 -0
  275. package/source/api-data-generators/support/SocialTwitterConversations/test_data_generation_configurations.json +22 -0
  276. package/source/api-data-generators/support/StarredTemplates/test_data_generation_configurations.json +76 -0
  277. package/source/api-data-generators/support/SubjectAccessRequest/test_data_generation_configurations.json +104 -0
  278. package/source/api-data-generators/support/Supervise/test_data_generation_configurations.json +43 -0
  279. package/source/api-data-generators/support/SupportPlan/test_data_generation_configurations.json +65 -0
  280. package/source/api-data-generators/support/Tab/test_data_generation_configurations.json +29 -0
  281. package/source/api-data-generators/support/Target/test_data_generation_configurations.json +97 -0
  282. package/source/api-data-generators/support/Task/test_data_generation_configurations.json +219 -0
  283. package/source/api-data-generators/support/TaskAttachment/test_data_generation_configurations.json +42 -0
  284. package/source/api-data-generators/support/TaskComments/test_data_generation_configurations.json +45 -0
  285. package/source/api-data-generators/support/TaskTimeEntry/test_data_generation_configurations.json +87 -0
  286. package/source/api-data-generators/support/TaskTimer/test_data_generation_configurations.json +27 -0
  287. package/source/api-data-generators/support/Team/test_data_generation_configurations.json +115 -0
  288. package/source/api-data-generators/support/TemplateFolders/test_data_generation_configurations.json +72 -0
  289. package/source/api-data-generators/support/Thread/test_data_generation_configurations.json +383 -0
  290. package/source/api-data-generators/support/Ticket/test_data_generation_configurations.json +694 -0
  291. package/source/api-data-generators/support/TicketApprovals/test_data_generation_configurations.json +66 -0
  292. package/source/api-data-generators/support/TicketAttachment/test_data_generation_configurations.json +58 -0
  293. package/source/api-data-generators/support/TicketComment/test_data_generation_configurations.json +82 -0
  294. package/source/api-data-generators/support/TicketCount/test_data_generation_configurations.json +43 -0
  295. package/source/api-data-generators/support/TicketFollowers/test_data_generation_configurations.json +65 -0
  296. package/source/api-data-generators/support/TicketMetrics/test_data_generation_configurations.json +16 -0
  297. package/source/api-data-generators/support/TicketTag/test_data_generation_configurations.json +99 -0
  298. package/source/api-data-generators/support/TicketTemplate/test_data_generation_configurations.json +475 -0
  299. package/source/api-data-generators/support/TicketTimeEntry/test_data_generation_configurations.json +110 -0
  300. package/source/api-data-generators/support/TicketTimer/test_data_generation_configurations.json +48 -0
  301. package/source/api-data-generators/support/TicketWithChildren/test_data_generation_configurations.json +91 -0
  302. package/source/api-data-generators/support/TimeTracking/test_data_generation_configurations.json +46 -0
  303. package/source/api-data-generators/support/TranslationLanguages/test_data_generation_configurations.json +68 -0
  304. package/source/api-data-generators/support/Upload/test_data_generation_configurations.json +54 -0
  305. package/source/api-data-generators/support/User/test_data_generation_configurations.json +100 -0
  306. package/source/api-data-generators/support/UserAuthentication/test_data_generation_configurations.json +49 -0
  307. package/source/api-data-generators/support/UserPresence/test_data_generation_configurations.json +19 -0
  308. package/source/api-data-generators/support/ValidationRuleCriteria/test_data_generation_configurations.json +19 -0
  309. package/source/api-data-generators/support/ValidationRules/test_data_generation_configurations.json +321 -0
  310. package/source/api-data-generators/support/Webhook/test_data_generation_configurations.json +501 -0
  311. package/source/api-data-generators/support/Widget/test_data_generation_configurations.json +166 -0
  312. package/source/api-data-generators/support/ZIAAnswerbotInference/test_data_generation_configurations.json +26 -0
  313. package/source/api-data-generators/support/ZIADocumentData/test_data_generation_configurations.json +38 -0
  314. package/source/api-data-generators/support/ZIAVectorSearch/test_data_generation_configurations.json +22 -0
  315. package/source/api-data-generators/support/ZiaGPT/test_data_generation_configurations.json +19 -0
  316. package/source/api-data-generators/support/ZiaScheduler/test_data_generation_configurations.json +22 -0
  317. package/source/api-data-generators/support/ZiapoweredbyGPT/test_data_generation_configurations.json +33 -0
  318. package/source/api-data-generators/support/Zwitch/test_data_generation_configurations.json +71 -0
  319. package/source/api-data-generators/support/blueprintDrafts/test_data_generation_configurations.json +859 -0
  320. package/source/api-data-generators/support/blueprintTransitions/test_data_generation_configurations.json +26 -0
  321. package/source/api-data-generators/support/blueprints/test_data_generation_configurations.json +652 -0
  322. package/source/api-data-generators/support/borrow_book/test_data_generation_configurations.json +21 -0
  323. package/source/api-data-generators/support/zlabsnlp/test_data_generation_configurations.json +50 -0
  324. package/source/openapi-specifications/v1.0/common/Common.json +587 -0
  325. package/source/openapi-specifications/v1.0/portal/Account.json +183 -0
  326. package/source/openapi-specifications/v1.0/portal/ArticleComment.json +1103 -0
  327. package/source/openapi-specifications/v1.0/portal/ArticleFeedback.json +133 -0
  328. package/source/openapi-specifications/v1.0/portal/AsapMobile.json +712 -0
  329. package/source/openapi-specifications/v1.0/portal/AsapWeb.json +91 -0
  330. package/source/openapi-specifications/v1.0/portal/Attachment.json +122 -0
  331. package/source/openapi-specifications/v1.0/portal/Captcha.json +334 -0
  332. package/source/openapi-specifications/v1.0/portal/Category.json +1061 -0
  333. package/source/openapi-specifications/v1.0/portal/Comment.json +1546 -0
  334. package/source/openapi-specifications/v1.0/portal/Community.json +235 -0
  335. package/source/openapi-specifications/v1.0/portal/CommunityUser.json +296 -0
  336. package/source/openapi-specifications/v1.0/portal/Contact.json +536 -0
  337. package/source/openapi-specifications/v1.0/portal/CustomerHappiness.json +163 -0
  338. package/source/openapi-specifications/v1.0/portal/Department.json +246 -0
  339. package/source/openapi-specifications/v1.0/portal/Extension.json +1122 -0
  340. package/source/openapi-specifications/v1.0/portal/FeedbackWidget.json +96 -0
  341. package/source/openapi-specifications/v1.0/portal/Field.json +1239 -0
  342. package/source/openapi-specifications/v1.0/portal/FileExport.json +313 -0
  343. package/source/openapi-specifications/v1.0/portal/Followers.json +802 -0
  344. package/source/openapi-specifications/v1.0/portal/Gamification.json +819 -0
  345. package/source/openapi-specifications/v1.0/portal/HashTags.json +61 -0
  346. package/source/openapi-specifications/v1.0/portal/HelpCenterUser.json +605 -0
  347. package/source/openapi-specifications/v1.0/portal/HelpCenterUserPreference.json +148 -0
  348. package/source/openapi-specifications/v1.0/portal/Helpcenter.json +920 -0
  349. package/source/openapi-specifications/v1.0/portal/HelpcenterGroups.json +118 -0
  350. package/source/openapi-specifications/v1.0/portal/HelpcenterPages.json +184 -0
  351. package/source/openapi-specifications/v1.0/portal/KBCategoryTranslation.json +70 -0
  352. package/source/openapi-specifications/v1.0/portal/KBRootCategory.json +1310 -0
  353. package/source/openapi-specifications/v1.0/portal/KbCategory.json +1525 -0
  354. package/source/openapi-specifications/v1.0/portal/KbSection.json +515 -0
  355. package/source/openapi-specifications/v1.0/portal/Label.json +172 -0
  356. package/source/openapi-specifications/v1.0/portal/Layout.json +303 -0
  357. package/source/openapi-specifications/v1.0/portal/LayoutRules.json +375 -0
  358. package/source/openapi-specifications/v1.0/portal/Mentions.json +580 -0
  359. package/source/openapi-specifications/v1.0/portal/NewAsapMobile.json +699 -0
  360. package/source/openapi-specifications/v1.0/portal/Permalink.json +265 -0
  361. package/source/openapi-specifications/v1.0/portal/Placeholders.json +57 -0
  362. package/source/openapi-specifications/v1.0/portal/Product.json +401 -0
  363. package/source/openapi-specifications/v1.0/portal/Solution.json +3766 -0
  364. package/source/openapi-specifications/v1.0/portal/Thread.json +821 -0
  365. package/source/openapi-specifications/v1.0/portal/Ticket.json +2636 -0
  366. package/source/openapi-specifications/v1.0/portal/TicketComment.json +822 -0
  367. package/source/openapi-specifications/v1.0/portal/TicketCount.json +336 -0
  368. package/source/openapi-specifications/v1.0/portal/TicketExport.json +609 -0
  369. package/source/openapi-specifications/v1.0/portal/TicketField.json +358 -0
  370. package/source/openapi-specifications/v1.0/portal/TicketForm.json +517 -0
  371. package/source/openapi-specifications/v1.0/portal/TicketStatusMapping.json +155 -0
  372. package/source/openapi-specifications/v1.0/portal/TicketTemplate.json +409 -0
  373. package/source/openapi-specifications/v1.0/portal/TicketsViewCount.json +175 -0
  374. package/source/openapi-specifications/v1.0/portal/Topic.json +4079 -0
  375. package/source/openapi-specifications/v1.0/portal/Translation.json +174 -0
  376. package/source/openapi-specifications/v1.0/portal/Upload.json +156 -0
  377. package/source/openapi-specifications/v1.0/portal/ValidationRules.json +309 -0
  378. package/source/openapi-specifications/v1.0/portal/View.json +353 -0
  379. package/source/openapi-specifications/v1.0/portal/Widget.json +218 -0
  380. package/source/openapi-specifications/v1.0/support/AEAdminTool.json +354 -0
  381. package/source/openapi-specifications/v1.0/support/Account.json +3206 -0
  382. package/source/openapi-specifications/v1.0/support/AccountAttachment.json +484 -0
  383. package/source/openapi-specifications/v1.0/support/AccountComments.json +794 -0
  384. package/source/openapi-specifications/v1.0/support/AccountContactMappingInfo.json +227 -0
  385. package/source/openapi-specifications/v1.0/support/AccountDeduplication.json +578 -0
  386. package/source/openapi-specifications/v1.0/support/AccountFollowers.json +350 -0
  387. package/source/openapi-specifications/v1.0/support/AccountSla.json +341 -0
  388. package/source/openapi-specifications/v1.0/support/AccountTimeEntry.json +1152 -0
  389. package/source/openapi-specifications/v1.0/support/ActiveCalls.json +573 -0
  390. package/source/openapi-specifications/v1.0/support/Activity.json +1400 -0
  391. package/source/openapi-specifications/v1.0/support/Actor.json +88 -0
  392. package/source/openapi-specifications/v1.0/support/ActorsAPI.json +304 -0
  393. package/source/openapi-specifications/v1.0/support/AdminTool.json +489 -0
  394. package/source/openapi-specifications/v1.0/support/Agent.json +6685 -0
  395. package/source/openapi-specifications/v1.0/support/AgentPresence.json +567 -0
  396. package/source/openapi-specifications/v1.0/support/AgentRoom.json +1997 -0
  397. package/source/openapi-specifications/v1.0/support/AgentSignatures.json +359 -0
  398. package/source/openapi-specifications/v1.0/support/AgentTimeEntry.json +1402 -0
  399. package/source/openapi-specifications/v1.0/support/AntiSpamInfo.json +510 -0
  400. package/source/openapi-specifications/v1.0/support/ApiCreditNotificationRule.json +1189 -0
  401. package/source/openapi-specifications/v1.0/support/ApiDashboard.json +543 -0
  402. package/source/openapi-specifications/v1.0/support/ApplicationFlags.json +155 -0
  403. package/source/openapi-specifications/v1.0/support/ArchivedView.json +469 -0
  404. package/source/openapi-specifications/v1.0/support/Article.json +5060 -0
  405. package/source/openapi-specifications/v1.0/support/ArticleAttachment.json +544 -0
  406. package/source/openapi-specifications/v1.0/support/ArticleComment.json +1929 -0
  407. package/source/openapi-specifications/v1.0/support/ArticleExternalImageUrlResponse.json +56 -0
  408. package/source/openapi-specifications/v1.0/support/ArticleFeedback.json +1314 -0
  409. package/source/openapi-specifications/v1.0/support/ArticleFeedbackResolution.json +513 -0
  410. package/source/openapi-specifications/v1.0/support/ArticleHistory.json +2510 -0
  411. package/source/openapi-specifications/v1.0/support/ArticleStatistics.json +3053 -0
  412. package/source/openapi-specifications/v1.0/support/ArticleTranslation.json +7530 -0
  413. package/source/openapi-specifications/v1.0/support/ArticleVersion.json +184 -0
  414. package/source/openapi-specifications/v1.0/support/ArticleViews.json +564 -0
  415. package/source/openapi-specifications/v1.0/support/Asap.json +1525 -0
  416. package/source/openapi-specifications/v1.0/support/AsapModule.json +246 -0
  417. package/source/openapi-specifications/v1.0/support/AsapStatus.json +199 -0
  418. package/source/openapi-specifications/v1.0/support/AssistInteg.json +613 -0
  419. package/source/openapi-specifications/v1.0/support/AttachmentRestriction.json +786 -0
  420. package/source/openapi-specifications/v1.0/support/AuditLog.json +1122 -0
  421. package/source/openapi-specifications/v1.0/support/AutomatedSummaryForChats.json +702 -0
  422. package/source/openapi-specifications/v1.0/support/AutomationAlerts.json +868 -0
  423. package/source/openapi-specifications/v1.0/support/AutomationEngine.json +1181 -0
  424. package/source/openapi-specifications/v1.0/support/AutomationFeatureCount.json +207 -0
  425. package/source/openapi-specifications/v1.0/support/AutomationFieldUpdates.json +809 -0
  426. package/source/openapi-specifications/v1.0/support/AutomationTask.json +1054 -0
  427. package/source/openapi-specifications/v1.0/support/Backup.json +2845 -0
  428. package/source/openapi-specifications/v1.0/support/Badge.json +544 -0
  429. package/source/openapi-specifications/v1.0/support/Bot.json +2103 -0
  430. package/source/openapi-specifications/v1.0/support/BotInference.json +1071 -0
  431. package/source/openapi-specifications/v1.0/support/BotResources.json +175 -0
  432. package/source/openapi-specifications/v1.0/support/BotStaticResources.json +541 -0
  433. package/source/openapi-specifications/v1.0/support/Bot_UserInfo.json +63 -0
  434. package/source/openapi-specifications/v1.0/support/Bots.json +58 -0
  435. package/source/openapi-specifications/v1.0/support/BugInteg.json +481 -0
  436. package/source/openapi-specifications/v1.0/support/BulkAction.json +150 -0
  437. package/source/openapi-specifications/v1.0/support/BulkImport.json +2845 -0
  438. package/source/openapi-specifications/v1.0/support/BulkUpdate.json +743 -0
  439. package/source/openapi-specifications/v1.0/support/BulkWrite.json +678 -0
  440. package/source/openapi-specifications/v1.0/support/BusinessHour.json +1344 -0
  441. package/source/openapi-specifications/v1.0/support/Call.json +3839 -0
  442. package/source/openapi-specifications/v1.0/support/CallComments.json +721 -0
  443. package/source/openapi-specifications/v1.0/support/CallHistory.json +936 -0
  444. package/source/openapi-specifications/v1.0/support/CallTimeEntry.json +1745 -0
  445. package/source/openapi-specifications/v1.0/support/CallTimer.json +285 -0
  446. package/source/openapi-specifications/v1.0/support/Channel.json +730 -0
  447. package/source/openapi-specifications/v1.0/support/Chart.json +422 -0
  448. package/source/openapi-specifications/v1.0/support/ChatTicket.json +553 -0
  449. package/source/openapi-specifications/v1.0/support/ClientAction.json +1834 -0
  450. package/source/openapi-specifications/v1.0/support/ClientEvent.json +780 -0
  451. package/source/openapi-specifications/v1.0/support/CliqIntegJsonMapping.json +1123 -0
  452. package/source/openapi-specifications/v1.0/support/CloudAttachment.json +528 -0
  453. package/source/openapi-specifications/v1.0/support/CommonMassActionError.json +44 -0
  454. package/source/openapi-specifications/v1.0/support/CommonMassActionResponse.json +94 -0
  455. package/source/openapi-specifications/v1.0/support/Community.json +2545 -0
  456. package/source/openapi-specifications/v1.0/support/CommunityAttachment.json +249 -0
  457. package/source/openapi-specifications/v1.0/support/CommunityCategory.json +1896 -0
  458. package/source/openapi-specifications/v1.0/support/CommunityCategoryLogo.json +145 -0
  459. package/source/openapi-specifications/v1.0/support/CommunityComment.json +2492 -0
  460. package/source/openapi-specifications/v1.0/support/CommunityInitPermissions.json +129 -0
  461. package/source/openapi-specifications/v1.0/support/CommunityPreferences.json +343 -0
  462. package/source/openapi-specifications/v1.0/support/CommunitySearch.json +78 -0
  463. package/source/openapi-specifications/v1.0/support/CommunityTopic.json +6005 -0
  464. package/source/openapi-specifications/v1.0/support/CommunityTopicInsights.json +310 -0
  465. package/source/openapi-specifications/v1.0/support/CommunityUser.json +822 -0
  466. package/source/openapi-specifications/v1.0/support/Composite.json +414 -0
  467. package/source/openapi-specifications/v1.0/support/Contact.json +4691 -0
  468. package/source/openapi-specifications/v1.0/support/ContactAttachment.json +484 -0
  469. package/source/openapi-specifications/v1.0/support/ContactComments.json +769 -0
  470. package/source/openapi-specifications/v1.0/support/ContactDeduplication.json +683 -0
  471. package/source/openapi-specifications/v1.0/support/ContactFollowers.json +350 -0
  472. package/source/openapi-specifications/v1.0/support/ContactProfile.json +195 -0
  473. package/source/openapi-specifications/v1.0/support/ContactTimeEntry.json +1157 -0
  474. package/source/openapi-specifications/v1.0/support/Contract.json +2877 -0
  475. package/source/openapi-specifications/v1.0/support/ContractAttachment.json +307 -0
  476. package/source/openapi-specifications/v1.0/support/Conversation.json +570 -0
  477. package/source/openapi-specifications/v1.0/support/CountriesAndLanguages.json +5279 -0
  478. package/source/openapi-specifications/v1.0/support/CreditCycle.json +124 -0
  479. package/source/openapi-specifications/v1.0/support/Criteria.json +1014 -0
  480. package/source/openapi-specifications/v1.0/support/CriteriaValue.json +50 -0
  481. package/source/openapi-specifications/v1.0/support/CrmInteg.json +5938 -0
  482. package/source/openapi-specifications/v1.0/support/CustomAction.json +2106 -0
  483. package/source/openapi-specifications/v1.0/support/CustomActionRuleMapping.json +1327 -0
  484. package/source/openapi-specifications/v1.0/support/CustomButton.json +1898 -0
  485. package/source/openapi-specifications/v1.0/support/CustomFunctionExecutionLogs.json +883 -0
  486. package/source/openapi-specifications/v1.0/support/CustomFunctionGallery.json +329 -0
  487. package/source/openapi-specifications/v1.0/support/CustomFunctionReRun.json +317 -0
  488. package/source/openapi-specifications/v1.0/support/CustomFunctionZiaCopilot.json +379 -0
  489. package/source/openapi-specifications/v1.0/support/CustomFunctions.json +3457 -0
  490. package/source/openapi-specifications/v1.0/support/CustomModuleAdminTool.json +81 -0
  491. package/source/openapi-specifications/v1.0/support/CustomTheme.json +7391 -0
  492. package/source/openapi-specifications/v1.0/support/CustomView.json +3478 -0
  493. package/source/openapi-specifications/v1.0/support/CustomerHappiness.json +464 -0
  494. package/source/openapi-specifications/v1.0/support/DBThrottle.json +334 -0
  495. package/source/openapi-specifications/v1.0/support/DashboardComponent.json +1163 -0
  496. package/source/openapi-specifications/v1.0/support/DashboardFolder.json +1258 -0
  497. package/source/openapi-specifications/v1.0/support/DashboardMetrics.json +2310 -0
  498. package/source/openapi-specifications/v1.0/support/Dashboards.json +1219 -0
  499. package/source/openapi-specifications/v1.0/support/DataChips.json +477 -0
  500. package/source/openapi-specifications/v1.0/support/DataImport.json +1099 -0
  501. package/source/openapi-specifications/v1.0/support/DataSync.json +1246 -0
  502. package/source/openapi-specifications/v1.0/support/DatasetEntry.json +153 -0
  503. package/source/openapi-specifications/v1.0/support/Department.json +1971 -0
  504. package/source/openapi-specifications/v1.0/support/DependencyMappings.json +656 -0
  505. package/source/openapi-specifications/v1.0/support/DirectAssignRuleTarget.json +232 -0
  506. package/source/openapi-specifications/v1.0/support/DirectAssignmentRules.json +722 -0
  507. package/source/openapi-specifications/v1.0/support/DisplayEntity.json +91 -0
  508. package/source/openapi-specifications/v1.0/support/DomainMapping.json +1143 -0
  509. package/source/openapi-specifications/v1.0/support/EmailFailureAlert.json +306 -0
  510. package/source/openapi-specifications/v1.0/support/EmailTemplates.json +1491 -0
  511. package/source/openapi-specifications/v1.0/support/EntityBlueprints.json +572 -0
  512. package/source/openapi-specifications/v1.0/support/Event.json +3607 -0
  513. package/source/openapi-specifications/v1.0/support/EventComments.json +737 -0
  514. package/source/openapi-specifications/v1.0/support/EventTimeEntry.json +1520 -0
  515. package/source/openapi-specifications/v1.0/support/EventTimer.json +285 -0
  516. package/source/openapi-specifications/v1.0/support/Expression.json +43 -0
  517. package/source/openapi-specifications/v1.0/support/Extension.json +7152 -0
  518. package/source/openapi-specifications/v1.0/support/ExtensionOrg.json +129 -0
  519. package/source/openapi-specifications/v1.0/support/FAQ.json +142 -0
  520. package/source/openapi-specifications/v1.0/support/FAQTranslation.json +178 -0
  521. package/source/openapi-specifications/v1.0/support/FbManager.json +1147 -0
  522. package/source/openapi-specifications/v1.0/support/Feature.json +691 -0
  523. package/source/openapi-specifications/v1.0/support/FeatureFile.json +435 -0
  524. package/source/openapi-specifications/v1.0/support/FeatureFolder.json +576 -0
  525. package/source/openapi-specifications/v1.0/support/FeaturePermission.json +492 -0
  526. package/source/openapi-specifications/v1.0/support/FederatedLogin.json +318 -0
  527. package/source/openapi-specifications/v1.0/support/FeedsAPIs.json +198 -0
  528. package/source/openapi-specifications/v1.0/support/Field.json +7493 -0
  529. package/source/openapi-specifications/v1.0/support/FieldDetails.json +139 -0
  530. package/source/openapi-specifications/v1.0/support/FieldPermissions.json +113 -0
  531. package/source/openapi-specifications/v1.0/support/FieldPrediction.json +3831 -0
  532. package/source/openapi-specifications/v1.0/support/FileExport.json +324 -0
  533. package/source/openapi-specifications/v1.0/support/Finance.json +4290 -0
  534. package/source/openapi-specifications/v1.0/support/Followers.json +875 -0
  535. package/source/openapi-specifications/v1.0/support/FormulaFunctions.json +47 -0
  536. package/source/openapi-specifications/v1.0/support/GC_Bots.json +138 -0
  537. package/source/openapi-specifications/v1.0/support/GC_Guide.json +1536 -0
  538. package/source/openapi-specifications/v1.0/support/GC_GuideHistories.json +58 -0
  539. package/source/openapi-specifications/v1.0/support/GC_GuideHistory.json +79 -0
  540. package/source/openapi-specifications/v1.0/support/GC_Guides.json +89 -0
  541. package/source/openapi-specifications/v1.0/support/GC_Info.json +208 -0
  542. package/source/openapi-specifications/v1.0/support/GC_Status.json +69 -0
  543. package/source/openapi-specifications/v1.0/support/GC_UserInfo.json +79 -0
  544. package/source/openapi-specifications/v1.0/support/GenericAction.json +1888 -0
  545. package/source/openapi-specifications/v1.0/support/GenericActionMapping.json +1050 -0
  546. package/source/openapi-specifications/v1.0/support/GoogleAnalytics.json +1715 -0
  547. package/source/openapi-specifications/v1.0/support/GoogleChat.json +650 -0
  548. package/source/openapi-specifications/v1.0/support/HelpCenterCommon.json +44 -0
  549. package/source/openapi-specifications/v1.0/support/Help_Center_OIDC_Authentication.json +900 -0
  550. package/source/openapi-specifications/v1.0/support/Helpcenter.json +1212 -0
  551. package/source/openapi-specifications/v1.0/support/HelpcenterAutoTranslateSetting.json +331 -0
  552. package/source/openapi-specifications/v1.0/support/HelpcenterGroups.json +1496 -0
  553. package/source/openapi-specifications/v1.0/support/HelpcenterPages.json +504 -0
  554. package/source/openapi-specifications/v1.0/support/HelpcenterPreference.json +208 -0
  555. package/source/openapi-specifications/v1.0/support/HelpcenterTranslationApp.json +64 -0
  556. package/source/openapi-specifications/v1.0/support/HelpcenterUpload.json +211 -0
  557. package/source/openapi-specifications/v1.0/support/HolidayList.json +731 -0
  558. package/source/openapi-specifications/v1.0/support/IMAPAddress.json +1091 -0
  559. package/source/openapi-specifications/v1.0/support/IMCannedMessage.json +1357 -0
  560. package/source/openapi-specifications/v1.0/support/IMCannedMessagePlaceHolders.json +169 -0
  561. package/source/openapi-specifications/v1.0/support/IMCannedMessageTranslation.json +624 -0
  562. package/source/openapi-specifications/v1.0/support/IMTemplateMessage.json +597 -0
  563. package/source/openapi-specifications/v1.0/support/IM_AddOn.json +841 -0
  564. package/source/openapi-specifications/v1.0/support/IM_AttachmentMessage.json +64 -0
  565. package/source/openapi-specifications/v1.0/support/IM_Bot.json +1007 -0
  566. package/source/openapi-specifications/v1.0/support/IM_BotService.json +357 -0
  567. package/source/openapi-specifications/v1.0/support/IM_Broadcast.json +323 -0
  568. package/source/openapi-specifications/v1.0/support/IM_Channel.json +2849 -0
  569. package/source/openapi-specifications/v1.0/support/IM_ChannelPreference.json +502 -0
  570. package/source/openapi-specifications/v1.0/support/IM_Contact.json +165 -0
  571. package/source/openapi-specifications/v1.0/support/IM_Efc.json +188 -0
  572. package/source/openapi-specifications/v1.0/support/IM_Integration.json +1269 -0
  573. package/source/openapi-specifications/v1.0/support/IM_IntegrationService.json +454 -0
  574. package/source/openapi-specifications/v1.0/support/IM_LayoutView.json +625 -0
  575. package/source/openapi-specifications/v1.0/support/IM_License.json +225 -0
  576. package/source/openapi-specifications/v1.0/support/IM_Message.json +1371 -0
  577. package/source/openapi-specifications/v1.0/support/IM_Metrics.json +462 -0
  578. package/source/openapi-specifications/v1.0/support/IM_Search.json +547 -0
  579. package/source/openapi-specifications/v1.0/support/IM_Session.json +1397 -0
  580. package/source/openapi-specifications/v1.0/support/IM_TemplateButton.json +142 -0
  581. package/source/openapi-specifications/v1.0/support/IM_TemplateFooter.json +83 -0
  582. package/source/openapi-specifications/v1.0/support/IM_TemplateHeader.json +86 -0
  583. package/source/openapi-specifications/v1.0/support/IM_TemplateItems.json +73 -0
  584. package/source/openapi-specifications/v1.0/support/IM_TimeSeriesMetrics.json +435 -0
  585. package/source/openapi-specifications/v1.0/support/IM_TwilioPhoneNumber.json +202 -0
  586. package/source/openapi-specifications/v1.0/support/IM_WhatsApp_Integrations.json +193 -0
  587. package/source/openapi-specifications/v1.0/support/IM_ZiaGpt.json +489 -0
  588. package/source/openapi-specifications/v1.0/support/Import.json +1844 -0
  589. package/source/openapi-specifications/v1.0/support/IncrementalDocuments.json +395 -0
  590. package/source/openapi-specifications/v1.0/support/Inference.json +307 -0
  591. package/source/openapi-specifications/v1.0/support/InlineImage.json +97 -0
  592. package/source/openapi-specifications/v1.0/support/IntegModule.json +938 -0
  593. package/source/openapi-specifications/v1.0/support/Integrations.json +1264 -0
  594. package/source/openapi-specifications/v1.0/support/InteractiveTours.json +539 -0
  595. package/source/openapi-specifications/v1.0/support/JWT.json +535 -0
  596. package/source/openapi-specifications/v1.0/support/KBCategoryPermalink.json +208 -0
  597. package/source/openapi-specifications/v1.0/support/KBCategoryUser.json +241 -0
  598. package/source/openapi-specifications/v1.0/support/KBPreference.json +323 -0
  599. package/source/openapi-specifications/v1.0/support/KBRecycleBin.json +2316 -0
  600. package/source/openapi-specifications/v1.0/support/KBRootCategory.json +2839 -0
  601. package/source/openapi-specifications/v1.0/support/KBRootCategoryTranslation.json +570 -0
  602. package/source/openapi-specifications/v1.0/support/KBSection.json +1941 -0
  603. package/source/openapi-specifications/v1.0/support/KBTranslationMassActionResponse.json +169 -0
  604. package/source/openapi-specifications/v1.0/support/KPIWidget.json +206 -0
  605. package/source/openapi-specifications/v1.0/support/KbBot.json +511 -0
  606. package/source/openapi-specifications/v1.0/support/KbCategory.json +1618 -0
  607. package/source/openapi-specifications/v1.0/support/KbCategoryLogo.json +124 -0
  608. package/source/openapi-specifications/v1.0/support/Label.json +1251 -0
  609. package/source/openapi-specifications/v1.0/support/Layout.json +8042 -0
  610. package/source/openapi-specifications/v1.0/support/LayoutRuleCriteria.json +491 -0
  611. package/source/openapi-specifications/v1.0/support/LayoutRules.json +1422 -0
  612. package/source/openapi-specifications/v1.0/support/LensInteg.json +86 -0
  613. package/source/openapi-specifications/v1.0/support/LicenseFeaturePlan.json +548 -0
  614. package/source/openapi-specifications/v1.0/support/LicenseInfo.json +1231 -0
  615. package/source/openapi-specifications/v1.0/support/LicenseTool.json +165 -0
  616. package/source/openapi-specifications/v1.0/support/Livecall.json +954 -0
  617. package/source/openapi-specifications/v1.0/support/LookupRecord.json +174 -0
  618. package/source/openapi-specifications/v1.0/support/Macros.json +1960 -0
  619. package/source/openapi-specifications/v1.0/support/MailReplyAddress.json +1263 -0
  620. package/source/openapi-specifications/v1.0/support/MassAction.json +1151 -0
  621. package/source/openapi-specifications/v1.0/support/MassActionError.json +55 -0
  622. package/source/openapi-specifications/v1.0/support/MassActionResponse.json +89 -0
  623. package/source/openapi-specifications/v1.0/support/Mentions.json +491 -0
  624. package/source/openapi-specifications/v1.0/support/Message.json +685 -0
  625. package/source/openapi-specifications/v1.0/support/Microsoft.json +887 -0
  626. package/source/openapi-specifications/v1.0/support/MicrosoftTeams.json +574 -0
  627. package/source/openapi-specifications/v1.0/support/Microsoft_PowerBI.json +903 -0
  628. package/source/openapi-specifications/v1.0/support/Misc.json +214 -0
  629. package/source/openapi-specifications/v1.0/support/Module.json +1625 -0
  630. package/source/openapi-specifications/v1.0/support/NewCriteria.json +1863 -0
  631. package/source/openapi-specifications/v1.0/support/NewFeatureFields.json +204 -0
  632. package/source/openapi-specifications/v1.0/support/NewTicketHistory.json +150 -0
  633. package/source/openapi-specifications/v1.0/support/NotificationRules.json +441 -0
  634. package/source/openapi-specifications/v1.0/support/OEmbedData.json +233 -0
  635. package/source/openapi-specifications/v1.0/support/Onboarding.json +282 -0
  636. package/source/openapi-specifications/v1.0/support/Organization.json +1391 -0
  637. package/source/openapi-specifications/v1.0/support/PBGroup.json +634 -0
  638. package/source/openapi-specifications/v1.0/support/PBGroupAgents.json +433 -0
  639. package/source/openapi-specifications/v1.0/support/PBPlatform.json +1447 -0
  640. package/source/openapi-specifications/v1.0/support/PBX.json +550 -0
  641. package/source/openapi-specifications/v1.0/support/PBXConfig.json +219 -0
  642. package/source/openapi-specifications/v1.0/support/PBXPhoneNumbers.json +443 -0
  643. package/source/openapi-specifications/v1.0/support/PBXPreference.json +314 -0
  644. package/source/openapi-specifications/v1.0/support/PageSense.json +1505 -0
  645. package/source/openapi-specifications/v1.0/support/PendingApproval.json +279 -0
  646. package/source/openapi-specifications/v1.0/support/Permalink.json +393 -0
  647. package/source/openapi-specifications/v1.0/support/PhoneAgents.json +1014 -0
  648. package/source/openapi-specifications/v1.0/support/PhoneMenu.json +118 -0
  649. package/source/openapi-specifications/v1.0/support/PinnedConversation.json +1115 -0
  650. package/source/openapi-specifications/v1.0/support/Pipeline_Info.json +232 -0
  651. package/source/openapi-specifications/v1.0/support/Pipeline_Service.json +499 -0
  652. package/source/openapi-specifications/v1.0/support/Product.json +1861 -0
  653. package/source/openapi-specifications/v1.0/support/ProductAttachment.json +485 -0
  654. package/source/openapi-specifications/v1.0/support/Profile.json +4236 -0
  655. package/source/openapi-specifications/v1.0/support/ProjectsInteg.json +989 -0
  656. package/source/openapi-specifications/v1.0/support/QueryStore.json +238 -0
  657. package/source/openapi-specifications/v1.0/support/QueueView.json +335 -0
  658. package/source/openapi-specifications/v1.0/support/RatelimitAdminTool.json +1204 -0
  659. package/source/openapi-specifications/v1.0/support/Records.json +1509 -0
  660. package/source/openapi-specifications/v1.0/support/Recyclebin.json +669 -0
  661. package/source/openapi-specifications/v1.0/support/RemoteAuth.json +401 -0
  662. package/source/openapi-specifications/v1.0/support/Report.json +6491 -0
  663. package/source/openapi-specifications/v1.0/support/ReportChart.json +254 -0
  664. package/source/openapi-specifications/v1.0/support/ReportFolder.json +1076 -0
  665. package/source/openapi-specifications/v1.0/support/ReportIntegration.json +202 -0
  666. package/source/openapi-specifications/v1.0/support/RequestFlags.json +358 -0
  667. package/source/openapi-specifications/v1.0/support/Resources.json +335 -0
  668. package/source/openapi-specifications/v1.0/support/ResponseHelpCenterUser.json +128 -0
  669. package/source/openapi-specifications/v1.0/support/Role.json +996 -0
  670. package/source/openapi-specifications/v1.0/support/RoundRobin.json +796 -0
  671. package/source/openapi-specifications/v1.0/support/RoundRobinTarget.json +381 -0
  672. package/source/openapi-specifications/v1.0/support/RoutingPreference.json +615 -0
  673. package/source/openapi-specifications/v1.0/support/RuleGroup.json +1630 -0
  674. package/source/openapi-specifications/v1.0/support/SLAMetaInfo.json +227 -0
  675. package/source/openapi-specifications/v1.0/support/Saml.json +565 -0
  676. package/source/openapi-specifications/v1.0/support/Sandbox.json +1075 -0
  677. package/source/openapi-specifications/v1.0/support/SandboxChangeset.json +501 -0
  678. package/source/openapi-specifications/v1.0/support/SandboxDeployment.json +428 -0
  679. package/source/openapi-specifications/v1.0/support/SandboxDeploymentLogs.json +295 -0
  680. package/source/openapi-specifications/v1.0/support/SandboxSourceOrganization.json +268 -0
  681. package/source/openapi-specifications/v1.0/support/SavedFilters.json +652 -0
  682. package/source/openapi-specifications/v1.0/support/Schedule.json +2077 -0
  683. package/source/openapi-specifications/v1.0/support/ScheduleReplyInfo.json +2271 -0
  684. package/source/openapi-specifications/v1.0/support/Search.json +12600 -0
  685. package/source/openapi-specifications/v1.0/support/SearchInteg.json +2254 -0
  686. package/source/openapi-specifications/v1.0/support/Setup.json +1766 -0
  687. package/source/openapi-specifications/v1.0/support/SharedSnippet.json +1110 -0
  688. package/source/openapi-specifications/v1.0/support/SharingRule.json +287 -0
  689. package/source/openapi-specifications/v1.0/support/Signature.json +354 -0
  690. package/source/openapi-specifications/v1.0/support/Skill.json +2164 -0
  691. package/source/openapi-specifications/v1.0/support/SkillConfiguration.json +269 -0
  692. package/source/openapi-specifications/v1.0/support/SkillType.json +807 -0
  693. package/source/openapi-specifications/v1.0/support/Slack.json +957 -0
  694. package/source/openapi-specifications/v1.0/support/SmsTemplates.json +514 -0
  695. package/source/openapi-specifications/v1.0/support/Snippets.json +918 -0
  696. package/source/openapi-specifications/v1.0/support/SocialBrands.json +427 -0
  697. package/source/openapi-specifications/v1.0/support/SocialInteg.json +336 -0
  698. package/source/openapi-specifications/v1.0/support/SocialPosts.json +2460 -0
  699. package/source/openapi-specifications/v1.0/support/SocialTwitterConversations.json +337 -0
  700. package/source/openapi-specifications/v1.0/support/StarredTemplates.json +690 -0
  701. package/source/openapi-specifications/v1.0/support/Statistics.json +125 -0
  702. package/source/openapi-specifications/v1.0/support/SubjectAccessRequest.json +2419 -0
  703. package/source/openapi-specifications/v1.0/support/Supervise.json +774 -0
  704. package/source/openapi-specifications/v1.0/support/SupportEmailAddress.json +188 -0
  705. package/source/openapi-specifications/v1.0/support/SupportEmailDomain.json +293 -0
  706. package/source/openapi-specifications/v1.0/support/SupportPlan.json +1109 -0
  707. package/source/openapi-specifications/v1.0/support/Tab.json +606 -0
  708. package/source/openapi-specifications/v1.0/support/Target.json +1311 -0
  709. package/source/openapi-specifications/v1.0/support/TargetFunctions.json +130 -0
  710. package/source/openapi-specifications/v1.0/support/Task.json +4006 -0
  711. package/source/openapi-specifications/v1.0/support/TaskAttachment.json +443 -0
  712. package/source/openapi-specifications/v1.0/support/TaskComments.json +706 -0
  713. package/source/openapi-specifications/v1.0/support/TaskTimeEntry.json +1756 -0
  714. package/source/openapi-specifications/v1.0/support/TaskTimer.json +441 -0
  715. package/source/openapi-specifications/v1.0/support/Team.json +1383 -0
  716. package/source/openapi-specifications/v1.0/support/TemplateFolders.json +1069 -0
  717. package/source/openapi-specifications/v1.0/support/Theme.json +152 -0
  718. package/source/openapi-specifications/v1.0/support/Thread.json +3545 -0
  719. package/source/openapi-specifications/v1.0/support/Ticket.json +9495 -0
  720. package/source/openapi-specifications/v1.0/support/TicketApprovals.json +855 -0
  721. package/source/openapi-specifications/v1.0/support/TicketAttachment.json +562 -0
  722. package/source/openapi-specifications/v1.0/support/TicketComment.json +1444 -0
  723. package/source/openapi-specifications/v1.0/support/TicketCount.json +690 -0
  724. package/source/openapi-specifications/v1.0/support/TicketFollowers.json +454 -0
  725. package/source/openapi-specifications/v1.0/support/TicketHistory.json +414 -0
  726. package/source/openapi-specifications/v1.0/support/TicketMetrics.json +369 -0
  727. package/source/openapi-specifications/v1.0/support/TicketRealTime.json +178 -0
  728. package/source/openapi-specifications/v1.0/support/TicketTag.json +1513 -0
  729. package/source/openapi-specifications/v1.0/support/TicketTemplate.json +907 -0
  730. package/source/openapi-specifications/v1.0/support/TicketTimeEntry.json +1681 -0
  731. package/source/openapi-specifications/v1.0/support/TicketTimer.json +1205 -0
  732. package/source/openapi-specifications/v1.0/support/TimeTracking.json +1212 -0
  733. package/source/openapi-specifications/v1.0/support/TrainingCourses.json +614 -0
  734. package/source/openapi-specifications/v1.0/support/TrainingIntegration.json +163 -0
  735. package/source/openapi-specifications/v1.0/support/TranslationLanguages.json +2772 -0
  736. package/source/openapi-specifications/v1.0/support/Upload.json +620 -0
  737. package/source/openapi-specifications/v1.0/support/User.json +1409 -0
  738. package/source/openapi-specifications/v1.0/support/UserAuthentication.json +617 -0
  739. package/source/openapi-specifications/v1.0/support/UserPresence.json +763 -0
  740. package/source/openapi-specifications/v1.0/support/ValidationRuleCriteria.json +107 -0
  741. package/source/openapi-specifications/v1.0/support/ValidationRules.json +1173 -0
  742. package/source/openapi-specifications/v1.0/support/Webhook.json +1330 -0
  743. package/source/openapi-specifications/v1.0/support/WhatsAppDetails.json +132 -0
  744. package/source/openapi-specifications/v1.0/support/WhatsAppMigration.json +143 -0
  745. package/source/openapi-specifications/v1.0/support/WhatsAppTemplateTags.json +132 -0
  746. package/source/openapi-specifications/v1.0/support/Widget.json +3023 -0
  747. package/source/openapi-specifications/v1.0/support/WmsDomain.json +104 -0
  748. package/source/openapi-specifications/v1.0/support/ZIAAnswerbotInference.json +756 -0
  749. package/source/openapi-specifications/v1.0/support/ZIADocumentData.json +989 -0
  750. package/source/openapi-specifications/v1.0/support/ZIASolutionService.json +135 -0
  751. package/source/openapi-specifications/v1.0/support/ZIAVectorSearch.json +376 -0
  752. package/source/openapi-specifications/v1.0/support/ZiaDCMigration.json +159 -0
  753. package/source/openapi-specifications/v1.0/support/ZiaGPT.json +3229 -0
  754. package/source/openapi-specifications/v1.0/support/ZiaScheduler.json +453 -0
  755. package/source/openapi-specifications/v1.0/support/Zwitch.json +1543 -0
  756. package/source/openapi-specifications/v1.0/support/blueprintChartData.json +201 -0
  757. package/source/openapi-specifications/v1.0/support/blueprintConnections.json +75 -0
  758. package/source/openapi-specifications/v1.0/support/blueprintCriteria.json +255 -0
  759. package/source/openapi-specifications/v1.0/support/blueprintDrafts.json +1677 -0
  760. package/source/openapi-specifications/v1.0/support/blueprintStates.json +284 -0
  761. package/source/openapi-specifications/v1.0/support/blueprintStrictModeConfig.json +91 -0
  762. package/source/openapi-specifications/v1.0/support/blueprintTransitions.json +1546 -0
  763. package/source/openapi-specifications/v1.0/support/blueprints.json +2992 -0
  764. package/source/openapi-specifications/v1.0/support/errors.json +80 -0
  765. package/source/openapi-specifications/v1.0/support/zlabsnlp.json +416 -0
  766. package/.github/agents/Generators.agent.md +0 -121
@@ -0,0 +1,4236 @@
1
+ {
2
+ "openapi" : "3.1.0",
3
+ "info" : {
4
+ "title" : "Profile",
5
+ "version" : "1.0.0",
6
+ "x-clan-group" : "automation",
7
+ "x-module-group" : "users"
8
+ },
9
+ "paths" : {
10
+ "/api/v1/myProfile" : {
11
+ "get" : {
12
+ "tags" : [ "Profile" ],
13
+ "summary" : "Get my profile details",
14
+ "description" : "This API fetches the configuration details and permissions defined for the profile of the currently logged in user.",
15
+ "operationId" : "getMyProfile",
16
+ "parameters" : [ {
17
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
18
+ } ],
19
+ "responses" : {
20
+ "200" : {
21
+ "$ref" : "#/components/responses/commonProfileResponse"
22
+ }
23
+ },
24
+ "security" : [ {
25
+ "org-oauth" : [ "accessAll.ALL" ]
26
+ }, {
27
+ "iam-oauth2-schema" : [ "Desk.basic.READ", "Desk.settings.READ" ]
28
+ } ],
29
+ "x-audience" : [ "external-public" ],
30
+ "x-custom-url-attribute" : {
31
+ "security" : {
32
+ "throttle" : {
33
+ "inline" : [ {
34
+ "scope" : "APPSERVER",
35
+ "rules" : [ {
36
+ "duration" : 60000,
37
+ "lock-period" : 120000,
38
+ "threshold" : 50,
39
+ "hip" : false
40
+ } ],
41
+ "window" : "ROLLING",
42
+ "key" : "url.path+user.zuid"
43
+ } ]
44
+ },
45
+ "extraparams" : {
46
+ "disable" : true,
47
+ "ignore" : false
48
+ },
49
+ "authentication" : { }
50
+ },
51
+ "clan-group" : "automation",
52
+ "apihash" : "4f16e5767803d62abe1b38957fdf9cc3",
53
+ "module-group" : "users",
54
+ "apimethod" : "com.zoho.support.restapi.ProfileService.getMyProfile"
55
+ }
56
+ }
57
+ },
58
+ "/api/v1/profiles/{profileId}" : {
59
+ "get" : {
60
+ "tags" : [ "Profile" ],
61
+ "summary" : "Get profile",
62
+ "description" : "This API fetches the details of a particular profile.",
63
+ "operationId" : "getProfile",
64
+ "parameters" : [ {
65
+ "$ref" : "#/components/parameters/profileId"
66
+ }, {
67
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
68
+ } ],
69
+ "responses" : {
70
+ "200" : {
71
+ "$ref" : "#/components/responses/commonProfileResponse"
72
+ }
73
+ },
74
+ "security" : [ {
75
+ "org-oauth" : [ "accessAll.ALL" ]
76
+ }, {
77
+ "iam-oauth2-schema" : [ "Desk.basic.READ", "Desk.settings.READ" ]
78
+ } ],
79
+ "x-audience" : [ "external-public" ],
80
+ "x-custom-url-attribute" : {
81
+ "security" : {
82
+ "throttle" : {
83
+ "policy" : "ReadAPI_Standard_UserPolicy"
84
+ },
85
+ "extraparams" : {
86
+ "disable" : true,
87
+ "ignore" : false
88
+ },
89
+ "authentication" : { }
90
+ },
91
+ "clan-group" : "automation",
92
+ "apihash" : "2fb6ba1f4e9b55cc14d929d24a31ebdc",
93
+ "module-group" : "users",
94
+ "apimethod" : "com.zoho.support.restapi.ProfileService.getProfile"
95
+ }
96
+ },
97
+ "patch" : {
98
+ "tags" : [ "Profile" ],
99
+ "summary" : "Update profile",
100
+ "description" : "This API updates the details of an existing profile.",
101
+ "operationId" : "updateProfile",
102
+ "parameters" : [ {
103
+ "$ref" : "#/components/parameters/profileId"
104
+ }, {
105
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
106
+ } ],
107
+ "requestBody" : {
108
+ "$ref" : "#/components/requestBodies/profileJson"
109
+ },
110
+ "responses" : {
111
+ "422" : {
112
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
113
+ },
114
+ "200" : {
115
+ "$ref" : "#/components/responses/commonProfileResponse"
116
+ }
117
+ },
118
+ "security" : [ {
119
+ "org-oauth" : [ "accessAll.ALL" ]
120
+ }, {
121
+ "iam-oauth2-schema" : [ "Desk.settings.UPDATE", "Desk.basic.UPDATE" ]
122
+ } ],
123
+ "x-audience" : [ "external-public" ],
124
+ "x-custom-url-attribute" : {
125
+ "security" : {
126
+ "throttle" : {
127
+ "inline" : [ {
128
+ "scope" : "APPSERVER",
129
+ "rules" : [ {
130
+ "duration" : 60000,
131
+ "lock-period" : 300000,
132
+ "threshold" : 20,
133
+ "hip" : false
134
+ }, {
135
+ "duration" : 3600000,
136
+ "lock-period" : 900000,
137
+ "threshold" : 500,
138
+ "hip" : false
139
+ } ],
140
+ "window" : "ROLLING",
141
+ "key" : "url.path+user.zuid"
142
+ } ]
143
+ },
144
+ "extraparams" : {
145
+ "disable" : true,
146
+ "ignore" : false
147
+ },
148
+ "authentication" : { }
149
+ },
150
+ "clan-group" : "automation",
151
+ "apihash" : "8327de04fa0e74ad82db20265f065d67",
152
+ "module-group" : "users",
153
+ "apimethod" : "com.zoho.support.restapi.ProfileService.updateProfile"
154
+ }
155
+ }
156
+ },
157
+ "/api/v1/profiles/count" : {
158
+ "get" : {
159
+ "tags" : [ "Profile" ],
160
+ "summary" : "Get profile count",
161
+ "description" : "This API fetches the number of profiles configured in your help desk.",
162
+ "operationId" : "getProfileCount",
163
+ "parameters" : [ {
164
+ "$ref" : "#/components/parameters/default"
165
+ }, {
166
+ "$ref" : "#/components/parameters/visible"
167
+ }, {
168
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
169
+ } ],
170
+ "responses" : {
171
+ "200" : {
172
+ "$ref" : "#/components/responses/getProfileCountResponse"
173
+ }
174
+ },
175
+ "security" : [ {
176
+ "org-oauth" : [ "accessAll.ALL" ]
177
+ }, {
178
+ "iam-oauth2-schema" : [ "Desk.basic.READ", "Desk.settings.READ" ]
179
+ } ],
180
+ "x-audience" : [ "external-public" ],
181
+ "x-custom-url-attribute" : {
182
+ "security" : {
183
+ "throttle" : {
184
+ "inline" : [ {
185
+ "scope" : "APPSERVER",
186
+ "rules" : [ {
187
+ "duration" : 60000,
188
+ "lock-period" : 300000,
189
+ "threshold" : 30,
190
+ "hip" : false
191
+ }, {
192
+ "duration" : 3600000,
193
+ "lock-period" : 1200000,
194
+ "threshold" : 150,
195
+ "hip" : false
196
+ } ],
197
+ "window" : "ROLLING",
198
+ "key" : "url.path+user.zuid"
199
+ } ]
200
+ },
201
+ "extraparams" : {
202
+ "disable" : true,
203
+ "ignore" : false
204
+ },
205
+ "authentication" : {
206
+ "iscscope" : [ "SupCrmAPI" ]
207
+ }
208
+ },
209
+ "clan-group" : "automation",
210
+ "apihash" : "62ffcdf5b85df40689ba1d776d53fb56",
211
+ "module-group" : "users",
212
+ "apimethod" : "com.zoho.support.restapi.ProfileService.getProfileCount"
213
+ }
214
+ }
215
+ },
216
+ "/api/v1/lightAgentProfile" : {
217
+ "get" : {
218
+ "tags" : [ "Profile" ],
219
+ "summary" : "Get light agent profile",
220
+ "description" : "This API fetches the different permissions configured for the light agent profile.",
221
+ "operationId" : "getLightAgentProfile",
222
+ "parameters" : [ {
223
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
224
+ } ],
225
+ "responses" : {
226
+ "200" : {
227
+ "$ref" : "#/components/responses/commonProfileResponse"
228
+ }
229
+ },
230
+ "security" : [ {
231
+ "org-oauth" : [ "accessAll.ALL" ]
232
+ }, {
233
+ "iam-oauth2-schema" : [ "Desk.basic.READ", "Desk.settings.READ" ]
234
+ } ],
235
+ "x-audience" : [ "external-public" ],
236
+ "x-custom-url-attribute" : {
237
+ "security" : {
238
+ "throttle" : {
239
+ "inline" : [ {
240
+ "scope" : "APPSERVER",
241
+ "rules" : [ {
242
+ "duration" : 60000,
243
+ "lock-period" : 300000,
244
+ "threshold" : 50,
245
+ "hip" : false
246
+ } ],
247
+ "window" : "ROLLING",
248
+ "key" : "url.path+user.zuid"
249
+ } ]
250
+ },
251
+ "extraparams" : {
252
+ "disable" : true,
253
+ "ignore" : false
254
+ },
255
+ "authentication" : { }
256
+ },
257
+ "clan-group" : "automation",
258
+ "apihash" : "cee358c0784d3a8d261940c03987e1c8",
259
+ "module-group" : "users",
260
+ "apimethod" : "com.zoho.support.restapi.ProfileService.getLightAgentProfile"
261
+ }
262
+ }
263
+ },
264
+ "/api/v1/profiles/{profileId}/clone" : {
265
+ "post" : {
266
+ "tags" : [ "Profile" ],
267
+ "summary" : "Clone profile",
268
+ "description" : "This API replicates an existing profile.",
269
+ "operationId" : "cloneProfile",
270
+ "parameters" : [ {
271
+ "$ref" : "#/components/parameters/profileId"
272
+ }, {
273
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
274
+ } ],
275
+ "requestBody" : {
276
+ "$ref" : "#/components/requestBodies/cloneProfileJson"
277
+ },
278
+ "responses" : {
279
+ "422" : {
280
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
281
+ },
282
+ "200" : {
283
+ "$ref" : "#/components/responses/commonProfileResponse"
284
+ }
285
+ },
286
+ "security" : [ {
287
+ "org-oauth" : [ "accessAll.ALL" ]
288
+ }, {
289
+ "iam-oauth2-schema" : [ "Desk.settings.CREATE", "Desk.basic.CREATE" ]
290
+ } ],
291
+ "x-audience" : [ "external-public" ],
292
+ "x-custom-url-attribute" : {
293
+ "security" : {
294
+ "throttle" : {
295
+ "inline" : [ {
296
+ "scope" : "APPSERVER",
297
+ "rules" : [ {
298
+ "duration" : 60000,
299
+ "lock-period" : 300000,
300
+ "threshold" : 30,
301
+ "hip" : false
302
+ }, {
303
+ "duration" : 3600000,
304
+ "lock-period" : 900000,
305
+ "threshold" : 500,
306
+ "hip" : false
307
+ } ],
308
+ "window" : "ROLLING",
309
+ "key" : "url.path+user.zuid"
310
+ } ]
311
+ },
312
+ "extraparams" : {
313
+ "disable" : true,
314
+ "ignore" : false
315
+ },
316
+ "authentication" : { }
317
+ },
318
+ "clan-group" : "automation",
319
+ "apihash" : "6367c640b8cbf37c01114f8b84bb3224",
320
+ "module-group" : "users",
321
+ "apimethod" : "com.zoho.support.restapi.ProfileService.cloneProfile"
322
+ }
323
+ }
324
+ },
325
+ "/api/v1/profiles/{profileId}/delete" : {
326
+ "post" : {
327
+ "tags" : [ "Profile" ],
328
+ "summary" : "Delete profile",
329
+ "description" : "This API deletes a profile from your help desk.",
330
+ "operationId" : "deleteProfile",
331
+ "parameters" : [ {
332
+ "$ref" : "#/components/parameters/profileId"
333
+ }, {
334
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
335
+ } ],
336
+ "requestBody" : {
337
+ "$ref" : "#/components/requestBodies/disableTransfer"
338
+ },
339
+ "responses" : {
340
+ "422" : {
341
+ "$ref" : "../common/Common.json#/components/responses/invalidDataErrorResponse"
342
+ },
343
+ "204" : {
344
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
345
+ }
346
+ },
347
+ "security" : [ {
348
+ "org-oauth" : [ "accessAll.ALL" ]
349
+ }, {
350
+ "iam-oauth2-schema" : [ "Desk.settings.DELETE", "Desk.basic.DELETE" ]
351
+ } ],
352
+ "x-audience" : [ "external-public" ],
353
+ "x-custom-url-attribute" : {
354
+ "security" : {
355
+ "throttle" : {
356
+ "inline" : [ {
357
+ "scope" : "APPSERVER",
358
+ "rules" : [ {
359
+ "duration" : 60000,
360
+ "lock-period" : 300000,
361
+ "threshold" : 15,
362
+ "hip" : false
363
+ }, {
364
+ "duration" : 3600000,
365
+ "lock-period" : 900000,
366
+ "threshold" : 500,
367
+ "hip" : false
368
+ } ],
369
+ "window" : "ROLLING",
370
+ "key" : "url.path+user.zuid"
371
+ } ]
372
+ },
373
+ "extraparams" : {
374
+ "disable" : true,
375
+ "ignore" : false
376
+ },
377
+ "authentication" : { }
378
+ },
379
+ "clan-group" : "automation",
380
+ "apihash" : "952329fd18852e03822eed35ffe5649b",
381
+ "module-group" : "users",
382
+ "apimethod" : "com.zoho.support.restapi.ProfileService.deleteProfile"
383
+ }
384
+ }
385
+ },
386
+ "/api/v1/profiles" : {
387
+ "get" : {
388
+ "tags" : [ "Profile" ],
389
+ "summary" : "List profiles",
390
+ "description" : "This API lists a particular number of user profiles, based on the limit specified.",
391
+ "operationId" : "getProfileList",
392
+ "parameters" : [ {
393
+ "$ref" : "#/components/parameters/default"
394
+ }, {
395
+ "$ref" : "#/components/parameters/visible"
396
+ }, {
397
+ "name" : "searchStr",
398
+ "in" : "query",
399
+ "description" : "String to search for profile by name or description. The string must contain at least one character. Three search methods are supported: 1) string* - Searches for profiles whose name or description start with the string, 2) *string* - Searches for profiles whose name or description contain the string, 3) string - Searches for profiles whose name or description is an exact match for the string",
400
+ "required" : false,
401
+ "style" : "form",
402
+ "explode" : true,
403
+ "schema" : {
404
+ "type" : [ "string", "null" ],
405
+ "description" : "String to search for profile by name or description. The string must contain at least one character. Three search methods are supported: 1) string* - Searches for profiles whose name or description start with the string, 2) *string* - Searches for profiles whose name or description contain the string, 3) string - Searches for profiles whose name or description is an exact match for the string",
406
+ "maxLength" : 100,
407
+ "minLength" : 0
408
+ }
409
+ }, {
410
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
411
+ } ],
412
+ "responses" : {
413
+ "200" : {
414
+ "$ref" : "#/components/responses/getProfileListResponse"
415
+ }
416
+ },
417
+ "security" : [ {
418
+ "org-oauth" : [ "accessAll.ALL" ]
419
+ }, {
420
+ "iam-oauth2-schema" : [ "Desk.basic.READ", "Desk.settings.READ" ]
421
+ } ],
422
+ "x-audience" : [ "external-public" ],
423
+ "x-custom-url-attribute" : {
424
+ "security" : {
425
+ "throttle" : {
426
+ "inline" : [ {
427
+ "scope" : "APPSERVER",
428
+ "rules" : [ {
429
+ "duration" : 60000,
430
+ "lock-period" : 300000,
431
+ "threshold" : 50,
432
+ "hip" : false
433
+ }, {
434
+ "duration" : 3600000,
435
+ "lock-period" : 1200000,
436
+ "threshold" : 150,
437
+ "hip" : false
438
+ } ],
439
+ "window" : "ROLLING",
440
+ "key" : "url.path+user.zuid"
441
+ } ]
442
+ },
443
+ "extraparams" : {
444
+ "disable" : true,
445
+ "ignore" : false
446
+ },
447
+ "authentication" : {
448
+ "iscscope" : [ "SupCrmAPI" ]
449
+ }
450
+ },
451
+ "clan-group" : "automation",
452
+ "apihash" : "43f7ea7353ecc7898d4e6e984462bfa4",
453
+ "module-group" : "users",
454
+ "apimethod" : "com.zoho.support.restapi.ProfileService.getProfileList"
455
+ }
456
+ }
457
+ },
458
+ "/api/v1/myProfilePermissions" : {
459
+ "get" : {
460
+ "tags" : [ "Profile" ],
461
+ "summary" : "Get my profile permissions",
462
+ "description" : "This API fetches the permissions associated with the profile of the currently logged in user.",
463
+ "operationId" : "getMyProfilePermissions",
464
+ "parameters" : [ {
465
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
466
+ } ],
467
+ "responses" : {
468
+ "200" : {
469
+ "$ref" : "#/components/responses/getMyProfilePermissionsResponse"
470
+ }
471
+ },
472
+ "security" : [ {
473
+ "org-oauth" : [ "accessAll.ALL" ]
474
+ }, {
475
+ "iam-oauth2-schema" : [ "Desk.basic.READ", "Desk.settings.READ" ]
476
+ } ],
477
+ "x-audience" : [ "external-public" ],
478
+ "x-custom-url-attribute" : {
479
+ "security" : {
480
+ "throttle" : {
481
+ "inline" : [ {
482
+ "scope" : "APPSERVER",
483
+ "rules" : [ {
484
+ "duration" : 60000,
485
+ "lock-period" : 120000,
486
+ "threshold" : 50,
487
+ "hip" : false
488
+ } ],
489
+ "window" : "ROLLING",
490
+ "key" : "url.path+user.zuid"
491
+ } ]
492
+ },
493
+ "extraparams" : {
494
+ "disable" : true,
495
+ "ignore" : false
496
+ },
497
+ "authentication" : { }
498
+ },
499
+ "clan-group" : "automation",
500
+ "apihash" : "65b00811f7e666fe7183b9284f1c17df",
501
+ "module-group" : "users",
502
+ "apimethod" : "com.zoho.support.restapi.ProfileService.getMyProfilePermission"
503
+ }
504
+ }
505
+ },
506
+ "/api/v1/profiles/{profileId}/agents" : {
507
+ "get" : {
508
+ "tags" : [ "Profile" ],
509
+ "summary" : "List agents by profile",
510
+ "description" : "This API lists agents mapped to a particular profile.",
511
+ "operationId" : "getAgentsByProfile",
512
+ "parameters" : [ {
513
+ "name" : "active",
514
+ "in" : "query",
515
+ "description" : "Activation status of the agents to list",
516
+ "required" : false,
517
+ "style" : "form",
518
+ "explode" : true,
519
+ "schema" : {
520
+ "type" : [ "boolean", "null" ],
521
+ "description" : "Activation status of the agents to list"
522
+ }
523
+ }, {
524
+ "name" : "confirmed",
525
+ "in" : "query",
526
+ "description" : "Confirmation status of the agents to list",
527
+ "required" : false,
528
+ "style" : "form",
529
+ "explode" : true,
530
+ "schema" : {
531
+ "type" : [ "boolean", "null" ],
532
+ "description" : "Confirmation status of the agents to list"
533
+ }
534
+ }, {
535
+ "$ref" : "#/components/parameters/profileId"
536
+ }, {
537
+ "$ref" : "../common/Common.json#/components/parameters/orgId"
538
+ } ],
539
+ "responses" : {
540
+ "204" : {
541
+ "$ref" : "../common/Common.json#/components/responses/emptyResponse"
542
+ },
543
+ "200" : {
544
+ "$ref" : "#/components/responses/getAgentsResponse"
545
+ }
546
+ },
547
+ "security" : [ {
548
+ "org-oauth" : [ "accessAll.ALL" ]
549
+ }, {
550
+ "iam-oauth2-schema" : [ "Desk.basic.READ", "Desk.settings.READ" ]
551
+ } ],
552
+ "x-audience" : [ "external-public" ],
553
+ "x-custom-url-attribute" : {
554
+ "security" : {
555
+ "throttle" : {
556
+ "inline" : [ {
557
+ "scope" : "APPSERVER",
558
+ "rules" : [ {
559
+ "duration" : 60000,
560
+ "lock-period" : 300000,
561
+ "threshold" : 50,
562
+ "hip" : false
563
+ } ],
564
+ "window" : "ROLLING",
565
+ "key" : "url.path+user.zuid"
566
+ } ]
567
+ },
568
+ "extraparams" : {
569
+ "disable" : true,
570
+ "ignore" : false
571
+ },
572
+ "authentication" : { }
573
+ },
574
+ "clan-group" : "automation",
575
+ "apihash" : "3b4cf72dfa26bdfc44d4affde2367797",
576
+ "module-group" : "users",
577
+ "apimethod" : "com.zoho.support.restapi.ProfileService.getAgentsInProfile"
578
+ }
579
+ }
580
+ }
581
+ },
582
+ "components" : {
583
+ "schemas" : {
584
+ "chatPermissionJson" : {
585
+ "type" : [ "null", "object" ],
586
+ "additionalProperties" : false,
587
+ "properties" : {
588
+ "view" : {
589
+ "type" : [ "boolean", "null" ]
590
+ }
591
+ },
592
+ "required" : [ "view" ]
593
+ },
594
+ "ticketLifeCycleDataJson" : {
595
+ "type" : [ "null", "object" ],
596
+ "additionalProperties" : false,
597
+ "properties" : {
598
+ "view" : {
599
+ "type" : [ "boolean", "null" ]
600
+ },
601
+ "edit" : {
602
+ "type" : [ "boolean", "null" ]
603
+ },
604
+ "create" : {
605
+ "type" : [ "boolean", "null" ]
606
+ },
607
+ "delete" : {
608
+ "type" : [ "boolean", "null" ]
609
+ },
610
+ "export" : {
611
+ "type" : [ "boolean", "null" ]
612
+ },
613
+ "manageOwnCustomViews" : {
614
+ "type" : [ "boolean", "null" ]
615
+ },
616
+ "shareOwnCustomViews" : {
617
+ "type" : [ "boolean", "null" ]
618
+ },
619
+ "editSharedCustomViews" : {
620
+ "type" : [ "boolean", "null" ]
621
+ },
622
+ "deleteSharedCustomViews" : {
623
+ "type" : [ "boolean", "null" ]
624
+ },
625
+ "reshareSharedCustomViews" : {
626
+ "type" : [ "boolean", "null" ]
627
+ }
628
+ },
629
+ "required" : [ "view" , "edit", "create", "delete", "export", "manageOwnCustomViews", "shareOwnCustomViews", "editSharedCustomViews", "deleteSharedCustomViews", "reshareSharedCustomViews" ]
630
+ },
631
+ "crmIntegPermissionJson" : {
632
+ "type" : [ "null", "object" ],
633
+ "additionalProperties" : false,
634
+ "properties" : {
635
+ "crmContactsActivityEvents" : {
636
+ "type" : [ "boolean", "null" ]
637
+ },
638
+ "crmAccountsActivityEvents" : {
639
+ "type" : [ "boolean", "null" ]
640
+ },
641
+ "crmAccountsActivityTasks" : {
642
+ "type" : [ "boolean", "null" ]
643
+ },
644
+ "crmAccountsInfo" : {
645
+ "type" : [ "boolean", "null" ]
646
+ },
647
+ "crmContactsActivityCalls" : {
648
+ "type" : [ "boolean", "null" ]
649
+ },
650
+ "crmAccountsNotes" : {
651
+ "type" : [ "boolean", "null" ]
652
+ },
653
+ "crmAccountsActivityCalls" : {
654
+ "type" : [ "boolean", "null" ]
655
+ },
656
+ "crmContactsInfo" : {
657
+ "type" : [ "boolean", "null" ]
658
+ },
659
+ "crmContactsNotes" : {
660
+ "type" : [ "boolean", "null" ]
661
+ },
662
+ "crmContactsActivityTasks" : {
663
+ "type" : [ "boolean", "null" ]
664
+ },
665
+ "crmAccountsPotentials" : {
666
+ "type" : [ "boolean", "null" ]
667
+ },
668
+ "crmContactsPotentials" : {
669
+ "type" : [ "boolean", "null" ]
670
+ }
671
+ },
672
+ "required" : [ "crmAccountsActivityCalls", "crmAccountsActivityEvents", "crmAccountsActivityTasks", "crmAccountsInfo", "crmAccountsNotes", "crmAccountsPotentials", "crmContactsActivityCalls", "crmContactsActivityEvents", "crmContactsActivityTasks", "crmContactsInfo", "crmContactsNotes", "crmContactsPotentials" ]
673
+ },
674
+ "financeIntegPermissionJson" : {
675
+ "type" : [ "null", "object" ],
676
+ "additionalProperties" : false,
677
+ "properties" : {
678
+ "sendSalesOrder" : {
679
+ "type" : [ "boolean", "null" ]
680
+ },
681
+ "createSalesOrder" : {
682
+ "type" : [ "boolean", "null" ]
683
+ },
684
+ "sendInvoice" : {
685
+ "type" : [ "boolean", "null" ]
686
+ },
687
+ "viewSubscription" : {
688
+ "type" : [ "boolean", "null" ]
689
+ },
690
+ "createEstimate" : {
691
+ "type" : [ "boolean", "null" ]
692
+ },
693
+ "createContact" : {
694
+ "type" : [ "boolean", "null" ]
695
+ },
696
+ "viewInvoice" : {
697
+ "type" : [ "boolean", "null" ]
698
+ },
699
+ "createInvoice" : {
700
+ "type" : [ "boolean", "null" ]
701
+ },
702
+ "sendEstimate" : {
703
+ "type" : [ "boolean", "null" ]
704
+ },
705
+ "viewSalesOrder" : {
706
+ "type" : [ "boolean", "null" ]
707
+ },
708
+ "viewEstimate" : {
709
+ "type" : [ "boolean", "null" ]
710
+ }
711
+ },
712
+ "required" : [ "createContact", "createEstimate", "createInvoice", "createSalesOrder", "sendEstimate", "sendInvoice", "sendSalesOrder", "viewEstimate", "viewInvoice", "viewSalesOrder", "viewSubscription" ]
713
+ },
714
+ "reportsPermissionJson" : {
715
+ "type" : [ "null", "object" ],
716
+ "additionalProperties" : false,
717
+ "properties" : {
718
+ "view" : {
719
+ "type" : [ "boolean", "null" ]
720
+ },
721
+ "edit" : {
722
+ "type" : [ "boolean", "null" ]
723
+ },
724
+ "create" : {
725
+ "type" : [ "boolean", "null" ]
726
+ },
727
+ "delete" : {
728
+ "type" : [ "boolean", "null" ]
729
+ },
730
+ "export" : {
731
+ "type" : [ "boolean", "null" ]
732
+ }
733
+ },
734
+ "required" : [ "create", "delete", "edit", "export", "view" ]
735
+ },
736
+ "ticketsPermissionJson" : {
737
+ "type" : [ "null", "object" ],
738
+ "additionalProperties" : false,
739
+ "properties" : {
740
+ "mergeTickets" : {
741
+ "type" : [ "boolean", "null" ]
742
+ },
743
+ "changeOwner" : {
744
+ "type" : [ "boolean", "null" ]
745
+ },
746
+ "import" : {
747
+ "type" : [ "boolean", "null" ]
748
+ },
749
+ "handleUnassigned" : {
750
+ "type" : [ "boolean", "null" ]
751
+ },
752
+ "edit" : {
753
+ "type" : [ "boolean", "null" ]
754
+ },
755
+ "closeTicket" : {
756
+ "type" : [ "boolean", "null" ]
757
+ },
758
+ "deleteTags" : {
759
+ "type" : [ "boolean", "null" ]
760
+ },
761
+ "revokeBlueprint" : {
762
+ "type" : [ "boolean", "null" ]
763
+ },
764
+ "mailReview" : {
765
+ "type" : [ "boolean", "null" ]
766
+ },
767
+ "delete" : {
768
+ "type" : [ "boolean", "null" ]
769
+ },
770
+ "view" : {
771
+ "type" : [ "boolean", "null" ]
772
+ },
773
+ "create" : {
774
+ "type" : [ "boolean", "null" ]
775
+ },
776
+ "addFollowers" : {
777
+ "type" : [ "boolean", "null" ]
778
+ },
779
+ "export" : {
780
+ "type" : [ "boolean", "null" ]
781
+ },
782
+ "mailSend" : {
783
+ "type" : [ "boolean", "null" ]
784
+ },
785
+ "editTags" : {
786
+ "type" : [ "boolean", "null" ]
787
+ },
788
+ "unassignedChangeOwner" : {
789
+ "type" : [ "boolean", "null" ]
790
+ },
791
+ "shareTickets" : {
792
+ "type" : [ "boolean", "null" ]
793
+ },
794
+ "manageOwnCustomViews" : {
795
+ "type" : [ "boolean", "null" ]
796
+ },
797
+ "shareOwnCustomViews" : {
798
+ "type" : [ "boolean", "null" ]
799
+ },
800
+ "editSharedCustomViews" : {
801
+ "type" : [ "boolean", "null" ]
802
+ },
803
+ "deleteSharedCustomViews" : {
804
+ "type" : [ "boolean", "null" ]
805
+ },
806
+ "reshareSharedCustomViews" : {
807
+ "type" : [ "boolean", "null" ]
808
+ }
809
+ },
810
+ "required" : [ "addFollowers", "changeOwner", "closeTicket", "create", "delete", "deleteSharedCustomViews", "deleteTags", "edit", "editSharedCustomViews", "editTags", "export", "handleUnassigned", "import", "mailReview", "mailSend", "manageOwnCustomViews", "mergeTickets", "reshareSharedCustomViews", "revokeBlueprint", "shareOwnCustomViews", "shareTickets", "unassignedChangeOwner", "view" ]
811
+ },
812
+ "commentsPermissionJson" : {
813
+ "type" : [ "null", "object" ],
814
+ "additionalProperties" : false,
815
+ "properties" : {
816
+ "edit" : {
817
+ "type" : [ "boolean", "null" ]
818
+ },
819
+ "delete" : {
820
+ "type" : [ "boolean", "null" ]
821
+ },
822
+ "editOthers" : {
823
+ "type" : [ "boolean", "null" ]
824
+ },
825
+ "deleteOthers" : {
826
+ "type" : [ "boolean", "null" ]
827
+ }
828
+ },
829
+ "required" : [ "delete", "edit" ]
830
+ },
831
+ "socialPermissionJson" : {
832
+ "type" : [ "null", "object" ],
833
+ "additionalProperties" : false,
834
+ "properties" : {
835
+ "view" : {
836
+ "type" : [ "boolean", "null" ]
837
+ },
838
+ "twitterPostDelete" : {
839
+ "type" : [ "boolean", "null" ]
840
+ },
841
+ "twitterConversationReply" : {
842
+ "type" : [ "boolean", "null" ]
843
+ },
844
+ "twitterPostCreate" : {
845
+ "type" : [ "boolean", "null" ]
846
+ }
847
+ },
848
+ "required" : [ "twitterConversationReply", "twitterPostCreate", "twitterPostDelete", "view" ]
849
+ },
850
+ "mobileappPermissionJson" : {
851
+ "type" : [ "null", "object" ],
852
+ "additionalProperties" : false,
853
+ "properties" : {
854
+ "radar" : {
855
+ "type" : [ "boolean", "null" ]
856
+ },
857
+ "deskapp" : {
858
+ "type" : [ "boolean", "null" ]
859
+ }
860
+ },
861
+ "required" : [ "deskapp", "radar" ]
862
+ },
863
+ "contractsPermissionJson" : {
864
+ "type" : [ "null", "object" ],
865
+ "additionalProperties" : false,
866
+ "properties" : {
867
+ "view" : {
868
+ "type" : [ "boolean", "null" ]
869
+ },
870
+ "import" : {
871
+ "type" : [ "boolean", "null" ]
872
+ },
873
+ "edit" : {
874
+ "type" : [ "boolean", "null" ]
875
+ },
876
+ "create" : {
877
+ "type" : [ "boolean", "null" ]
878
+ },
879
+ "delete" : {
880
+ "type" : [ "boolean", "null" ]
881
+ },
882
+ "export" : {
883
+ "type" : [ "boolean", "null" ]
884
+ },
885
+ "manageOwnCustomViews" : {
886
+ "type" : [ "boolean", "null" ]
887
+ },
888
+ "shareOwnCustomViews" : {
889
+ "type" : [ "boolean", "null" ]
890
+ },
891
+ "editSharedCustomViews" : {
892
+ "type" : [ "boolean", "null" ]
893
+ },
894
+ "deleteSharedCustomViews" : {
895
+ "type" : [ "boolean", "null" ]
896
+ },
897
+ "reshareSharedCustomViews" : {
898
+ "type" : [ "boolean", "null" ]
899
+ }
900
+ },
901
+ "required" : [ "create", "delete", "deleteSharedCustomViews", "edit", "editSharedCustomViews", "export", "import", "manageOwnCustomViews", "reshareSharedCustomViews", "shareOwnCustomViews", "view" ]
902
+ },
903
+ "communityPermissionJson" : {
904
+ "type" : [ "null", "object" ],
905
+ "additionalProperties" : false,
906
+ "properties" : {
907
+ "view" : {
908
+ "type" : [ "boolean", "null" ]
909
+ },
910
+ "edit" : {
911
+ "type" : [ "boolean", "null" ]
912
+ },
913
+ "create" : {
914
+ "type" : [ "boolean", "null" ]
915
+ },
916
+ "delete" : {
917
+ "type" : [ "boolean", "null" ]
918
+ },
919
+ "moderate" : {
920
+ "type" : [ "boolean", "null" ]
921
+ }
922
+ },
923
+ "required" : [ "create", "delete", "edit", "moderate", "view" ]
924
+ },
925
+ "productsPermissionJson" : {
926
+ "type" : [ "null", "object" ],
927
+ "additionalProperties" : false,
928
+ "properties" : {
929
+ "view" : {
930
+ "type" : [ "boolean", "null" ]
931
+ },
932
+ "import" : {
933
+ "type" : [ "boolean", "null" ]
934
+ },
935
+ "edit" : {
936
+ "type" : [ "boolean", "null" ]
937
+ },
938
+ "create" : {
939
+ "type" : [ "boolean", "null" ]
940
+ },
941
+ "delete" : {
942
+ "type" : [ "boolean", "null" ]
943
+ },
944
+ "export" : {
945
+ "type" : [ "boolean", "null" ]
946
+ },
947
+ "manageOwnCustomViews" : {
948
+ "type" : [ "boolean", "null" ]
949
+ },
950
+ "shareOwnCustomViews" : {
951
+ "type" : [ "boolean", "null" ]
952
+ },
953
+ "editSharedCustomViews" : {
954
+ "type" : [ "boolean", "null" ]
955
+ },
956
+ "deleteSharedCustomViews" : {
957
+ "type" : [ "boolean", "null" ]
958
+ },
959
+ "reshareSharedCustomViews" : {
960
+ "type" : [ "boolean", "null" ]
961
+ }
962
+ },
963
+ "required" : [ "create", "delete", "deleteSharedCustomViews", "edit", "editSharedCustomViews", "export", "import", "manageOwnCustomViews", "reshareSharedCustomViews", "shareOwnCustomViews", "view" ]
964
+ },
965
+ "kbCategoryPermissionJson" : {
966
+ "type" : [ "null", "object" ],
967
+ "additionalProperties" : false,
968
+ "properties" : {
969
+ "view" : {
970
+ "type" : [ "boolean", "null" ]
971
+ },
972
+ "editAllArticles" : {
973
+ "type" : [ "boolean", "null" ]
974
+ },
975
+ "import" : {
976
+ "type" : [ "boolean", "null" ]
977
+ },
978
+ "manageKB" : {
979
+ "type" : [ "boolean", "null" ]
980
+ },
981
+ "edit" : {
982
+ "type" : [ "boolean", "null" ]
983
+ },
984
+ "admin" : {
985
+ "type" : [ "boolean", "null" ]
986
+ },
987
+ "create" : {
988
+ "type" : [ "boolean", "null" ]
989
+ },
990
+ "delete" : {
991
+ "type" : [ "boolean", "null" ]
992
+ },
993
+ "export" : {
994
+ "type" : [ "boolean", "null" ]
995
+ }
996
+ },
997
+ "required" : [ "admin", "create", "delete", "edit", "editAllArticles", "export", "import", "manageKB", "view" ]
998
+ },
999
+ "setupPermissionJson" : {
1000
+ "type" : [ "null", "object" ],
1001
+ "additionalProperties" : false,
1002
+ "properties" : {
1003
+ "localization" : {
1004
+ "type" : [ "boolean", "null" ]
1005
+ },
1006
+ "timeTracking" : {
1007
+ "type" : [ "boolean", "null" ]
1008
+ },
1009
+ "massReply" : {
1010
+ "type" : [ "boolean", "null" ]
1011
+ },
1012
+ "fetchAcrossDepartment" : {
1013
+ "type" : [ "boolean", "null" ]
1014
+ },
1015
+ "globalReports" : {
1016
+ "type" : [ "boolean", "null" ]
1017
+ },
1018
+ "exportPortalUsers" : {
1019
+ "type" : [ "boolean", "null" ]
1020
+ },
1021
+ "layouts" : {
1022
+ "type" : [ "boolean", "null" ]
1023
+ },
1024
+ "shareSnippet" : {
1025
+ "type" : [ "boolean", "null" ]
1026
+ },
1027
+ "automation" : {
1028
+ "type" : [ "boolean", "null" ]
1029
+ },
1030
+ "featureConfig" : {
1031
+ "type" : [ "boolean", "null" ]
1032
+ },
1033
+ "customerHappiness" : {
1034
+ "type" : [ "boolean", "null" ]
1035
+ },
1036
+ "department" : {
1037
+ "type" : [ "boolean", "null" ]
1038
+ },
1039
+ "portal" : {
1040
+ "type" : [ "boolean", "null" ]
1041
+ },
1042
+ "webForm" : {
1043
+ "type" : [ "boolean", "null" ]
1044
+ },
1045
+ "rebranding" : {
1046
+ "type" : [ "boolean", "null" ]
1047
+ },
1048
+ "email" : {
1049
+ "type" : [ "boolean", "null" ]
1050
+ },
1051
+ "recycleBin" : {
1052
+ "type" : [ "boolean", "null" ]
1053
+ },
1054
+ "tabsAndFields" : {
1055
+ "type" : [ "boolean", "null" ]
1056
+ },
1057
+ "exportUsers" : {
1058
+ "type" : [ "boolean", "null" ]
1059
+ },
1060
+ "pinnedConversations" : {
1061
+ "type" : [ "boolean", "null" ]
1062
+ },
1063
+ "buttons" : {
1064
+ "type" : [ "boolean", "null" ]
1065
+ },
1066
+ "teams" : {
1067
+ "type" : [ "boolean", "null" ]
1068
+ },
1069
+ "im" : {
1070
+ "type" : [ "boolean", "null" ]
1071
+ },
1072
+ "social" : {
1073
+ "type" : [ "boolean", "null" ]
1074
+ },
1075
+ "templates" : {
1076
+ "type" : [ "boolean", "null" ]
1077
+ },
1078
+ "sandbox" : {
1079
+ "type" : [ "boolean", "null" ]
1080
+ },
1081
+ "securitySettings" : {
1082
+ "type" : [ "boolean", "null" ]
1083
+ },
1084
+ "moveRecords" : {
1085
+ "type" : [ "boolean", "null" ]
1086
+ },
1087
+ "permission" : {
1088
+ "type" : [ "boolean", "null" ]
1089
+ },
1090
+ "signUpApproval" : {
1091
+ "type" : [ "boolean", "null" ]
1092
+ },
1093
+ "community" : {
1094
+ "type" : [ "boolean", "null" ]
1095
+ },
1096
+ "privacySettings" : {
1097
+ "type" : [ "boolean", "null" ]
1098
+ },
1099
+ "importHistory" : {
1100
+ "type" : [ "boolean", "null" ]
1101
+ },
1102
+ "manageAgents" : {
1103
+ "type" : [ "boolean", "null" ]
1104
+ },
1105
+ "portalUsers" : {
1106
+ "type" : [ "boolean", "null" ]
1107
+ },
1108
+ "gamification" : {
1109
+ "type" : [ "boolean", "null" ]
1110
+ },
1111
+ "managerDashboard" : {
1112
+ "type" : [ "boolean", "null" ]
1113
+ },
1114
+ "googleAnalytics" : {
1115
+ "type" : [ "boolean", "null" ]
1116
+ },
1117
+ "webhooks" : {
1118
+ "type" : [ "boolean", "null" ]
1119
+ },
1120
+ "chat" : {
1121
+ "type" : [ "boolean", "null" ]
1122
+ },
1123
+ "telephony" : {
1124
+ "type" : [ "boolean", "null" ]
1125
+ },
1126
+ "manageMarketplace" : {
1127
+ "type" : [ "boolean", "null" ]
1128
+ },
1129
+ "massComment" : {
1130
+ "type" : [ "boolean", "null" ]
1131
+ }
1132
+ },
1133
+ "required" : [ "automation", "buttons", "chat", "community", "customerHappiness", "department", "email", "exportPortalUsers", "exportUsers", "featureConfig", "fetchAcrossDepartment", "gamification", "globalReports", "googleAnalytics", "im", "importHistory", "layouts", "localization", "manageAgents", "manageMarketplace", "managerDashboard", "massComment", "massReply", "moveRecords", "permission", "pinnedConversations", "portal", "portalUsers", "privacySettings", "rebranding", "recycleBin", "sandbox", "securitySettings", "shareSnippet", "signUpApproval", "social", "tabsAndFields", "teams", "telephony", "templates", "timeTracking", "webForm", "webhooks" ]
1134
+ },
1135
+ "agentsPermissionJson" : {
1136
+ "type" : [ "null", "object" ],
1137
+ "additionalProperties" : false,
1138
+ "properties" : {
1139
+ "overview" : {
1140
+ "type" : [ "boolean", "null" ]
1141
+ },
1142
+ "import" : {
1143
+ "type" : [ "boolean", "null" ]
1144
+ },
1145
+ "edit" : {
1146
+ "type" : [ "boolean", "null" ]
1147
+ },
1148
+ "create" : {
1149
+ "type" : [ "boolean", "null" ]
1150
+ },
1151
+ "delete" : {
1152
+ "type" : [ "boolean", "null" ]
1153
+ },
1154
+ "viewAllFields" : {
1155
+ "type" : [ "boolean", "null" ]
1156
+ }
1157
+ },
1158
+ "required" : [ "create", "delete", "edit", "import", "overview", "viewAllFields" ]
1159
+ },
1160
+ "accountsPermissionJson" : {
1161
+ "type" : [ "null", "object" ],
1162
+ "additionalProperties" : false,
1163
+ "properties" : {
1164
+ "view" : {
1165
+ "type" : [ "boolean", "null" ]
1166
+ },
1167
+ "import" : {
1168
+ "type" : [ "boolean", "null" ]
1169
+ },
1170
+ "edit" : {
1171
+ "type" : [ "boolean", "null" ]
1172
+ },
1173
+ "create" : {
1174
+ "type" : [ "boolean", "null" ]
1175
+ },
1176
+ "delete" : {
1177
+ "type" : [ "boolean", "null" ]
1178
+ },
1179
+ "export" : {
1180
+ "type" : [ "boolean", "null" ]
1181
+ },
1182
+ "manageOwnCustomViews" : {
1183
+ "type" : [ "boolean", "null" ]
1184
+ },
1185
+ "shareOwnCustomViews" : {
1186
+ "type" : [ "boolean", "null" ]
1187
+ },
1188
+ "editSharedCustomViews" : {
1189
+ "type" : [ "boolean", "null" ]
1190
+ },
1191
+ "deleteSharedCustomViews" : {
1192
+ "type" : [ "boolean", "null" ]
1193
+ },
1194
+ "reshareSharedCustomViews" : {
1195
+ "type" : [ "boolean", "null" ]
1196
+ }
1197
+ },
1198
+ "required" : [ "create", "delete", "deleteSharedCustomViews", "edit", "editSharedCustomViews", "export", "import", "manageOwnCustomViews", "reshareSharedCustomViews", "shareOwnCustomViews", "view" ]
1199
+ },
1200
+ "timeEntryPermissionJson" : {
1201
+ "type" : [ "null", "object" ],
1202
+ "additionalProperties" : false,
1203
+ "properties" : {
1204
+ "view" : {
1205
+ "type" : [ "boolean", "null" ]
1206
+ },
1207
+ "edit" : {
1208
+ "type" : [ "boolean", "null" ]
1209
+ },
1210
+ "create" : {
1211
+ "type" : [ "boolean", "null" ]
1212
+ },
1213
+ "delete" : {
1214
+ "type" : [ "boolean", "null" ]
1215
+ }
1216
+ },
1217
+ "required" : [ "create", "delete", "edit", "view" ]
1218
+ },
1219
+ "contactsPermissionJson" : {
1220
+ "type" : [ "null", "object" ],
1221
+ "additionalProperties" : false,
1222
+ "properties" : {
1223
+ "view" : {
1224
+ "type" : [ "boolean", "null" ]
1225
+ },
1226
+ "import" : {
1227
+ "type" : [ "boolean", "null" ]
1228
+ },
1229
+ "edit" : {
1230
+ "type" : [ "boolean", "null" ]
1231
+ },
1232
+ "create" : {
1233
+ "type" : [ "boolean", "null" ]
1234
+ },
1235
+ "delete" : {
1236
+ "type" : [ "boolean", "null" ]
1237
+ },
1238
+ "export" : {
1239
+ "type" : [ "boolean", "null" ]
1240
+ },
1241
+ "manageOwnCustomViews" : {
1242
+ "type" : [ "boolean", "null" ]
1243
+ },
1244
+ "shareOwnCustomViews" : {
1245
+ "type" : [ "boolean", "null" ]
1246
+ },
1247
+ "editSharedCustomViews" : {
1248
+ "type" : [ "boolean", "null" ]
1249
+ },
1250
+ "deleteSharedCustomViews" : {
1251
+ "type" : [ "boolean", "null" ]
1252
+ },
1253
+ "reshareSharedCustomViews" : {
1254
+ "type" : [ "boolean", "null" ]
1255
+ }
1256
+ },
1257
+ "required" : [ "create", "delete", "deleteSharedCustomViews", "edit", "editSharedCustomViews", "export", "import", "manageOwnCustomViews", "reshareSharedCustomViews", "shareOwnCustomViews", "view" ]
1258
+ },
1259
+ "activitiesPermissionJson" : {
1260
+ "type" : [ "null", "object" ],
1261
+ "additionalProperties" : false,
1262
+ "properties" : {
1263
+ "manageOwnCustomViews" : {
1264
+ "type" : [ "boolean", "null" ]
1265
+ },
1266
+ "shareOwnCustomViews" : {
1267
+ "type" : [ "boolean", "null" ]
1268
+ },
1269
+ "editSharedCustomViews" : {
1270
+ "type" : [ "boolean", "null" ]
1271
+ },
1272
+ "deleteSharedCustomViews" : {
1273
+ "type" : [ "boolean", "null" ]
1274
+ },
1275
+ "reshareSharedCustomViews" : {
1276
+ "type" : [ "boolean", "null" ]
1277
+ }
1278
+ },
1279
+ "required" : [ "deleteSharedCustomViews", "editSharedCustomViews", "manageOwnCustomViews", "reshareSharedCustomViews", "shareOwnCustomViews" ]
1280
+ },
1281
+ "tasksPermissionJson" : {
1282
+ "type" : [ "null", "object" ],
1283
+ "additionalProperties" : false,
1284
+ "properties" : {
1285
+ "view" : {
1286
+ "type" : [ "boolean", "null" ]
1287
+ },
1288
+ "import" : {
1289
+ "type" : [ "boolean", "null" ]
1290
+ },
1291
+ "edit" : {
1292
+ "type" : [ "boolean", "null" ]
1293
+ },
1294
+ "create" : {
1295
+ "type" : [ "boolean", "null" ]
1296
+ },
1297
+ "delete" : {
1298
+ "type" : [ "boolean", "null" ]
1299
+ },
1300
+ "export" : {
1301
+ "type" : [ "boolean", "null" ]
1302
+ },
1303
+ "manageOwnCustomViews" : {
1304
+ "type" : [ "boolean", "null" ]
1305
+ },
1306
+ "shareOwnCustomViews" : {
1307
+ "type" : [ "boolean", "null" ]
1308
+ },
1309
+ "editSharedCustomViews" : {
1310
+ "type" : [ "boolean", "null" ]
1311
+ },
1312
+ "deleteSharedCustomViews" : {
1313
+ "type" : [ "boolean", "null" ]
1314
+ },
1315
+ "reshareSharedCustomViews" : {
1316
+ "type" : [ "boolean", "null" ]
1317
+ }
1318
+ },
1319
+ "required" : [ "create", "delete", "deleteSharedCustomViews", "edit", "editSharedCustomViews", "export", "import", "manageOwnCustomViews", "reshareSharedCustomViews", "shareOwnCustomViews", "view" ]
1320
+ },
1321
+ "imPermissionJson" : {
1322
+ "type" : [ "null", "object" ],
1323
+ "additionalProperties" : false,
1324
+ "properties" : {
1325
+ "view" : {
1326
+ "type" : [ "boolean", "null" ]
1327
+ },
1328
+ "edit" : {
1329
+ "type" : [ "boolean", "null" ]
1330
+ },
1331
+ "create" : {
1332
+ "type" : [ "boolean", "null" ]
1333
+ },
1334
+ "delete" : {
1335
+ "type" : [ "boolean", "null" ]
1336
+ }
1337
+ },
1338
+ "required" : [ "create", "delete", "edit", "view" ]
1339
+ },
1340
+ "gcPermissionJson" : {
1341
+ "type" : [ "null", "object" ],
1342
+ "additionalProperties" : false,
1343
+ "properties" : {
1344
+ "view" : {
1345
+ "type" : [ "boolean", "null" ]
1346
+ },
1347
+ "edit" : {
1348
+ "type" : [ "boolean", "null" ]
1349
+ },
1350
+ "create" : {
1351
+ "type" : [ "boolean", "null" ]
1352
+ },
1353
+ "delete" : {
1354
+ "type" : [ "boolean", "null" ]
1355
+ }
1356
+ },
1357
+ "required" : [ "create", "delete", "edit", "view" ]
1358
+ },
1359
+ "ziaPermissionJson" : {
1360
+ "type" : [ "null", "object" ],
1361
+ "additionalProperties" : false,
1362
+ "properties" : {
1363
+ "view" : {
1364
+ "type" : [ "boolean", "null" ]
1365
+ },
1366
+ "edit" : {
1367
+ "type" : [ "boolean", "null" ]
1368
+ },
1369
+ "create" : {
1370
+ "type" : [ "boolean", "null" ]
1371
+ },
1372
+ "delete" : {
1373
+ "type" : [ "boolean", "null" ]
1374
+ }
1375
+ },
1376
+ "required" : [ "create", "delete", "edit", "view" ]
1377
+ },
1378
+ "CommunityCommentPermissionJson" : {
1379
+ "type" : [ "null", "object" ],
1380
+ "additionalProperties" : false,
1381
+ "properties" : {
1382
+ "view" : {
1383
+ "type" : [ "boolean", "null" ]
1384
+ }
1385
+ },
1386
+ "required" : [ "view" ]
1387
+ },
1388
+ "CommunityTopicPermissionJson" : {
1389
+ "type" : [ "null", "object" ],
1390
+ "additionalProperties" : false,
1391
+ "properties" : {
1392
+ "view" : {
1393
+ "type" : [ "boolean", "null" ]
1394
+ }
1395
+ },
1396
+ "required" : [ "view" ]
1397
+ },
1398
+ "radarPermissionJson" : {
1399
+ "type" : [ "null", "object" ],
1400
+ "additionalProperties" : false,
1401
+ "properties" : {
1402
+ "agentStats" : {
1403
+ "type" : [ "boolean", "null" ]
1404
+ },
1405
+ "currentStats" : {
1406
+ "type" : [ "boolean", "null" ]
1407
+ },
1408
+ "auditLog" : {
1409
+ "type" : [ "boolean", "null" ]
1410
+ },
1411
+ "im" : {
1412
+ "type" : [ "boolean", "null" ]
1413
+ },
1414
+ "channelTraffic" : {
1415
+ "type" : [ "boolean", "null" ]
1416
+ },
1417
+ "dailyToast" : {
1418
+ "type" : [ "boolean", "null" ]
1419
+ },
1420
+ "liveTraffic" : {
1421
+ "type" : [ "boolean", "null" ]
1422
+ },
1423
+ "exceptionHandling" : {
1424
+ "type" : [ "boolean", "null" ]
1425
+ },
1426
+ "textContentProtection" : {
1427
+ "type" : [ "boolean", "null" ]
1428
+ },
1429
+ "dashboards" : {
1430
+ "type" : [ "boolean", "null" ]
1431
+ },
1432
+ "dailyTrend" : {
1433
+ "type" : [ "boolean", "null" ]
1434
+ },
1435
+ "apiUsageAlerts" : {
1436
+ "type" : [ "boolean", "null" ]
1437
+ },
1438
+ "fcr" : {
1439
+ "type" : [ "boolean", "null" ]
1440
+ },
1441
+ "activities" : {
1442
+ "type" : [ "boolean", "null" ]
1443
+ },
1444
+ "kb" : {
1445
+ "type" : [ "boolean", "null" ]
1446
+ },
1447
+ "visualContentProtection" : {
1448
+ "type" : [ "boolean", "null" ]
1449
+ },
1450
+ "feeds" : {
1451
+ "type" : [ "boolean", "null" ]
1452
+ },
1453
+ "averageHandlingTime" : {
1454
+ "type" : [ "boolean", "null" ]
1455
+ },
1456
+ "customerHappiness" : {
1457
+ "type" : [ "boolean", "null" ]
1458
+ },
1459
+ "manageRadar" : {
1460
+ "type" : [ "boolean", "null" ]
1461
+ },
1462
+ "quickView" : {
1463
+ "type" : [ "boolean", "null" ]
1464
+ },
1465
+ "mostThreadedTickets" : {
1466
+ "type" : [ "boolean", "null" ]
1467
+ },
1468
+ "contacts" : {
1469
+ "type" : [ "boolean", "null" ]
1470
+ }
1471
+ },
1472
+ "required" : [ "activities", "agentStats", "apiUsageAlerts", "auditLog", "averageHandlingTime", "channelTraffic", "contacts", "currentStats", "customerHappiness", "dailyToast", "dailyTrend", "dashboards", "exceptionHandling", "fcr", "feeds", "im", "kb", "liveTraffic", "manageRadar", "mostThreadedTickets", "quickView", "textContentProtection", "visualContentProtection" ]
1473
+ },
1474
+ "commonPermissionJson" : {
1475
+ "type" : [ "null", "object" ],
1476
+ "additionalProperties" : false,
1477
+ "properties" : {
1478
+ "crmInteg" : {
1479
+ "$ref" : "#/components/schemas/crmIntegPermissionJson"
1480
+ },
1481
+ "reports" : {
1482
+ "$ref" : "#/components/schemas/reportsPermissionJson"
1483
+ },
1484
+ "tickets" : {
1485
+ "$ref" : "#/components/schemas/ticketsPermissionJson"
1486
+ },
1487
+ "mobileapp" : {
1488
+ "$ref" : "#/components/schemas/mobileappPermissionJson"
1489
+ },
1490
+ "contracts" : {
1491
+ "$ref" : "#/components/schemas/contractsPermissionJson"
1492
+ },
1493
+ "products" : {
1494
+ "$ref" : "#/components/schemas/productsPermissionJson"
1495
+ },
1496
+ "zia" : {
1497
+ "$ref" : "#/components/schemas/ziaPermissionJson"
1498
+ },
1499
+ "timeEntry" : {
1500
+ "$ref" : "#/components/schemas/timeEntryPermissionJson"
1501
+ },
1502
+ "gc" : {
1503
+ "$ref" : "#/components/schemas/gcPermissionJson"
1504
+ },
1505
+ "tasks" : {
1506
+ "$ref" : "#/components/schemas/tasksPermissionJson"
1507
+ },
1508
+ "events" : {
1509
+ "$ref" : "#/components/schemas/contactsPermissionJson"
1510
+ },
1511
+ "courses" : {
1512
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1513
+ },
1514
+ "comments" : {
1515
+ "$ref" : "#/components/schemas/commentsPermissionJson"
1516
+ },
1517
+ "im" : {
1518
+ "$ref" : "#/components/schemas/imPermissionJson"
1519
+ },
1520
+ "social" : {
1521
+ "$ref" : "#/components/schemas/socialPermissionJson"
1522
+ },
1523
+ "community" : {
1524
+ "$ref" : "#/components/schemas/communityPermissionJson"
1525
+ },
1526
+ "agents" : {
1527
+ "$ref" : "#/components/schemas/agentsPermissionJson"
1528
+ },
1529
+ "CommunityTopic" : {
1530
+ "$ref" : "#/components/schemas/CommunityTopicPermissionJson"
1531
+ },
1532
+ "radar" : {
1533
+ "$ref" : "#/components/schemas/radarPermissionJson"
1534
+ },
1535
+ "kbCategory" : {
1536
+ "$ref" : "#/components/schemas/kbCategoryPermissionJson"
1537
+ },
1538
+ "calls" : {
1539
+ "$ref" : "#/components/schemas/contactsPermissionJson"
1540
+ },
1541
+ "setup" : {
1542
+ "$ref" : "#/components/schemas/setupPermissionJson"
1543
+ },
1544
+ "financeInteg" : {
1545
+ "$ref" : "#/components/schemas/financeIntegPermissionJson"
1546
+ },
1547
+ "CommunityComment" : {
1548
+ "$ref" : "#/components/schemas/CommunityCommentPermissionJson"
1549
+ },
1550
+ "accounts" : {
1551
+ "$ref" : "#/components/schemas/accountsPermissionJson"
1552
+ },
1553
+ "contacts" : {
1554
+ "$ref" : "#/components/schemas/contactsPermissionJson"
1555
+ },
1556
+ "activities" : {
1557
+ "$ref" : "#/components/schemas/activitiesPermissionJson"
1558
+ },
1559
+ "chat" : {
1560
+ "$ref" : "#/components/schemas/chatPermissionJson"
1561
+ },
1562
+ "ticketLifeCycleData" : {
1563
+ "$ref" : "#/components/schemas/ticketLifeCycleDataJson"
1564
+ },
1565
+ "modules" : {
1566
+ "type" : "object",
1567
+ "properties" : {
1568
+ "view" : {
1569
+ "type" : "boolean"
1570
+ },
1571
+ "edit" : {
1572
+ "type" : "boolean"
1573
+ },
1574
+ "create" : {
1575
+ "type" : "boolean"
1576
+ },
1577
+ "delete" : {
1578
+ "type" : "boolean"
1579
+ },
1580
+ "export" : {
1581
+ "type" : "boolean"
1582
+ },
1583
+ "manageOwnCustomViews" : {
1584
+ "type" : [ "boolean", "null" ]
1585
+ },
1586
+ "shareOwnCustomViews" : {
1587
+ "type" : [ "boolean", "null" ]
1588
+ },
1589
+ "editSharedCustomViews" : {
1590
+ "type" : [ "boolean", "null" ]
1591
+ },
1592
+ "deleteSharedCustomViews" : {
1593
+ "type" : [ "boolean", "null" ]
1594
+ },
1595
+ "reshareSharedCustomViews" : {
1596
+ "type" : [ "boolean", "null" ]
1597
+ }
1598
+ },
1599
+ "required" : [ "create", "delete", "deleteSharedCustomViews", "edit", "editSharedCustomViews", "export", "manageOwnCustomViews", "reshareSharedCustomViews", "shareOwnCustomViews", "view" ]
1600
+ },
1601
+ "clientEvents" : {
1602
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1603
+ },
1604
+ "componentMapping" : {
1605
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1606
+ },
1607
+ "eventMapping" : {
1608
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1609
+ },
1610
+ "componentEventMappingAssociation" : {
1611
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1612
+ },
1613
+ "clientActionConditions" : {
1614
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1615
+ },
1616
+ "clientAction" : {
1617
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1618
+ },
1619
+ "clientActionModuleAssociation" : {
1620
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1621
+ },
1622
+ "clientActionLocationAssociation" : {
1623
+ "$ref" : "#/components/schemas/clientActionPermissionJson"
1624
+ }
1625
+ },
1626
+ "required" : [ "CommunityComment", "CommunityTopic", "accounts", "activities", "agents", "calls", "clientAction", "clientActionConditions", "clientActionLocationAssociation", "clientActionModuleAssociation", "clientEvents", "comments", "community", "componentEventMappingAssociation", "componentMapping", "contacts", "contracts", "crmInteg", "eventMapping", "events", "financeInteg", "gc", "im", "kbCategory", "mobileapp", "products", "radar", "reports", "setup", "social", "tasks", "tickets", "timeEntry", "zia" ]
1627
+ },
1628
+ "commonProfileResponse" : {
1629
+ "type" : [ "null", "object" ],
1630
+ "additionalProperties" : false,
1631
+ "properties" : {
1632
+ "default" : {
1633
+ "type" : "boolean"
1634
+ },
1635
+ "permissions" : {
1636
+ "$ref" : "#/components/schemas/commonPermissionJson"
1637
+ },
1638
+ "name" : {
1639
+ "type" : [ "string", "null" ],
1640
+ "maxLength" : 50,
1641
+ "minLength" : 0
1642
+ },
1643
+ "description" : {
1644
+ "type" : [ "string", "null" ],
1645
+ "maxLength" : 32000,
1646
+ "minLength" : 0
1647
+ },
1648
+ "isVisible" : {
1649
+ "type" : [ "boolean", "null" ]
1650
+ },
1651
+ "id" : {
1652
+ "type" : [ "string", "null", "integer" ],
1653
+ "format" : "int64",
1654
+ "pattern" : "([0-9]+)"
1655
+ },
1656
+ "type" : {
1657
+ "type" : [ "string", "null" ],
1658
+ "enum" : [ "Administrator", "Standard", "Light", "Portal", "Custom" ],
1659
+ "maxLength" : 100,
1660
+ "minLength" : 0
1661
+ }
1662
+ },
1663
+ "required" : [ "default", "id", "isVisible", "name", "permissions", "type" ]
1664
+ },
1665
+ "data" : {
1666
+ "type" : [ "null", "array" ],
1667
+ "items" : {
1668
+ "$ref" : "#/components/schemas/commonProfileResponse"
1669
+ }
1670
+ },
1671
+ "agentsData" : {
1672
+ "type" : [ "null", "array" ],
1673
+ "items" : {
1674
+ "$ref" : "./Agent.json#/components/schemas/profileAgentResponse"
1675
+ }
1676
+ },
1677
+ "clientActionPermissionJson" : {
1678
+ "type" : [ "null", "object" ],
1679
+ "additionalProperties" : false,
1680
+ "properties" : {
1681
+ "view" : {
1682
+ "type" : [ "boolean", "null" ]
1683
+ },
1684
+ "reshareSharedCustomViews" : {
1685
+ "type" : [ "boolean", "null" ]
1686
+ },
1687
+ "edit" : {
1688
+ "type" : [ "boolean", "null" ]
1689
+ },
1690
+ "deleteSharedCustomViews" : {
1691
+ "type" : [ "boolean", "null" ]
1692
+ },
1693
+ "shareOwnCustomViews" : {
1694
+ "type" : [ "boolean", "null" ]
1695
+ },
1696
+ "create" : {
1697
+ "type" : [ "boolean", "null" ]
1698
+ },
1699
+ "manageOwnCustomViews" : {
1700
+ "type" : [ "boolean", "null" ]
1701
+ },
1702
+ "editSharedCustomViews" : {
1703
+ "type" : [ "boolean", "null" ]
1704
+ },
1705
+ "delete" : {
1706
+ "type" : [ "boolean", "null" ]
1707
+ },
1708
+ "export" : {
1709
+ "type" : [ "boolean", "null" ]
1710
+ }
1711
+ },
1712
+ "required" : [ "create", "delete", "deleteSharedCustomViews", "edit", "editSharedCustomViews", "export", "manageOwnCustomViews", "reshareSharedCustomViews", "shareOwnCustomViews", "view" ]
1713
+ }
1714
+ },
1715
+ "responses" : {
1716
+ "commonProfileResponse" : {
1717
+ "description" : "commonProfileResponse template definitions",
1718
+ "content" : {
1719
+ "application/json" : {
1720
+ "schema" : {
1721
+ "type" : [ "null", "object" ],
1722
+ "additionalProperties" : false,
1723
+ "properties" : {
1724
+ "default" : {
1725
+ "type" : "boolean"
1726
+ },
1727
+ "permissions" : {
1728
+ "$ref" : "#/components/schemas/commonPermissionJson"
1729
+ },
1730
+ "name" : {
1731
+ "type" : [ "string", "null" ],
1732
+ "maxLength" : 50,
1733
+ "minLength" : 0
1734
+ },
1735
+ "description" : {
1736
+ "type" : [ "string", "null" ],
1737
+ "maxLength" : 32000,
1738
+ "minLength" : 0
1739
+ },
1740
+ "isVisible" : {
1741
+ "type" : [ "boolean", "null" ]
1742
+ },
1743
+ "id" : {
1744
+ "type" : [ "string", "null", "integer" ],
1745
+ "format" : "int64",
1746
+ "pattern" : "([0-9]+)"
1747
+ },
1748
+ "type" : {
1749
+ "type" : [ "string", "null" ],
1750
+ "enum" : [ "Administrator", "Standard", "Light", "Portal", "Custom" ],
1751
+ "maxLength" : 100,
1752
+ "minLength" : 0
1753
+ }
1754
+ },
1755
+ "required" : [ "default", "id", "isVisible", "name", "permissions", "type" ]
1756
+ },
1757
+ "examples" : {
1758
+ "Valid responses Definitions" : {
1759
+ "value" : {
1760
+ "default" : true,
1761
+ "permissions" : {
1762
+ "crmInteg" : {
1763
+ "crmContactsActivityEvents" : false,
1764
+ "crmAccountsActivityEvents" : false,
1765
+ "crmAccountsActivityTasks" : false,
1766
+ "crmAccountsInfo" : false,
1767
+ "crmContactsActivityCalls" : false,
1768
+ "crmAccountsNotes" : false,
1769
+ "crmAccountsActivityCalls" : false,
1770
+ "crmContactsInfo" : false,
1771
+ "crmContactsNotes" : false,
1772
+ "crmContactsActivityTasks" : false,
1773
+ "crmAccountsPotentials" : false,
1774
+ "crmContactsPotentials" : false
1775
+ },
1776
+ "reports" : {
1777
+ "view" : true,
1778
+ "edit" : true,
1779
+ "create" : true,
1780
+ "delete" : true,
1781
+ "export" : true
1782
+ },
1783
+ "tickets" : {
1784
+ "mergeTickets" : true,
1785
+ "changeOwner" : true,
1786
+ "import" : true,
1787
+ "handleUnassigned" : true,
1788
+ "edit" : true,
1789
+ "closeTicket" : true,
1790
+ "revokeBlueprint" : true,
1791
+ "mailReview" : true,
1792
+ "delete" : true,
1793
+ "view" : true,
1794
+ "create" : true,
1795
+ "addFollowers" : true,
1796
+ "export" : true,
1797
+ "mailSend" : true,
1798
+ "unassignedChangeOwner" : false,
1799
+ "shareTickets" : true,
1800
+ "manageOwnCustomViews" : true,
1801
+ "shareOwnCustomViews" : true,
1802
+ "editSharedCustomViews" : true,
1803
+ "deleteSharedCustomViews" : true,
1804
+ "reshareSharedCustomViews" : true
1805
+ },
1806
+ "comments" : {
1807
+ "edit" : true,
1808
+ "delete" : true,
1809
+ "editOthers" : true,
1810
+ "deleteOthers" : true
1811
+ },
1812
+ "social" : {
1813
+ "view" : true,
1814
+ "twitterPostDelete" : true,
1815
+ "twitterPostCreate" : true,
1816
+ "twitterConversationReply" : true
1817
+ },
1818
+ "mobileapp" : {
1819
+ "radar" : true,
1820
+ "deskapp" : true
1821
+ },
1822
+ "contracts" : {
1823
+ "view" : true,
1824
+ "import" : true,
1825
+ "edit" : true,
1826
+ "create" : true,
1827
+ "delete" : true,
1828
+ "export" : true,
1829
+ "manageOwnCustomViews" : true,
1830
+ "shareOwnCustomViews" : true,
1831
+ "editSharedCustomViews" : true,
1832
+ "deleteSharedCustomViews" : true,
1833
+ "reshareSharedCustomViews" : true
1834
+ },
1835
+ "community" : {
1836
+ "view" : true,
1837
+ "edit" : true,
1838
+ "create" : true,
1839
+ "delete" : true,
1840
+ "moderate" : true
1841
+ },
1842
+ "products" : {
1843
+ "view" : true,
1844
+ "import" : true,
1845
+ "edit" : true,
1846
+ "create" : true,
1847
+ "delete" : true,
1848
+ "export" : true,
1849
+ "manageOwnCustomViews" : true,
1850
+ "shareOwnCustomViews" : true,
1851
+ "editSharedCustomViews" : true,
1852
+ "deleteSharedCustomViews" : true,
1853
+ "reshareSharedCustomViews" : true
1854
+ },
1855
+ "ticketLifeCycleData": {
1856
+ "view": true,
1857
+ "reshareSharedCustomViews": false,
1858
+ "edit": true,
1859
+ "deleteSharedCustomViews": false,
1860
+ "shareOwnCustomViews": false,
1861
+ "create": true,
1862
+ "manageOwnCustomViews": false,
1863
+ "editSharedCustomViews": false,
1864
+ "delete": true,
1865
+ "export": true
1866
+ },
1867
+ "agents" : {
1868
+ "overview" : true,
1869
+ "edit" : false,
1870
+ "create" : true,
1871
+ "delete" : true,
1872
+ "viewAllFields" : true
1873
+ },
1874
+ "kbCategory" : {
1875
+ "view" : true,
1876
+ "editAllArticles" : true,
1877
+ "import" : true,
1878
+ "manageKB" : true,
1879
+ "edit" : true,
1880
+ "create" : true,
1881
+ "admin" : true,
1882
+ "delete" : true,
1883
+ "export" : true
1884
+ },
1885
+ "setup" : {
1886
+ "localization" : true,
1887
+ "timeTracking" : true,
1888
+ "fetchAcrossDepartment" : true,
1889
+ "globalReports" : true,
1890
+ "exportPortalUsers" : true,
1891
+ "layouts" : true,
1892
+ "automation" : true,
1893
+ "featureConfig" : true,
1894
+ "customerHappiness" : true,
1895
+ "department" : true,
1896
+ "portal" : true,
1897
+ "webForm" : true,
1898
+ "rebranding" : true,
1899
+ "email" : true,
1900
+ "recycleBin" : true,
1901
+ "tabsAndFields" : true,
1902
+ "exportUsers" : true,
1903
+ "teams" : true,
1904
+ "social" : true,
1905
+ "templates" : true,
1906
+ "sandbox" : true,
1907
+ "securitySettings" : true,
1908
+ "moveRecords" : true,
1909
+ "permission" : true,
1910
+ "signUpApproval" : true,
1911
+ "community" : true,
1912
+ "importHistory" : true,
1913
+ "manageAgents" : true,
1914
+ "portalUsers" : true,
1915
+ "managerDashboard" : true,
1916
+ "googleAnalytics" : true,
1917
+ "chat" : true,
1918
+ "telephony" : true,
1919
+ "manageMarketplace" : true
1920
+ },
1921
+ "financeInteg" : {
1922
+ "sendInvoice" : false,
1923
+ "createEstimate" : false,
1924
+ "createContact" : false,
1925
+ "viewInvoice" : false,
1926
+ "createInvoice" : false,
1927
+ "sendEstimate" : false,
1928
+ "viewEstimate" : false
1929
+ },
1930
+ "accounts" : {
1931
+ "view" : true,
1932
+ "import" : true,
1933
+ "edit" : true,
1934
+ "create" : true,
1935
+ "delete" : true,
1936
+ "export" : true,
1937
+ "manageOwnCustomViews" : true,
1938
+ "shareOwnCustomViews" : true,
1939
+ "editSharedCustomViews" : true,
1940
+ "deleteSharedCustomViews" : true,
1941
+ "reshareSharedCustomViews" : true
1942
+ },
1943
+ "timeEntry" : {
1944
+ "view" : true,
1945
+ "edit" : true,
1946
+ "create" : true,
1947
+ "delete" : true
1948
+ },
1949
+ "contacts" : {
1950
+ "view" : true,
1951
+ "import" : true,
1952
+ "edit" : true,
1953
+ "create" : true,
1954
+ "delete" : true,
1955
+ "export" : true,
1956
+ "manageOwnCustomViews" : true,
1957
+ "shareOwnCustomViews" : true,
1958
+ "editSharedCustomViews" : true,
1959
+ "deleteSharedCustomViews" : true,
1960
+ "reshareSharedCustomViews" : true
1961
+ },
1962
+ "tasks" : {
1963
+ "view" : true,
1964
+ "import" : true,
1965
+ "edit" : true,
1966
+ "create" : true,
1967
+ "delete" : true,
1968
+ "export" : true,
1969
+ "manageOwnCustomViews" : true,
1970
+ "shareOwnCustomViews" : true,
1971
+ "editSharedCustomViews" : true,
1972
+ "deleteSharedCustomViews" : true,
1973
+ "reshareSharedCustomViews" : true
1974
+ },
1975
+ "events" : {
1976
+ "view" : true,
1977
+ "import" : true,
1978
+ "edit" : true,
1979
+ "create" : true,
1980
+ "delete" : true,
1981
+ "export" : true,
1982
+ "manageOwnCustomViews" : true,
1983
+ "shareOwnCustomViews" : true,
1984
+ "editSharedCustomViews" : true,
1985
+ "deleteSharedCustomViews" : true,
1986
+ "reshareSharedCustomViews" : true
1987
+ },
1988
+ "calls" : {
1989
+ "view" : true,
1990
+ "import" : true,
1991
+ "edit" : true,
1992
+ "create" : true,
1993
+ "delete" : true,
1994
+ "export" : true,
1995
+ "manageOwnCustomViews" : true,
1996
+ "shareOwnCustomViews" : true,
1997
+ "editSharedCustomViews" : true,
1998
+ "deleteSharedCustomViews" : true,
1999
+ "reshareSharedCustomViews" : true
2000
+ },
2001
+ "activities" : {
2002
+ "manageOwnCustomViews" : true,
2003
+ "shareOwnCustomViews" : true,
2004
+ "editSharedCustomViews" : true,
2005
+ "deleteSharedCustomViews" : true,
2006
+ "reshareSharedCustomViews" : true
2007
+ }
2008
+ },
2009
+ "name" : "Support Administrator",
2010
+ "description" : "Set the privileges for support administrators.",
2011
+ "id" : "4000000008464",
2012
+ "isVisible" : true,
2013
+ "type" : "Administrator"
2014
+ }
2015
+ }
2016
+ }
2017
+ }
2018
+ },
2019
+ "x-custom-response-attributes" : {
2020
+ "disable-safe-headers" : "[]"
2021
+ }
2022
+ },
2023
+ "getProfileCountResponse" : {
2024
+ "description" : "getProfileCountResponse template definitions",
2025
+ "content" : {
2026
+ "application/json" : {
2027
+ "schema" : {
2028
+ "type" : [ "null", "object" ],
2029
+ "additionalProperties" : false,
2030
+ "properties" : {
2031
+ "count" : {
2032
+ "type" : [ "string", "null", "integer" ],
2033
+ "format" : "int64",
2034
+ "pattern" : "([0-9]+)"
2035
+ }
2036
+ },
2037
+ "required" : [ "count" ]
2038
+ },
2039
+ "examples" : {
2040
+ "Valid responses Definitions" : {
2041
+ "value" : {
2042
+ "count" : 8
2043
+ }
2044
+ }
2045
+ }
2046
+ }
2047
+ },
2048
+ "x-custom-response-attributes" : {
2049
+ "disable-safe-headers" : "[]"
2050
+ }
2051
+ },
2052
+ "getProfileListResponse" : {
2053
+ "description" : "getProfileListResponse template definitions",
2054
+ "content" : {
2055
+ "application/json" : {
2056
+ "schema" : {
2057
+ "type" : [ "null", "object" ],
2058
+ "additionalProperties" : false,
2059
+ "properties" : {
2060
+ "data" : {
2061
+ "$ref" : "#/components/schemas/data"
2062
+ }
2063
+ },
2064
+ "required" : [ "data" ]
2065
+ },
2066
+ "examples" : {
2067
+ "Valid responses Definitions" : {
2068
+ "value" : {
2069
+ "data" : [ {
2070
+ "default" : true,
2071
+ "permissions" : {
2072
+ "crmInteg" : {
2073
+ "crmContactsActivityEvents" : false,
2074
+ "crmAccountsActivityEvents" : false,
2075
+ "crmAccountsActivityTasks" : false,
2076
+ "crmAccountsInfo" : false,
2077
+ "crmContactsActivityCalls" : false,
2078
+ "crmAccountsNotes" : false,
2079
+ "crmAccountsActivityCalls" : false,
2080
+ "crmContactsInfo" : false,
2081
+ "crmContactsNotes" : false,
2082
+ "crmContactsActivityTasks" : false,
2083
+ "crmAccountsPotentials" : false,
2084
+ "crmContactsPotentials" : false
2085
+ },
2086
+ "reports" : {
2087
+ "view" : true,
2088
+ "edit" : true,
2089
+ "create" : true,
2090
+ "delete" : true,
2091
+ "export" : true
2092
+ },
2093
+ "tickets" : {
2094
+ "mergeTickets" : true,
2095
+ "changeOwner" : true,
2096
+ "import" : true,
2097
+ "handleUnassigned" : true,
2098
+ "edit" : true,
2099
+ "closeTicket" : true,
2100
+ "revokeBlueprint" : true,
2101
+ "mailReview" : true,
2102
+ "delete" : true,
2103
+ "view" : true,
2104
+ "create" : true,
2105
+ "addFollowers" : true,
2106
+ "export" : true,
2107
+ "mailSend" : true,
2108
+ "unassignedChangeOwner" : false,
2109
+ "shareTickets" : true,
2110
+ "manageOwnCustomViews" : true,
2111
+ "shareOwnCustomViews" : true,
2112
+ "editSharedCustomViews" : true,
2113
+ "deleteSharedCustomViews" : true,
2114
+ "reshareSharedCustomViews" : true
2115
+ },
2116
+ "comments" : {
2117
+ "edit" : true,
2118
+ "delete" : true,
2119
+ "editOthers" : true,
2120
+ "deleteOthers" : true
2121
+ },
2122
+ "social" : {
2123
+ "view" : true,
2124
+ "twitterPostDelete" : true,
2125
+ "twitterPostCreate" : true,
2126
+ "twitterConversationReply" : true
2127
+ },
2128
+ "mobileapp" : {
2129
+ "radar" : true,
2130
+ "deskapp" : true
2131
+ },
2132
+ "contracts" : {
2133
+ "view" : true,
2134
+ "import" : true,
2135
+ "edit" : true,
2136
+ "create" : true,
2137
+ "delete" : true,
2138
+ "export" : true
2139
+ },
2140
+ "community" : {
2141
+ "view" : true,
2142
+ "edit" : true,
2143
+ "create" : true,
2144
+ "delete" : true,
2145
+ "moderate" : true
2146
+ },
2147
+ "products" : {
2148
+ "view" : true,
2149
+ "import" : true,
2150
+ "edit" : true,
2151
+ "create" : true,
2152
+ "delete" : true,
2153
+ "export" : true,
2154
+ "manageOwnCustomViews" : true,
2155
+ "shareOwnCustomViews" : true,
2156
+ "editSharedCustomViews" : true,
2157
+ "deleteSharedCustomViews" : true,
2158
+ "reshareSharedCustomViews" : true
2159
+ },
2160
+ "ticketLifeCycleData": {
2161
+ "view": true,
2162
+ "reshareSharedCustomViews": false,
2163
+ "edit": true,
2164
+ "deleteSharedCustomViews": false,
2165
+ "shareOwnCustomViews": false,
2166
+ "create": true,
2167
+ "manageOwnCustomViews": false,
2168
+ "editSharedCustomViews": false,
2169
+ "delete": true,
2170
+ "export": true
2171
+ },
2172
+ "agents" : {
2173
+ "overview" : true,
2174
+ "edit" : false,
2175
+ "create" : true,
2176
+ "delete" : true,
2177
+ "viewAllFields" : true
2178
+ },
2179
+ "kbCategory" : {
2180
+ "view" : true,
2181
+ "editAllArticles" : true,
2182
+ "import" : true,
2183
+ "manageKB" : true,
2184
+ "edit" : true,
2185
+ "create" : true,
2186
+ "admin" : true,
2187
+ "delete" : true,
2188
+ "export" : true
2189
+ },
2190
+ "setup" : {
2191
+ "localization" : true,
2192
+ "timeTracking" : true,
2193
+ "fetchAcrossDepartment" : true,
2194
+ "globalReports" : true,
2195
+ "exportPortalUsers" : true,
2196
+ "layouts" : true,
2197
+ "automation" : true,
2198
+ "featureConfig" : true,
2199
+ "customerHappiness" : true,
2200
+ "department" : true,
2201
+ "portal" : true,
2202
+ "webForm" : true,
2203
+ "rebranding" : true,
2204
+ "email" : true,
2205
+ "recycleBin" : true,
2206
+ "tabsAndFields" : true,
2207
+ "exportUsers" : true,
2208
+ "teams" : true,
2209
+ "social" : true,
2210
+ "templates" : true,
2211
+ "sandbox" : true,
2212
+ "securitySettings" : true,
2213
+ "moveRecords" : true,
2214
+ "permission" : true,
2215
+ "signUpApproval" : true,
2216
+ "community" : true,
2217
+ "importHistory" : true,
2218
+ "manageAgents" : true,
2219
+ "portalUsers" : true,
2220
+ "managerDashboard" : true,
2221
+ "googleAnalytics" : true,
2222
+ "chat" : true,
2223
+ "telephony" : true,
2224
+ "manageMarketplace" : true
2225
+ },
2226
+ "financeInteg" : {
2227
+ "sendInvoice" : false,
2228
+ "createEstimate" : false,
2229
+ "createContact" : false,
2230
+ "viewInvoice" : false,
2231
+ "createInvoice" : false,
2232
+ "sendEstimate" : false,
2233
+ "viewEstimate" : false
2234
+ },
2235
+ "accounts" : {
2236
+ "view" : true,
2237
+ "import" : true,
2238
+ "edit" : true,
2239
+ "create" : true,
2240
+ "delete" : true,
2241
+ "export" : true,
2242
+ "manageOwnCustomViews" : true,
2243
+ "shareOwnCustomViews" : true,
2244
+ "editSharedCustomViews" : true,
2245
+ "deleteSharedCustomViews" : true,
2246
+ "reshareSharedCustomViews" : true
2247
+ },
2248
+ "timeEntry" : {
2249
+ "view" : true,
2250
+ "edit" : true,
2251
+ "create" : true,
2252
+ "delete" : true
2253
+ },
2254
+ "contacts" : {
2255
+ "view" : true,
2256
+ "import" : true,
2257
+ "edit" : true,
2258
+ "create" : true,
2259
+ "delete" : true,
2260
+ "export" : true,
2261
+ "manageOwnCustomViews" : true,
2262
+ "shareOwnCustomViews" : true,
2263
+ "editSharedCustomViews" : true,
2264
+ "deleteSharedCustomViews" : true,
2265
+ "reshareSharedCustomViews" : true
2266
+ },
2267
+ "tasks" : {
2268
+ "view" : true,
2269
+ "import" : true,
2270
+ "edit" : true,
2271
+ "create" : true,
2272
+ "delete" : true,
2273
+ "export" : true,
2274
+ "manageOwnCustomViews" : true,
2275
+ "shareOwnCustomViews" : true,
2276
+ "editSharedCustomViews" : true,
2277
+ "deleteSharedCustomViews" : true,
2278
+ "reshareSharedCustomViews" : true
2279
+ },
2280
+ "events" : {
2281
+ "view" : true,
2282
+ "import" : true,
2283
+ "edit" : true,
2284
+ "create" : true,
2285
+ "delete" : true,
2286
+ "export" : true,
2287
+ "manageOwnCustomViews" : true,
2288
+ "shareOwnCustomViews" : true,
2289
+ "editSharedCustomViews" : true,
2290
+ "deleteSharedCustomViews" : true,
2291
+ "reshareSharedCustomViews" : true
2292
+ },
2293
+ "calls" : {
2294
+ "view" : true,
2295
+ "import" : true,
2296
+ "edit" : true,
2297
+ "create" : true,
2298
+ "delete" : true,
2299
+ "export" : true,
2300
+ "manageOwnCustomViews" : true,
2301
+ "shareOwnCustomViews" : true,
2302
+ "editSharedCustomViews" : true,
2303
+ "deleteSharedCustomViews" : true,
2304
+ "reshareSharedCustomViews" : true
2305
+ },
2306
+ "activities" : {
2307
+ "manageOwnCustomViews" : true,
2308
+ "shareOwnCustomViews" : true,
2309
+ "editSharedCustomViews" : true,
2310
+ "deleteSharedCustomViews" : true,
2311
+ "reshareSharedCustomViews" : true
2312
+ }
2313
+ },
2314
+ "name" : "Support Administrator",
2315
+ "description" : "Set the privileges for support administrators.",
2316
+ "id" : "5000000015288",
2317
+ "isVisible" : true,
2318
+ "type" : "Administrator"
2319
+ }, {
2320
+ "default" : true,
2321
+ "permissions" : {
2322
+ "crmInteg" : {
2323
+ "crmContactsActivityEvents" : false,
2324
+ "crmAccountsActivityEvents" : false,
2325
+ "crmAccountsActivityTasks" : false,
2326
+ "crmAccountsInfo" : false,
2327
+ "crmContactsActivityCalls" : false,
2328
+ "crmAccountsNotes" : false,
2329
+ "crmAccountsActivityCalls" : false,
2330
+ "crmContactsInfo" : false,
2331
+ "crmContactsNotes" : false,
2332
+ "crmContactsActivityTasks" : false,
2333
+ "crmAccountsPotentials" : false,
2334
+ "crmContactsPotentials" : false
2335
+ },
2336
+ "reports" : {
2337
+ "view" : true,
2338
+ "edit" : false,
2339
+ "create" : false,
2340
+ "delete" : false,
2341
+ "export" : true
2342
+ },
2343
+ "tickets" : {
2344
+ "mergeTickets" : false,
2345
+ "changeOwner" : false,
2346
+ "import" : false,
2347
+ "handleUnassigned" : false,
2348
+ "edit" : false,
2349
+ "closeTicket" : false,
2350
+ "revokeBlueprint" : false,
2351
+ "mailReview" : false,
2352
+ "delete" : false,
2353
+ "view" : true,
2354
+ "create" : false,
2355
+ "addFollowers" : false,
2356
+ "export" : true,
2357
+ "mailSend" : false,
2358
+ "unassignedChangeOwner" : false,
2359
+ "shareTickets" : false,
2360
+ "manageOwnCustomViews" : true,
2361
+ "shareOwnCustomViews" : true,
2362
+ "editSharedCustomViews" : true,
2363
+ "deleteSharedCustomViews" : true,
2364
+ "reshareSharedCustomViews" : true
2365
+ },
2366
+ "comments" : {
2367
+ "edit" : false,
2368
+ "delete" : false,
2369
+ "editOthers" : true,
2370
+ "deleteOthers" : true
2371
+ },
2372
+ "social" : {
2373
+ "view" : true,
2374
+ "twitterPostDelete" : true,
2375
+ "twitterPostCreate" : true,
2376
+ "twitterConversationReply" : true
2377
+ },
2378
+ "mobileapp" : {
2379
+ "radar" : true,
2380
+ "deskapp" : true
2381
+ },
2382
+ "contracts" : {
2383
+ "view" : true,
2384
+ "import" : false,
2385
+ "edit" : false,
2386
+ "create" : false,
2387
+ "delete" : false,
2388
+ "export" : true,
2389
+ "manageOwnCustomViews" : true,
2390
+ "shareOwnCustomViews" : true,
2391
+ "editSharedCustomViews" : true,
2392
+ "deleteSharedCustomViews" : true,
2393
+ "reshareSharedCustomViews" : true
2394
+ },
2395
+ "community" : {
2396
+ "view" : false
2397
+ },
2398
+ "products" : {
2399
+ "view" : true,
2400
+ "import" : false,
2401
+ "edit" : false,
2402
+ "create" : false,
2403
+ "delete" : false,
2404
+ "export" : true,
2405
+ "manageOwnCustomViews" : true,
2406
+ "shareOwnCustomViews" : true,
2407
+ "editSharedCustomViews" : true,
2408
+ "deleteSharedCustomViews" : true,
2409
+ "reshareSharedCustomViews" : true
2410
+ },
2411
+ "agents" : {
2412
+ "overview" : true,
2413
+ "edit" : false,
2414
+ "create" : true,
2415
+ "delete" : true,
2416
+ "viewAllFields" : true
2417
+ },
2418
+ "kbCategory" : {
2419
+ "view" : true,
2420
+ "editAllArticles" : false,
2421
+ "import" : false,
2422
+ "manageKB" : false,
2423
+ "edit" : false,
2424
+ "create" : false,
2425
+ "admin" : false,
2426
+ "delete" : false,
2427
+ "export" : true
2428
+ },
2429
+ "setup" : {
2430
+ "localization" : false,
2431
+ "timeTracking" : false,
2432
+ "fetchAcrossDepartment" : true,
2433
+ "globalReports" : false,
2434
+ "exportPortalUsers" : false,
2435
+ "layouts" : false,
2436
+ "automation" : false,
2437
+ "featureConfig" : false,
2438
+ "customerHappiness" : false,
2439
+ "department" : false,
2440
+ "portal" : false,
2441
+ "webForm" : false,
2442
+ "rebranding" : false,
2443
+ "email" : false,
2444
+ "recycleBin" : false,
2445
+ "tabsAndFields" : false,
2446
+ "exportUsers" : false,
2447
+ "teams" : false,
2448
+ "social" : false,
2449
+ "templates" : false,
2450
+ "sandbox" : false,
2451
+ "securitySettings" : false,
2452
+ "moveRecords" : false,
2453
+ "permission" : false,
2454
+ "signUpApproval" : false,
2455
+ "community" : false,
2456
+ "importHistory" : false,
2457
+ "manageAgents" : false,
2458
+ "portalUsers" : false,
2459
+ "managerDashboard" : true,
2460
+ "googleAnalytics" : true,
2461
+ "chat" : false,
2462
+ "telephony" : false,
2463
+ "manageMarketplace" : false
2464
+ },
2465
+ "financeInteg" : {
2466
+ "sendInvoice" : false,
2467
+ "createEstimate" : false,
2468
+ "createContact" : false,
2469
+ "viewInvoice" : false,
2470
+ "createInvoice" : false,
2471
+ "sendEstimate" : false,
2472
+ "viewEstimate" : false
2473
+ },
2474
+ "accounts" : {
2475
+ "view" : true,
2476
+ "import" : false,
2477
+ "edit" : false,
2478
+ "create" : false,
2479
+ "delete" : false,
2480
+ "export" : true,
2481
+ "manageOwnCustomViews" : true,
2482
+ "shareOwnCustomViews" : true,
2483
+ "editSharedCustomViews" : true,
2484
+ "deleteSharedCustomViews" : true,
2485
+ "reshareSharedCustomViews" : true
2486
+ },
2487
+ "timeEntry" : {
2488
+ "view" : true,
2489
+ "edit" : false,
2490
+ "create" : false,
2491
+ "delete" : false
2492
+ },
2493
+ "contacts" : {
2494
+ "view" : true,
2495
+ "import" : false,
2496
+ "edit" : false,
2497
+ "create" : false,
2498
+ "delete" : false,
2499
+ "export" : true,
2500
+ "manageOwnCustomViews" : true,
2501
+ "shareOwnCustomViews" : true,
2502
+ "editSharedCustomViews" : true,
2503
+ "deleteSharedCustomViews" : true,
2504
+ "reshareSharedCustomViews" : true
2505
+ },
2506
+ "tasks" : {
2507
+ "view" : true,
2508
+ "import" : false,
2509
+ "edit" : false,
2510
+ "create" : false,
2511
+ "delete" : false,
2512
+ "export" : true,
2513
+ "manageOwnCustomViews" : true,
2514
+ "shareOwnCustomViews" : true,
2515
+ "editSharedCustomViews" : true,
2516
+ "deleteSharedCustomViews" : true,
2517
+ "reshareSharedCustomViews" : true
2518
+ },
2519
+ "events" : {
2520
+ "view" : true,
2521
+ "import" : true,
2522
+ "edit" : true,
2523
+ "create" : true,
2524
+ "delete" : true,
2525
+ "export" : true,
2526
+ "manageOwnCustomViews" : true,
2527
+ "shareOwnCustomViews" : true,
2528
+ "editSharedCustomViews" : true,
2529
+ "deleteSharedCustomViews" : true,
2530
+ "reshareSharedCustomViews" : true
2531
+ },
2532
+ "calls" : {
2533
+ "view" : true,
2534
+ "import" : true,
2535
+ "edit" : true,
2536
+ "create" : true,
2537
+ "delete" : true,
2538
+ "export" : true,
2539
+ "manageOwnCustomViews" : true,
2540
+ "shareOwnCustomViews" : true,
2541
+ "editSharedCustomViews" : true,
2542
+ "deleteSharedCustomViews" : true,
2543
+ "reshareSharedCustomViews" : true
2544
+ },
2545
+ "activities" : {
2546
+ "manageOwnCustomViews" : true,
2547
+ "shareOwnCustomViews" : true,
2548
+ "editSharedCustomViews" : true,
2549
+ "deleteSharedCustomViews" : true,
2550
+ "reshareSharedCustomViews" : true
2551
+ }
2552
+ },
2553
+ "name" : "Light Agent",
2554
+ "description" : "Set the privilege for light agents",
2555
+ "id" : "5000000015306",
2556
+ "isVisible" : true,
2557
+ "type" : "Light"
2558
+ }, {
2559
+ "default" : false,
2560
+ "permissions" : {
2561
+ "crmInteg" : {
2562
+ "crmContactsActivityEvents" : false,
2563
+ "crmAccountsActivityEvents" : false,
2564
+ "crmAccountsActivityTasks" : false,
2565
+ "crmAccountsInfo" : false,
2566
+ "crmContactsActivityCalls" : false,
2567
+ "crmAccountsNotes" : false,
2568
+ "crmAccountsActivityCalls" : false,
2569
+ "crmContactsInfo" : false,
2570
+ "crmContactsNotes" : false,
2571
+ "crmContactsActivityTasks" : false,
2572
+ "crmAccountsPotentials" : false,
2573
+ "crmContactsPotentials" : false
2574
+ },
2575
+ "reports" : {
2576
+ "view" : true,
2577
+ "edit" : true,
2578
+ "create" : true,
2579
+ "delete" : true,
2580
+ "export" : false
2581
+ },
2582
+ "tickets" : {
2583
+ "mergeTickets" : false,
2584
+ "changeOwner" : true,
2585
+ "import" : false,
2586
+ "handleUnassigned" : true,
2587
+ "edit" : true,
2588
+ "closeTicket" : false,
2589
+ "revokeBlueprint" : false,
2590
+ "mailReview" : false,
2591
+ "delete" : true,
2592
+ "view" : true,
2593
+ "create" : true,
2594
+ "addFollowers" : false,
2595
+ "export" : false,
2596
+ "mailSend" : false,
2597
+ "unassignedChangeOwner" : false,
2598
+ "shareTickets" : false,
2599
+ "manageOwnCustomViews" : true,
2600
+ "shareOwnCustomViews" : true,
2601
+ "editSharedCustomViews" : true,
2602
+ "deleteSharedCustomViews" : true,
2603
+ "reshareSharedCustomViews" : true
2604
+ },
2605
+ "comments" : {
2606
+ "edit" : false,
2607
+ "delete" : false,
2608
+ "editOthers" : false,
2609
+ "deleteOthers" : false
2610
+ },
2611
+ "social" : {
2612
+ "view" : true,
2613
+ "twitterPostDelete" : true,
2614
+ "twitterPostCreate" : true,
2615
+ "twitterConversationReply" : true
2616
+ },
2617
+ "mobileapp" : {
2618
+ "radar" : true,
2619
+ "deskapp" : true
2620
+ },
2621
+ "contracts" : {
2622
+ "view" : true,
2623
+ "import" : false,
2624
+ "edit" : true,
2625
+ "create" : true,
2626
+ "delete" : true,
2627
+ "export" : false,
2628
+ "manageOwnCustomViews" : true,
2629
+ "shareOwnCustomViews" : true,
2630
+ "editSharedCustomViews" : true,
2631
+ "deleteSharedCustomViews" : true,
2632
+ "reshareSharedCustomViews" : true
2633
+ },
2634
+ "community" : {
2635
+ "view" : true
2636
+ },
2637
+ "products" : {
2638
+ "view" : true,
2639
+ "import" : false,
2640
+ "edit" : true,
2641
+ "create" : true,
2642
+ "delete" : true,
2643
+ "export" : false,
2644
+ "manageOwnCustomViews" : true,
2645
+ "shareOwnCustomViews" : true,
2646
+ "editSharedCustomViews" : true,
2647
+ "deleteSharedCustomViews" : true,
2648
+ "reshareSharedCustomViews" : true
2649
+ },
2650
+ "agents" : {
2651
+ "overview" : true,
2652
+ "edit" : false,
2653
+ "create" : true,
2654
+ "delete" : true,
2655
+ "viewAllFields" : true
2656
+ },
2657
+ "kbCategory" : {
2658
+ "view" : true,
2659
+ "editAllArticles" : true,
2660
+ "import" : false,
2661
+ "manageKB" : true,
2662
+ "edit" : true,
2663
+ "create" : true,
2664
+ "admin" : true,
2665
+ "delete" : true,
2666
+ "export" : false
2667
+ },
2668
+ "setup" : {
2669
+ "localization" : false,
2670
+ "timeTracking" : false,
2671
+ "fetchAcrossDepartment" : false,
2672
+ "globalReports" : false,
2673
+ "exportPortalUsers" : false,
2674
+ "layouts" : false,
2675
+ "automation" : false,
2676
+ "featureConfig" : false,
2677
+ "customerHappiness" : false,
2678
+ "department" : false,
2679
+ "portal" : false,
2680
+ "webForm" : false,
2681
+ "rebranding" : false,
2682
+ "email" : false,
2683
+ "recycleBin" : false,
2684
+ "tabsAndFields" : false,
2685
+ "exportUsers" : false,
2686
+ "teams" : false,
2687
+ "social" : false,
2688
+ "templates" : false,
2689
+ "sandbox" : false,
2690
+ "securitySettings" : false,
2691
+ "moveRecords" : false,
2692
+ "permission" : false,
2693
+ "signUpApproval" : false,
2694
+ "community" : false,
2695
+ "importHistory" : false,
2696
+ "manageAgents" : false,
2697
+ "portalUsers" : false,
2698
+ "managerDashboard" : false,
2699
+ "googleAnalytics" : false,
2700
+ "chat" : false,
2701
+ "telephony" : false,
2702
+ "manageMarketplace" : false
2703
+ },
2704
+ "financeInteg" : {
2705
+ "sendInvoice" : false,
2706
+ "createEstimate" : false,
2707
+ "createContact" : false,
2708
+ "viewInvoice" : false,
2709
+ "createInvoice" : false,
2710
+ "sendEstimate" : false,
2711
+ "viewEstimate" : false
2712
+ },
2713
+ "accounts" : {
2714
+ "view" : true,
2715
+ "import" : false,
2716
+ "edit" : true,
2717
+ "create" : true,
2718
+ "delete" : true,
2719
+ "export" : false,
2720
+ "manageOwnCustomViews" : true,
2721
+ "shareOwnCustomViews" : true,
2722
+ "editSharedCustomViews" : true,
2723
+ "deleteSharedCustomViews" : true,
2724
+ "reshareSharedCustomViews" : true
2725
+ },
2726
+ "timeEntry" : {
2727
+ "view" : true,
2728
+ "edit" : true,
2729
+ "create" : true,
2730
+ "delete" : true
2731
+ },
2732
+ "contacts" : {
2733
+ "view" : true,
2734
+ "import" : false,
2735
+ "edit" : true,
2736
+ "create" : true,
2737
+ "delete" : true,
2738
+ "export" : false,
2739
+ "manageOwnCustomViews" : true,
2740
+ "shareOwnCustomViews" : true,
2741
+ "editSharedCustomViews" : true,
2742
+ "deleteSharedCustomViews" : true,
2743
+ "reshareSharedCustomViews" : true
2744
+ },
2745
+ "tasks" : {
2746
+ "view" : true,
2747
+ "import" : false,
2748
+ "edit" : true,
2749
+ "create" : true,
2750
+ "delete" : true,
2751
+ "export" : false,
2752
+ "manageOwnCustomViews" : true,
2753
+ "shareOwnCustomViews" : true,
2754
+ "editSharedCustomViews" : true,
2755
+ "deleteSharedCustomViews" : true,
2756
+ "reshareSharedCustomViews" : true
2757
+ },
2758
+ "events" : {
2759
+ "view" : true,
2760
+ "import" : true,
2761
+ "edit" : true,
2762
+ "create" : true,
2763
+ "delete" : true,
2764
+ "export" : true,
2765
+ "manageOwnCustomViews" : true,
2766
+ "shareOwnCustomViews" : true,
2767
+ "editSharedCustomViews" : true,
2768
+ "deleteSharedCustomViews" : true,
2769
+ "reshareSharedCustomViews" : true
2770
+ },
2771
+ "calls" : {
2772
+ "view" : true,
2773
+ "import" : true,
2774
+ "edit" : true,
2775
+ "create" : true,
2776
+ "delete" : true,
2777
+ "export" : true,
2778
+ "manageOwnCustomViews" : true,
2779
+ "shareOwnCustomViews" : true,
2780
+ "editSharedCustomViews" : true,
2781
+ "deleteSharedCustomViews" : true,
2782
+ "reshareSharedCustomViews" : true
2783
+ },
2784
+ "activities" : {
2785
+ "manageOwnCustomViews" : true,
2786
+ "shareOwnCustomViews" : true,
2787
+ "editSharedCustomViews" : true,
2788
+ "deleteSharedCustomViews" : true,
2789
+ "reshareSharedCustomViews" : true
2790
+ }
2791
+ },
2792
+ "name" : "Newbie Agent",
2793
+ "description" : "Set the privileges for new agents.",
2794
+ "id" : "5000000015303",
2795
+ "isVisible" : true,
2796
+ "type" : "Custom"
2797
+ }, {
2798
+ "default" : true,
2799
+ "permissions" : {
2800
+ "crmInteg" : {
2801
+ "crmContactsActivityEvents" : false,
2802
+ "crmAccountsActivityEvents" : false,
2803
+ "crmAccountsActivityTasks" : false,
2804
+ "crmAccountsInfo" : false,
2805
+ "crmContactsActivityCalls" : false,
2806
+ "crmAccountsNotes" : false,
2807
+ "crmAccountsActivityCalls" : false,
2808
+ "crmContactsInfo" : false,
2809
+ "crmContactsNotes" : false,
2810
+ "crmContactsActivityTasks" : false,
2811
+ "crmAccountsPotentials" : false,
2812
+ "crmContactsPotentials" : false
2813
+ },
2814
+ "reports" : {
2815
+ "view" : false,
2816
+ "edit" : false,
2817
+ "create" : false,
2818
+ "delete" : false,
2819
+ "export" : false
2820
+ },
2821
+ "tickets" : {
2822
+ "mergeTickets" : false,
2823
+ "changeOwner" : false,
2824
+ "import" : false,
2825
+ "handleUnassigned" : false,
2826
+ "edit" : false,
2827
+ "closeTicket" : false,
2828
+ "revokeBlueprint" : false,
2829
+ "mailReview" : false,
2830
+ "delete" : false,
2831
+ "view" : true,
2832
+ "create" : true,
2833
+ "addFollowers" : false,
2834
+ "export" : true,
2835
+ "mailSend" : false,
2836
+ "unassignedChangeOwner" : false,
2837
+ "shareTickets" : false
2838
+ },
2839
+ "comments" : {
2840
+ "edit" : false,
2841
+ "delete" : false,
2842
+ "editOthers" : true,
2843
+ "deleteOthers" : true
2844
+ },
2845
+ "social" : {
2846
+ "view" : false,
2847
+ "twitterPostDelete" : true,
2848
+ "twitterPostCreate" : true,
2849
+ "twitterConversationReply" : true
2850
+ },
2851
+ "mobileapp" : {
2852
+ "radar" : true,
2853
+ "deskapp" : true
2854
+ },
2855
+ "contracts" : {
2856
+ "view" : false,
2857
+ "import" : false,
2858
+ "edit" : false,
2859
+ "create" : false,
2860
+ "delete" : false,
2861
+ "export" : false
2862
+ },
2863
+ "community" : {
2864
+ "view" : false
2865
+ },
2866
+ "products" : {
2867
+ "view" : false,
2868
+ "import" : false,
2869
+ "edit" : false,
2870
+ "create" : false,
2871
+ "delete" : false,
2872
+ "export" : false
2873
+ },
2874
+ "agents" : {
2875
+ "overview" : true,
2876
+ "edit" : false,
2877
+ "create" : true,
2878
+ "delete" : true,
2879
+ "viewAllFields" : true
2880
+ },
2881
+ "kbCategory" : {
2882
+ "view" : true,
2883
+ "editAllArticles" : false,
2884
+ "import" : false,
2885
+ "manageKB" : false,
2886
+ "edit" : false,
2887
+ "create" : false,
2888
+ "admin" : false,
2889
+ "delete" : false,
2890
+ "export" : true
2891
+ },
2892
+ "setup" : {
2893
+ "localization" : false,
2894
+ "timeTracking" : false,
2895
+ "fetchAcrossDepartment" : false,
2896
+ "globalReports" : false,
2897
+ "exportPortalUsers" : false,
2898
+ "layouts" : false,
2899
+ "automation" : false,
2900
+ "featureConfig" : false,
2901
+ "customerHappiness" : false,
2902
+ "department" : false,
2903
+ "portal" : false,
2904
+ "webForm" : false,
2905
+ "rebranding" : false,
2906
+ "email" : false,
2907
+ "recycleBin" : false,
2908
+ "tabsAndFields" : false,
2909
+ "exportUsers" : false,
2910
+ "teams" : false,
2911
+ "social" : false,
2912
+ "templates" : false,
2913
+ "sandbox" : false,
2914
+ "securitySettings" : false,
2915
+ "moveRecords" : false,
2916
+ "permission" : false,
2917
+ "signUpApproval" : false,
2918
+ "community" : false,
2919
+ "importHistory" : false,
2920
+ "manageAgents" : false,
2921
+ "portalUsers" : false,
2922
+ "managerDashboard" : false,
2923
+ "googleAnalytics" : false,
2924
+ "chat" : false,
2925
+ "telephony" : false,
2926
+ "manageMarketplace" : false
2927
+ },
2928
+ "financeInteg" : {
2929
+ "sendInvoice" : false,
2930
+ "createEstimate" : false,
2931
+ "createContact" : false,
2932
+ "viewInvoice" : false,
2933
+ "createInvoice" : false,
2934
+ "sendEstimate" : false,
2935
+ "viewEstimate" : false
2936
+ },
2937
+ "accounts" : {
2938
+ "view" : false,
2939
+ "import" : false,
2940
+ "edit" : false,
2941
+ "create" : false,
2942
+ "delete" : false,
2943
+ "export" : false
2944
+ },
2945
+ "timeEntry" : {
2946
+ "view" : false,
2947
+ "edit" : false,
2948
+ "create" : false,
2949
+ "delete" : false
2950
+ },
2951
+ "contacts" : {
2952
+ "view" : false,
2953
+ "import" : false,
2954
+ "edit" : false,
2955
+ "create" : false,
2956
+ "delete" : false,
2957
+ "export" : false
2958
+ },
2959
+ "tasks" : {
2960
+ "view" : false,
2961
+ "import" : false,
2962
+ "edit" : false,
2963
+ "create" : false,
2964
+ "delete" : false,
2965
+ "export" : false
2966
+ }
2967
+ },
2968
+ "name" : "Help Center",
2969
+ "description" : "This profile will have the permissions of End Users",
2970
+ "id" : "5000000015294",
2971
+ "isVisible" : false,
2972
+ "type" : "Portal"
2973
+ }, {
2974
+ "default" : true,
2975
+ "permissions" : {
2976
+ "crmInteg" : {
2977
+ "crmContactsActivityEvents" : false,
2978
+ "crmAccountsActivityEvents" : false,
2979
+ "crmAccountsActivityTasks" : false,
2980
+ "crmAccountsInfo" : false,
2981
+ "crmContactsActivityCalls" : false,
2982
+ "crmAccountsNotes" : false,
2983
+ "crmAccountsActivityCalls" : false,
2984
+ "crmContactsInfo" : false,
2985
+ "crmContactsNotes" : false,
2986
+ "crmContactsActivityTasks" : false,
2987
+ "crmAccountsPotentials" : false,
2988
+ "crmContactsPotentials" : false
2989
+ },
2990
+ "reports" : {
2991
+ "view" : true,
2992
+ "edit" : true,
2993
+ "create" : true,
2994
+ "delete" : true,
2995
+ "export" : true
2996
+ },
2997
+ "tickets" : {
2998
+ "mergeTickets" : true,
2999
+ "changeOwner" : true,
3000
+ "import" : true,
3001
+ "handleUnassigned" : true,
3002
+ "edit" : true,
3003
+ "closeTicket" : true,
3004
+ "revokeBlueprint" : false,
3005
+ "mailReview" : true,
3006
+ "delete" : true,
3007
+ "view" : true,
3008
+ "create" : true,
3009
+ "addFollowers" : true,
3010
+ "export" : true,
3011
+ "mailSend" : true,
3012
+ "unassignedChangeOwner" : false,
3013
+ "shareTickets" : false,
3014
+ "manageOwnCustomViews" : true,
3015
+ "shareOwnCustomViews" : true,
3016
+ "editSharedCustomViews" : true,
3017
+ "deleteSharedCustomViews" : true,
3018
+ "reshareSharedCustomViews" : true
3019
+ },
3020
+ "comments" : {
3021
+ "edit" : true,
3022
+ "delete" : true,
3023
+ "editOthers" : true,
3024
+ "deleteOthers" : true
3025
+ },
3026
+ "social" : {
3027
+ "view" : true,
3028
+ "twitterPostDelete" : true,
3029
+ "twitterPostCreate" : true,
3030
+ "twitterConversationReply" : true
3031
+ },
3032
+ "mobileapp" : {
3033
+ "radar" : true,
3034
+ "deskapp" : true
3035
+ },
3036
+ "contracts" : {
3037
+ "view" : true,
3038
+ "import" : true,
3039
+ "edit" : true,
3040
+ "create" : true,
3041
+ "delete" : true,
3042
+ "export" : true,
3043
+ "manageOwnCustomViews" : true,
3044
+ "shareOwnCustomViews" : true,
3045
+ "editSharedCustomViews" : true,
3046
+ "deleteSharedCustomViews" : true,
3047
+ "reshareSharedCustomViews" : true
3048
+ },
3049
+ "community" : {
3050
+ "view" : true,
3051
+ "edit" : true,
3052
+ "create" : true,
3053
+ "delete" : true,
3054
+ "moderate" : false
3055
+ },
3056
+ "products" : {
3057
+ "view" : true,
3058
+ "import" : true,
3059
+ "edit" : true,
3060
+ "create" : true,
3061
+ "delete" : true,
3062
+ "export" : true,
3063
+ "manageOwnCustomViews" : true,
3064
+ "shareOwnCustomViews" : true,
3065
+ "editSharedCustomViews" : true,
3066
+ "deleteSharedCustomViews" : true,
3067
+ "reshareSharedCustomViews" : true
3068
+ },
3069
+ "agents" : {
3070
+ "overview" : true,
3071
+ "edit" : false,
3072
+ "create" : true,
3073
+ "delete" : true,
3074
+ "viewAllFields" : true
3075
+ },
3076
+ "kbCategory" : {
3077
+ "view" : true,
3078
+ "editAllArticles" : true,
3079
+ "import" : true,
3080
+ "manageKB" : true,
3081
+ "edit" : true,
3082
+ "create" : true,
3083
+ "admin" : true,
3084
+ "delete" : true,
3085
+ "export" : true
3086
+ },
3087
+ "setup" : {
3088
+ "localization" : false,
3089
+ "timeTracking" : false,
3090
+ "fetchAcrossDepartment" : true,
3091
+ "globalReports" : false,
3092
+ "exportPortalUsers" : true,
3093
+ "layouts" : false,
3094
+ "automation" : false,
3095
+ "featureConfig" : false,
3096
+ "customerHappiness" : false,
3097
+ "department" : false,
3098
+ "portal" : false,
3099
+ "webForm" : false,
3100
+ "rebranding" : false,
3101
+ "email" : false,
3102
+ "recycleBin" : false,
3103
+ "tabsAndFields" : false,
3104
+ "exportUsers" : true,
3105
+ "teams" : false,
3106
+ "social" : false,
3107
+ "templates" : false,
3108
+ "sandbox" : false,
3109
+ "securitySettings" : false,
3110
+ "moveRecords" : true,
3111
+ "permission" : false,
3112
+ "signUpApproval" : false,
3113
+ "community" : false,
3114
+ "importHistory" : true,
3115
+ "manageAgents" : false,
3116
+ "portalUsers" : false,
3117
+ "managerDashboard" : false,
3118
+ "googleAnalytics" : false,
3119
+ "chat" : false,
3120
+ "telephony" : false,
3121
+ "manageMarketplace" : false
3122
+ },
3123
+ "financeInteg" : {
3124
+ "sendInvoice" : false,
3125
+ "createEstimate" : false,
3126
+ "createContact" : false,
3127
+ "viewInvoice" : false,
3128
+ "createInvoice" : false,
3129
+ "sendEstimate" : false,
3130
+ "viewEstimate" : false
3131
+ },
3132
+ "accounts" : {
3133
+ "view" : true,
3134
+ "import" : true,
3135
+ "edit" : true,
3136
+ "create" : true,
3137
+ "delete" : true,
3138
+ "export" : true,
3139
+ "manageOwnCustomViews" : true,
3140
+ "shareOwnCustomViews" : true,
3141
+ "editSharedCustomViews" : true,
3142
+ "deleteSharedCustomViews" : true,
3143
+ "reshareSharedCustomViews" : true
3144
+ },
3145
+ "timeEntry" : {
3146
+ "view" : true,
3147
+ "edit" : true,
3148
+ "create" : true,
3149
+ "delete" : true
3150
+ },
3151
+ "contacts" : {
3152
+ "view" : true,
3153
+ "import" : true,
3154
+ "edit" : true,
3155
+ "create" : true,
3156
+ "delete" : true,
3157
+ "export" : true,
3158
+ "manageOwnCustomViews" : true,
3159
+ "shareOwnCustomViews" : true,
3160
+ "editSharedCustomViews" : true,
3161
+ "deleteSharedCustomViews" : true,
3162
+ "reshareSharedCustomViews" : true
3163
+ },
3164
+ "tasks" : {
3165
+ "view" : true,
3166
+ "import" : true,
3167
+ "edit" : true,
3168
+ "create" : true,
3169
+ "delete" : true,
3170
+ "export" : true,
3171
+ "manageOwnCustomViews" : true,
3172
+ "shareOwnCustomViews" : true,
3173
+ "editSharedCustomViews" : true,
3174
+ "deleteSharedCustomViews" : true,
3175
+ "reshareSharedCustomViews" : true
3176
+ },
3177
+ "events" : {
3178
+ "view" : true,
3179
+ "import" : true,
3180
+ "edit" : true,
3181
+ "create" : true,
3182
+ "delete" : true,
3183
+ "export" : true,
3184
+ "manageOwnCustomViews" : true,
3185
+ "shareOwnCustomViews" : true,
3186
+ "editSharedCustomViews" : true,
3187
+ "deleteSharedCustomViews" : true,
3188
+ "reshareSharedCustomViews" : true
3189
+ },
3190
+ "calls" : {
3191
+ "view" : true,
3192
+ "import" : true,
3193
+ "edit" : true,
3194
+ "create" : true,
3195
+ "delete" : true,
3196
+ "export" : true,
3197
+ "manageOwnCustomViews" : true,
3198
+ "shareOwnCustomViews" : true,
3199
+ "editSharedCustomViews" : true,
3200
+ "deleteSharedCustomViews" : true,
3201
+ "reshareSharedCustomViews" : true
3202
+ },
3203
+ "activities" : {
3204
+ "manageOwnCustomViews" : true,
3205
+ "shareOwnCustomViews" : true,
3206
+ "editSharedCustomViews" : true,
3207
+ "deleteSharedCustomViews" : true,
3208
+ "reshareSharedCustomViews" : true
3209
+ }
3210
+ },
3211
+ "name" : "Agent",
3212
+ "description" : "Set the privileges for standard agents",
3213
+ "id" : "5000000015291",
3214
+ "isVisible" : true,
3215
+ "type" : "Standard"
3216
+ }, {
3217
+ "default" : false,
3218
+ "permissions" : {
3219
+ "crmInteg" : {
3220
+ "crmContactsActivityEvents" : false,
3221
+ "crmAccountsActivityEvents" : false,
3222
+ "crmAccountsActivityTasks" : false,
3223
+ "crmAccountsInfo" : false,
3224
+ "crmContactsActivityCalls" : false,
3225
+ "crmAccountsNotes" : false,
3226
+ "crmAccountsActivityCalls" : false,
3227
+ "crmContactsInfo" : false,
3228
+ "crmContactsNotes" : false,
3229
+ "crmContactsActivityTasks" : false,
3230
+ "crmAccountsPotentials" : false,
3231
+ "crmContactsPotentials" : false
3232
+ },
3233
+ "reports" : {
3234
+ "view" : true,
3235
+ "edit" : true,
3236
+ "create" : true,
3237
+ "delete" : true,
3238
+ "export" : true
3239
+ },
3240
+ "tickets" : {
3241
+ "mergeTickets" : true,
3242
+ "changeOwner" : true,
3243
+ "import" : true,
3244
+ "handleUnassigned" : true,
3245
+ "edit" : true,
3246
+ "closeTicket" : true,
3247
+ "revokeBlueprint" : false,
3248
+ "mailReview" : true,
3249
+ "delete" : true,
3250
+ "view" : true,
3251
+ "create" : true,
3252
+ "addFollowers" : true,
3253
+ "export" : true,
3254
+ "mailSend" : true,
3255
+ "unassignedChangeOwner" : false,
3256
+ "shareTickets" : false,
3257
+ "manageOwnCustomViews" : true,
3258
+ "shareOwnCustomViews" : true,
3259
+ "editSharedCustomViews" : true,
3260
+ "deleteSharedCustomViews" : true,
3261
+ "reshareSharedCustomViews" : true
3262
+ },
3263
+ "comments" : {
3264
+ "edit" : true,
3265
+ "delete" : true,
3266
+ "editOthers" : true,
3267
+ "deleteOthers" : true
3268
+ },
3269
+ "social" : {
3270
+ "view" : true,
3271
+ "twitterPostDelete" : true,
3272
+ "twitterPostCreate" : true,
3273
+ "twitterConversationReply" : true
3274
+ },
3275
+ "mobileapp" : {
3276
+ "radar" : true,
3277
+ "deskapp" : true
3278
+ },
3279
+ "contracts" : {
3280
+ "view" : true,
3281
+ "import" : true,
3282
+ "edit" : true,
3283
+ "create" : true,
3284
+ "delete" : true,
3285
+ "export" : true,
3286
+ "manageOwnCustomViews" : true,
3287
+ "shareOwnCustomViews" : true,
3288
+ "editSharedCustomViews" : true,
3289
+ "deleteSharedCustomViews" : true,
3290
+ "reshareSharedCustomViews" : true
3291
+ },
3292
+ "community" : {
3293
+ "view" : true,
3294
+ "edit" : true,
3295
+ "create" : true,
3296
+ "delete" : true,
3297
+ "moderate" : true
3298
+ },
3299
+ "products" : {
3300
+ "view" : true,
3301
+ "import" : true,
3302
+ "edit" : true,
3303
+ "create" : true,
3304
+ "delete" : true,
3305
+ "export" : true,
3306
+ "manageOwnCustomViews" : true,
3307
+ "shareOwnCustomViews" : true,
3308
+ "editSharedCustomViews" : true,
3309
+ "deleteSharedCustomViews" : true,
3310
+ "reshareSharedCustomViews" : true
3311
+ },
3312
+ "agents" : {
3313
+ "overview" : true,
3314
+ "edit" : false,
3315
+ "create" : true,
3316
+ "delete" : true,
3317
+ "viewAllFields" : true
3318
+ },
3319
+ "kbCategory" : {
3320
+ "view" : true,
3321
+ "editAllArticles" : true,
3322
+ "import" : true,
3323
+ "manageKB" : true,
3324
+ "edit" : true,
3325
+ "create" : true,
3326
+ "admin" : true,
3327
+ "delete" : true,
3328
+ "export" : true
3329
+ },
3330
+ "setup" : {
3331
+ "localization" : false,
3332
+ "timeTracking" : false,
3333
+ "fetchAcrossDepartment" : true,
3334
+ "globalReports" : false,
3335
+ "exportPortalUsers" : true,
3336
+ "layouts" : false,
3337
+ "automation" : false,
3338
+ "featureConfig" : false,
3339
+ "customerHappiness" : false,
3340
+ "department" : false,
3341
+ "portal" : false,
3342
+ "webForm" : false,
3343
+ "rebranding" : false,
3344
+ "email" : false,
3345
+ "recycleBin" : false,
3346
+ "tabsAndFields" : false,
3347
+ "exportUsers" : true,
3348
+ "teams" : false,
3349
+ "social" : false,
3350
+ "templates" : false,
3351
+ "sandbox" : false,
3352
+ "securitySettings" : false,
3353
+ "moveRecords" : true,
3354
+ "permission" : false,
3355
+ "signUpApproval" : false,
3356
+ "community" : false,
3357
+ "importHistory" : true,
3358
+ "manageAgents" : false,
3359
+ "portalUsers" : false,
3360
+ "managerDashboard" : true,
3361
+ "googleAnalytics" : false,
3362
+ "chat" : false,
3363
+ "telephony" : false,
3364
+ "manageMarketplace" : false
3365
+ },
3366
+ "financeInteg" : {
3367
+ "sendInvoice" : false,
3368
+ "createEstimate" : false,
3369
+ "createContact" : false,
3370
+ "viewInvoice" : false,
3371
+ "createInvoice" : false,
3372
+ "sendEstimate" : false,
3373
+ "viewEstimate" : false
3374
+ },
3375
+ "accounts" : {
3376
+ "view" : true,
3377
+ "import" : true,
3378
+ "edit" : true,
3379
+ "create" : true,
3380
+ "delete" : true,
3381
+ "export" : true,
3382
+ "manageOwnCustomViews" : true,
3383
+ "shareOwnCustomViews" : true,
3384
+ "editSharedCustomViews" : true,
3385
+ "deleteSharedCustomViews" : true,
3386
+ "reshareSharedCustomViews" : true
3387
+ },
3388
+ "timeEntry" : {
3389
+ "view" : true,
3390
+ "edit" : true,
3391
+ "create" : true,
3392
+ "delete" : true
3393
+ },
3394
+ "contacts" : {
3395
+ "view" : true,
3396
+ "import" : true,
3397
+ "edit" : true,
3398
+ "create" : true,
3399
+ "delete" : true,
3400
+ "export" : true,
3401
+ "manageOwnCustomViews" : true,
3402
+ "shareOwnCustomViews" : true,
3403
+ "editSharedCustomViews" : true,
3404
+ "deleteSharedCustomViews" : true,
3405
+ "reshareSharedCustomViews" : true
3406
+ },
3407
+ "tasks" : {
3408
+ "view" : true,
3409
+ "import" : true,
3410
+ "edit" : true,
3411
+ "create" : true,
3412
+ "delete" : true,
3413
+ "export" : true,
3414
+ "manageOwnCustomViews" : true,
3415
+ "shareOwnCustomViews" : true,
3416
+ "editSharedCustomViews" : true,
3417
+ "deleteSharedCustomViews" : true,
3418
+ "reshareSharedCustomViews" : true
3419
+ },
3420
+ "events" : {
3421
+ "view" : true,
3422
+ "import" : true,
3423
+ "edit" : true,
3424
+ "create" : true,
3425
+ "delete" : true,
3426
+ "export" : true,
3427
+ "manageOwnCustomViews" : true,
3428
+ "shareOwnCustomViews" : true,
3429
+ "editSharedCustomViews" : true,
3430
+ "deleteSharedCustomViews" : true,
3431
+ "reshareSharedCustomViews" : true
3432
+ },
3433
+ "calls" : {
3434
+ "view" : true,
3435
+ "import" : true,
3436
+ "edit" : true,
3437
+ "create" : true,
3438
+ "delete" : true,
3439
+ "export" : true,
3440
+ "manageOwnCustomViews" : true,
3441
+ "shareOwnCustomViews" : true,
3442
+ "editSharedCustomViews" : true,
3443
+ "deleteSharedCustomViews" : true,
3444
+ "reshareSharedCustomViews" : true
3445
+ },
3446
+ "activities" : {
3447
+ "manageOwnCustomViews" : true,
3448
+ "shareOwnCustomViews" : true,
3449
+ "editSharedCustomViews" : true,
3450
+ "deleteSharedCustomViews" : true,
3451
+ "reshareSharedCustomViews" : true
3452
+ }
3453
+ },
3454
+ "name" : "Supervisor",
3455
+ "description" : "Set the privileges for supervisory users.",
3456
+ "id" : "5000000015297",
3457
+ "isVisible" : true,
3458
+ "type" : "Custom"
3459
+ }, {
3460
+ "default" : false,
3461
+ "permissions" : {
3462
+ "crmInteg" : {
3463
+ "crmContactsActivityEvents" : false,
3464
+ "crmAccountsActivityEvents" : false,
3465
+ "crmAccountsActivityTasks" : false,
3466
+ "crmAccountsInfo" : false,
3467
+ "crmContactsActivityCalls" : false,
3468
+ "crmAccountsNotes" : false,
3469
+ "crmAccountsActivityCalls" : false,
3470
+ "crmContactsInfo" : false,
3471
+ "crmContactsNotes" : false,
3472
+ "crmContactsActivityTasks" : false,
3473
+ "crmAccountsPotentials" : false,
3474
+ "crmContactsPotentials" : false
3475
+ },
3476
+ "reports" : {
3477
+ "view" : true,
3478
+ "edit" : true,
3479
+ "create" : true,
3480
+ "delete" : true,
3481
+ "export" : true
3482
+ },
3483
+ "tickets" : {
3484
+ "mergeTickets" : true,
3485
+ "changeOwner" : true,
3486
+ "import" : true,
3487
+ "handleUnassigned" : true,
3488
+ "edit" : true,
3489
+ "closeTicket" : true,
3490
+ "revokeBlueprint" : false,
3491
+ "mailReview" : true,
3492
+ "delete" : true,
3493
+ "view" : true,
3494
+ "create" : true,
3495
+ "addFollowers" : true,
3496
+ "export" : true,
3497
+ "mailSend" : true,
3498
+ "unassignedChangeOwner" : false,
3499
+ "shareTickets" : false,
3500
+ "manageOwnCustomViews" : true,
3501
+ "shareOwnCustomViews" : true,
3502
+ "editSharedCustomViews" : true,
3503
+ "deleteSharedCustomViews" : true,
3504
+ "reshareSharedCustomViews" : true
3505
+ },
3506
+ "comments" : {
3507
+ "edit" : true,
3508
+ "delete" : true,
3509
+ "editOthers" : true,
3510
+ "deleteOthers" : true
3511
+ },
3512
+ "social" : {
3513
+ "view" : true,
3514
+ "twitterPostDelete" : true,
3515
+ "twitterPostCreate" : true,
3516
+ "twitterConversationReply" : true
3517
+ },
3518
+ "mobileapp" : {
3519
+ "radar" : true,
3520
+ "deskapp" : true
3521
+ },
3522
+ "contracts" : {
3523
+ "view" : true,
3524
+ "import" : true,
3525
+ "edit" : true,
3526
+ "create" : true,
3527
+ "delete" : true,
3528
+ "export" : true,
3529
+ "manageOwnCustomViews" : true,
3530
+ "shareOwnCustomViews" : true,
3531
+ "editSharedCustomViews" : true,
3532
+ "deleteSharedCustomViews" : true,
3533
+ "reshareSharedCustomViews" : true
3534
+ },
3535
+ "community" : {
3536
+ "view" : true,
3537
+ "edit" : true,
3538
+ "create" : true,
3539
+ "delete" : true,
3540
+ "moderate" : true
3541
+ },
3542
+ "products" : {
3543
+ "view" : true,
3544
+ "import" : true,
3545
+ "edit" : true,
3546
+ "create" : true,
3547
+ "delete" : true,
3548
+ "export" : true,
3549
+ "manageOwnCustomViews" : true,
3550
+ "shareOwnCustomViews" : true,
3551
+ "editSharedCustomViews" : true,
3552
+ "deleteSharedCustomViews" : true,
3553
+ "reshareSharedCustomViews" : true
3554
+ },
3555
+ "agents" : {
3556
+ "overview" : true,
3557
+ "edit" : false,
3558
+ "create" : true,
3559
+ "delete" : true,
3560
+ "viewAllFields" : true
3561
+ },
3562
+ "kbCategory" : {
3563
+ "view" : true,
3564
+ "editAllArticles" : true,
3565
+ "import" : true,
3566
+ "manageKB" : true,
3567
+ "edit" : true,
3568
+ "create" : true,
3569
+ "admin" : true,
3570
+ "delete" : true,
3571
+ "export" : true
3572
+ },
3573
+ "setup" : {
3574
+ "localization" : false,
3575
+ "timeTracking" : false,
3576
+ "fetchAcrossDepartment" : true,
3577
+ "globalReports" : false,
3578
+ "exportPortalUsers" : true,
3579
+ "layouts" : false,
3580
+ "automation" : true,
3581
+ "featureConfig" : false,
3582
+ "customerHappiness" : false,
3583
+ "department" : false,
3584
+ "portal" : false,
3585
+ "webForm" : false,
3586
+ "rebranding" : false,
3587
+ "email" : false,
3588
+ "recycleBin" : false,
3589
+ "tabsAndFields" : false,
3590
+ "exportUsers" : true,
3591
+ "teams" : false,
3592
+ "social" : false,
3593
+ "templates" : false,
3594
+ "sandbox" : false,
3595
+ "securitySettings" : false,
3596
+ "moveRecords" : true,
3597
+ "permission" : false,
3598
+ "signUpApproval" : false,
3599
+ "community" : false,
3600
+ "importHistory" : true,
3601
+ "manageAgents" : false,
3602
+ "portalUsers" : false,
3603
+ "managerDashboard" : true,
3604
+ "googleAnalytics" : true,
3605
+ "chat" : false,
3606
+ "telephony" : false,
3607
+ "manageMarketplace" : false
3608
+ },
3609
+ "financeInteg" : {
3610
+ "sendInvoice" : false,
3611
+ "createEstimate" : false,
3612
+ "createContact" : false,
3613
+ "viewInvoice" : false,
3614
+ "createInvoice" : false,
3615
+ "sendEstimate" : false,
3616
+ "viewEstimate" : false
3617
+ },
3618
+ "accounts" : {
3619
+ "view" : true,
3620
+ "import" : true,
3621
+ "edit" : true,
3622
+ "create" : true,
3623
+ "delete" : true,
3624
+ "export" : true,
3625
+ "manageOwnCustomViews" : true,
3626
+ "shareOwnCustomViews" : true,
3627
+ "editSharedCustomViews" : true,
3628
+ "deleteSharedCustomViews" : true,
3629
+ "reshareSharedCustomViews" : true
3630
+ },
3631
+ "timeEntry" : {
3632
+ "view" : true,
3633
+ "edit" : true,
3634
+ "create" : true,
3635
+ "delete" : true
3636
+ },
3637
+ "contacts" : {
3638
+ "view" : true,
3639
+ "import" : true,
3640
+ "edit" : true,
3641
+ "create" : true,
3642
+ "delete" : true,
3643
+ "export" : true,
3644
+ "manageOwnCustomViews" : true,
3645
+ "shareOwnCustomViews" : true,
3646
+ "editSharedCustomViews" : true,
3647
+ "deleteSharedCustomViews" : true,
3648
+ "reshareSharedCustomViews" : true
3649
+ },
3650
+ "tasks" : {
3651
+ "view" : true,
3652
+ "import" : true,
3653
+ "edit" : true,
3654
+ "create" : true,
3655
+ "delete" : true,
3656
+ "export" : true,
3657
+ "manageOwnCustomViews" : true,
3658
+ "shareOwnCustomViews" : true,
3659
+ "editSharedCustomViews" : true,
3660
+ "deleteSharedCustomViews" : true,
3661
+ "reshareSharedCustomViews" : true
3662
+ },
3663
+ "events" : {
3664
+ "view" : true,
3665
+ "import" : true,
3666
+ "edit" : true,
3667
+ "create" : true,
3668
+ "delete" : true,
3669
+ "export" : true,
3670
+ "manageOwnCustomViews" : true,
3671
+ "shareOwnCustomViews" : true,
3672
+ "editSharedCustomViews" : true,
3673
+ "deleteSharedCustomViews" : true,
3674
+ "reshareSharedCustomViews" : true
3675
+ },
3676
+ "calls" : {
3677
+ "view" : true,
3678
+ "import" : true,
3679
+ "edit" : true,
3680
+ "create" : true,
3681
+ "delete" : true,
3682
+ "export" : true,
3683
+ "manageOwnCustomViews" : true,
3684
+ "shareOwnCustomViews" : true,
3685
+ "editSharedCustomViews" : true,
3686
+ "deleteSharedCustomViews" : true,
3687
+ "reshareSharedCustomViews" : true
3688
+ },
3689
+ "activities" : {
3690
+ "manageOwnCustomViews" : true,
3691
+ "shareOwnCustomViews" : true,
3692
+ "editSharedCustomViews" : true,
3693
+ "deleteSharedCustomViews" : true,
3694
+ "reshareSharedCustomViews" : true
3695
+ }
3696
+ },
3697
+ "name" : "Support Manager",
3698
+ "description" : "Set the privileges for managerial users.",
3699
+ "id" : "5000000015300",
3700
+ "isVisible" : true,
3701
+ "type" : "Custom"
3702
+ } ]
3703
+ }
3704
+ }
3705
+ }
3706
+ }
3707
+ },
3708
+ "x-custom-response-attributes" : {
3709
+ "disable-safe-headers" : "[]"
3710
+ }
3711
+ },
3712
+ "getMyProfilePermissionsResponse" : {
3713
+ "description" : "getMyProfilePermissionsResponse template definitions",
3714
+ "content" : {
3715
+ "application/json" : {
3716
+ "schema" : {
3717
+ "oneOf" : [ {
3718
+ "type" : [ "null", "object" ],
3719
+ "additionalProperties" : false,
3720
+ "properties" : {
3721
+ "default" : {
3722
+ "type" : "boolean"
3723
+ },
3724
+ "permissions" : {
3725
+ "$ref" : "#/components/schemas/commonPermissionJson"
3726
+ },
3727
+ "name" : {
3728
+ "type" : [ "string", "null" ],
3729
+ "maxLength" : 50,
3730
+ "minLength" : 0
3731
+ },
3732
+ "description" : {
3733
+ "type" : [ "string", "null" ],
3734
+ "maxLength" : 32000,
3735
+ "minLength" : 0
3736
+ },
3737
+ "isVisible" : {
3738
+ "type" : [ "boolean", "null" ]
3739
+ },
3740
+ "id" : {
3741
+ "type" : [ "string", "null", "integer" ],
3742
+ "format" : "int64",
3743
+ "pattern" : "([0-9]+)"
3744
+ },
3745
+ "type" : {
3746
+ "type" : [ "string", "null" ],
3747
+ "enum" : [ "Administrator", "Standard", "Light", "Portal", "Custom" ],
3748
+ "maxLength" : 100,
3749
+ "minLength" : 0
3750
+ }
3751
+ },
3752
+ "required" : [ "default", "description", "id", "isVisible", "name", "permissions", "type" ]
3753
+ }, {
3754
+ "type" : [ "null", "object" ],
3755
+ "additionalProperties" : false,
3756
+ "properties" : {
3757
+ "permissions" : {
3758
+ "$ref" : "#/components/schemas/commonPermissionJson"
3759
+ }
3760
+ },
3761
+ "required" : [ "permissions" ]
3762
+ } ]
3763
+ },
3764
+ "examples" : {
3765
+ "Valid responses Definitions" : {
3766
+ "value" : {
3767
+ "permissions" : {
3768
+ "crmInteg" : {
3769
+ "crmContactsActivityEvents" : false,
3770
+ "crmAccountsActivityEvents" : false,
3771
+ "crmAccountsActivityTasks" : false,
3772
+ "crmAccountsInfo" : false,
3773
+ "crmContactsActivityCalls" : false,
3774
+ "crmAccountsNotes" : false,
3775
+ "crmAccountsActivityCalls" : false,
3776
+ "crmContactsInfo" : false,
3777
+ "crmContactsNotes" : false,
3778
+ "crmContactsActivityTasks" : false,
3779
+ "crmAccountsPotentials" : false,
3780
+ "crmContactsPotentials" : false
3781
+ },
3782
+ "reports" : {
3783
+ "view" : true,
3784
+ "edit" : true,
3785
+ "create" : true,
3786
+ "delete" : true,
3787
+ "export" : true
3788
+ },
3789
+ "tickets" : {
3790
+ "mergeTickets" : true,
3791
+ "changeOwner" : true,
3792
+ "import" : true,
3793
+ "handleUnassigned" : true,
3794
+ "edit" : true,
3795
+ "closeTicket" : true,
3796
+ "revokeBlueprint" : true,
3797
+ "mailReview" : true,
3798
+ "delete" : true,
3799
+ "view" : true,
3800
+ "create" : true,
3801
+ "addFollowers" : true,
3802
+ "export" : true,
3803
+ "mailSend" : true,
3804
+ "unassignedChangeOwner" : false,
3805
+ "shareTickets" : true,
3806
+ "manageOwnCustomViews" : true,
3807
+ "shareOwnCustomViews" : true,
3808
+ "editSharedCustomViews" : true,
3809
+ "deleteSharedCustomViews" : true,
3810
+ "reshareSharedCustomViews" : true
3811
+ },
3812
+ "comments" : {
3813
+ "edit" : true,
3814
+ "delete" : true,
3815
+ "editOthers" : true,
3816
+ "deleteOthers" : true
3817
+ },
3818
+ "social" : {
3819
+ "view" : true,
3820
+ "twitterPostDelete" : true,
3821
+ "twitterPostCreate" : true,
3822
+ "twitterConversationReply" : true
3823
+ },
3824
+ "mobileapp" : {
3825
+ "radar" : true,
3826
+ "deskapp" : true
3827
+ },
3828
+ "contracts" : {
3829
+ "view" : true,
3830
+ "import" : true,
3831
+ "edit" : true,
3832
+ "create" : true,
3833
+ "delete" : true,
3834
+ "export" : true,
3835
+ "manageOwnCustomViews" : true,
3836
+ "shareOwnCustomViews" : true,
3837
+ "editSharedCustomViews" : true,
3838
+ "deleteSharedCustomViews" : true,
3839
+ "reshareSharedCustomViews" : true
3840
+ },
3841
+ "community" : {
3842
+ "view" : true,
3843
+ "edit" : true,
3844
+ "create" : true,
3845
+ "delete" : true,
3846
+ "moderate" : true
3847
+ },
3848
+ "products" : {
3849
+ "view" : true,
3850
+ "import" : true,
3851
+ "edit" : true,
3852
+ "create" : true,
3853
+ "delete" : true,
3854
+ "export" : true,
3855
+ "manageOwnCustomViews" : true,
3856
+ "shareOwnCustomViews" : true,
3857
+ "editSharedCustomViews" : true,
3858
+ "deleteSharedCustomViews" : true,
3859
+ "reshareSharedCustomViews" : true
3860
+ },
3861
+ "ticketLifeCycleData": {
3862
+ "view": true,
3863
+ "reshareSharedCustomViews": false,
3864
+ "edit": true,
3865
+ "deleteSharedCustomViews": false,
3866
+ "shareOwnCustomViews": false,
3867
+ "create": true,
3868
+ "manageOwnCustomViews": false,
3869
+ "editSharedCustomViews": false,
3870
+ "delete": true,
3871
+ "export": true
3872
+ },
3873
+ "agents" : {
3874
+ "overview" : true,
3875
+ "edit" : false,
3876
+ "create" : true,
3877
+ "delete" : true,
3878
+ "viewAllFields" : true
3879
+ },
3880
+ "kbCategory" : {
3881
+ "view" : true,
3882
+ "editAllArticles" : true,
3883
+ "import" : true,
3884
+ "manageKB" : true,
3885
+ "edit" : true,
3886
+ "create" : true,
3887
+ "admin" : true,
3888
+ "delete" : true,
3889
+ "export" : true
3890
+ },
3891
+ "setup" : {
3892
+ "localization" : true,
3893
+ "timeTracking" : true,
3894
+ "fetchAcrossDepartment" : true,
3895
+ "globalReports" : true,
3896
+ "exportPortalUsers" : true,
3897
+ "layouts" : true,
3898
+ "automation" : true,
3899
+ "featureConfig" : true,
3900
+ "customerHappiness" : true,
3901
+ "department" : true,
3902
+ "portal" : true,
3903
+ "webForm" : true,
3904
+ "rebranding" : true,
3905
+ "email" : true,
3906
+ "recycleBin" : true,
3907
+ "tabsAndFields" : true,
3908
+ "exportUsers" : true,
3909
+ "teams" : true,
3910
+ "social" : true,
3911
+ "templates" : true,
3912
+ "sandbox" : true,
3913
+ "securitySettings" : true,
3914
+ "moveRecords" : true,
3915
+ "permission" : true,
3916
+ "signUpApproval" : true,
3917
+ "community" : true,
3918
+ "importHistory" : true,
3919
+ "manageAgents" : true,
3920
+ "portalUsers" : true,
3921
+ "managerDashboard" : true,
3922
+ "googleAnalytics" : true,
3923
+ "chat" : true,
3924
+ "telephony" : true,
3925
+ "manageMarketplace" : false
3926
+ },
3927
+ "financeInteg" : {
3928
+ "sendInvoice" : false,
3929
+ "createEstimate" : false,
3930
+ "createContact" : false,
3931
+ "viewInvoice" : false,
3932
+ "createInvoice" : false,
3933
+ "sendEstimate" : false,
3934
+ "viewEstimate" : false
3935
+ },
3936
+ "accounts" : {
3937
+ "view" : true,
3938
+ "import" : true,
3939
+ "edit" : true,
3940
+ "create" : true,
3941
+ "delete" : true,
3942
+ "export" : true,
3943
+ "manageOwnCustomViews" : true,
3944
+ "shareOwnCustomViews" : true,
3945
+ "editSharedCustomViews" : true,
3946
+ "deleteSharedCustomViews" : true,
3947
+ "reshareSharedCustomViews" : true
3948
+ },
3949
+ "timeEntry" : {
3950
+ "view" : true,
3951
+ "edit" : true,
3952
+ "create" : true,
3953
+ "delete" : true
3954
+ },
3955
+ "contacts" : {
3956
+ "view" : true,
3957
+ "import" : true,
3958
+ "edit" : true,
3959
+ "create" : true,
3960
+ "delete" : true,
3961
+ "export" : true,
3962
+ "manageOwnCustomViews" : true,
3963
+ "shareOwnCustomViews" : true,
3964
+ "editSharedCustomViews" : true,
3965
+ "deleteSharedCustomViews" : true,
3966
+ "reshareSharedCustomViews" : true
3967
+ },
3968
+ "tasks" : {
3969
+ "view" : true,
3970
+ "import" : true,
3971
+ "edit" : true,
3972
+ "create" : true,
3973
+ "delete" : true,
3974
+ "export" : true,
3975
+ "manageOwnCustomViews" : true,
3976
+ "shareOwnCustomViews" : true,
3977
+ "editSharedCustomViews" : true,
3978
+ "deleteSharedCustomViews" : true,
3979
+ "reshareSharedCustomViews" : true
3980
+ },
3981
+ "events" : {
3982
+ "view" : true,
3983
+ "import" : true,
3984
+ "edit" : true,
3985
+ "create" : true,
3986
+ "delete" : true,
3987
+ "export" : true,
3988
+ "manageOwnCustomViews" : true,
3989
+ "shareOwnCustomViews" : true,
3990
+ "editSharedCustomViews" : true,
3991
+ "deleteSharedCustomViews" : true,
3992
+ "reshareSharedCustomViews" : true
3993
+ },
3994
+ "calls" : {
3995
+ "view" : true,
3996
+ "import" : true,
3997
+ "edit" : true,
3998
+ "create" : true,
3999
+ "delete" : true,
4000
+ "export" : true,
4001
+ "manageOwnCustomViews" : true,
4002
+ "shareOwnCustomViews" : true,
4003
+ "editSharedCustomViews" : true,
4004
+ "deleteSharedCustomViews" : true,
4005
+ "reshareSharedCustomViews" : true
4006
+ },
4007
+ "activities" : {
4008
+ "manageOwnCustomViews" : true,
4009
+ "shareOwnCustomViews" : true,
4010
+ "editSharedCustomViews" : true,
4011
+ "deleteSharedCustomViews" : true,
4012
+ "reshareSharedCustomViews" : true
4013
+ }
4014
+ }
4015
+ }
4016
+ }
4017
+ }
4018
+ }
4019
+ },
4020
+ "x-custom-response-attributes" : {
4021
+ "disable-safe-headers" : "[]"
4022
+ }
4023
+ },
4024
+ "getAgentsResponse" : {
4025
+ "description" : "getAgentsResponse template definitions",
4026
+ "content" : {
4027
+ "application/json" : {
4028
+ "schema" : {
4029
+ "type" : [ "null", "object" ],
4030
+ "additionalProperties" : false,
4031
+ "properties" : {
4032
+ "agents" : {
4033
+ "$ref" : "#/components/schemas/agentsData"
4034
+ }
4035
+ },
4036
+ "required" : [ "agents" ]
4037
+ },
4038
+ "examples" : {
4039
+ "Valid responses Definitions" : {
4040
+ "value" : {
4041
+ "agents" : [ {
4042
+ "firstName" : "",
4043
+ "lastName" : "John",
4044
+ "photoURL" : "https://contacts.zoho.com/file?t=user&ID=437793",
4045
+ "roleId" : "7000000012324",
4046
+ "profileId" : "6000000011303",
4047
+ "emailId" : "john@zylker.com",
4048
+ "id" : "7000000013328",
4049
+ "zuid" : "437793",
4050
+ "isZiaAgent" : false
4051
+ }, {
4052
+ "firstName" : "Steve",
4053
+ "lastName" : "Kyle",
4054
+ "photoURL" : null,
4055
+ "roleId" : "7000000012324",
4056
+ "profileId" : "6000000011303",
4057
+ "emailId" : "kyle@zylker.com",
4058
+ "id" : "7000000012958",
4059
+ "zuid" : "5625416",
4060
+ "isZiaAgent" : false
4061
+ } ]
4062
+ }
4063
+ }
4064
+ }
4065
+ }
4066
+ },
4067
+ "x-custom-response-attributes" : {
4068
+ "disable-safe-headers" : "[]"
4069
+ }
4070
+ }
4071
+ },
4072
+ "parameters" : {
4073
+ "default" : {
4074
+ "name" : "default",
4075
+ "in" : "query",
4076
+ "description" : " Key that denotes whether the profiles must be default profiles or custom profiles",
4077
+ "required" : false,
4078
+ "style" : "form",
4079
+ "explode" : true,
4080
+ "schema" : {
4081
+ "type" : [ "boolean", "null" ],
4082
+ "description" : " Key that denotes whether the profiles must be default profiles or custom profiles"
4083
+ }
4084
+ },
4085
+ "visible" : {
4086
+ "name" : "visible",
4087
+ "in" : "query",
4088
+ "description" : "Key that filters profiles according to their visibility in the UI",
4089
+ "required" : false,
4090
+ "style" : "form",
4091
+ "explode" : true,
4092
+ "schema" : {
4093
+ "type" : [ "boolean", "null" ],
4094
+ "description" : "Key that filters profiles according to their visibility in the UI"
4095
+ }
4096
+ },
4097
+ "profileId" : {
4098
+ "name" : "profileId",
4099
+ "in" : "path",
4100
+ "required" : true,
4101
+ "style" : "simple",
4102
+ "explode" : false,
4103
+ "schema" : {
4104
+ "type" : [ "string", "null", "integer" ],
4105
+ "format" : "int64",
4106
+ "pattern" : "([0-9]+)"
4107
+ }
4108
+ }
4109
+ },
4110
+ "requestBodies" : {
4111
+ "profileJson" : {
4112
+ "content" : {
4113
+ "application/json" : {
4114
+ "schema" : {
4115
+ "type" : [ "null", "object" ],
4116
+ "additionalProperties" : false,
4117
+ "properties" : {
4118
+ "permissions" : {
4119
+ "$ref" : "#/components/schemas/commonPermissionJson"
4120
+ },
4121
+ "name" : {
4122
+ "type" : [ "string", "null" ],
4123
+ "maxLength" : 50,
4124
+ "minLength" : 0
4125
+ },
4126
+ "description" : {
4127
+ "type" : [ "string", "null" ],
4128
+ "maxLength" : 32000,
4129
+ "minLength" : 0
4130
+ }
4131
+ },
4132
+ "required" : [ "name" ]
4133
+ },
4134
+ "examples" : {
4135
+ "Valid requestBody Definitions" : {
4136
+ "value" : {
4137
+ "permissions" : {
4138
+ "reports" : {
4139
+ "view" : true,
4140
+ "edit" : true,
4141
+ "create" : false,
4142
+ "delete" : false,
4143
+ "export" : false
4144
+ }
4145
+ },
4146
+ "name" : "Agent Advisors",
4147
+ "description" : "Advisors from CRM to assist the Support Agents."
4148
+ }
4149
+ }
4150
+ }
4151
+ }
4152
+ },
4153
+ "x-custom-request-body-attributes" : {
4154
+ "non-empty" : false,
4155
+ "allow-invalid" : false
4156
+ }
4157
+ },
4158
+ "cloneProfileJson" : {
4159
+ "content" : {
4160
+ "application/json" : {
4161
+ "schema" : {
4162
+ "type" : [ "null", "object" ],
4163
+ "additionalProperties" : false,
4164
+ "properties" : {
4165
+ "name" : {
4166
+ "type" : [ "string", "null" ],
4167
+ "maxLength" : 50,
4168
+ "minLength" : 0
4169
+ },
4170
+ "description" : {
4171
+ "type" : [ "string", "null" ],
4172
+ "maxLength" : 32000,
4173
+ "minLength" : 0
4174
+ }
4175
+ },
4176
+ "required" : ["name" ]
4177
+ },
4178
+ "examples" : {
4179
+ "Valid requestBody Definitions" : {
4180
+ "value" : {
4181
+ "name" : "Admin Advisors",
4182
+ "description" : "Advisors from management to assist the Support Administrators."
4183
+ }
4184
+ }
4185
+ }
4186
+ }
4187
+ },
4188
+ "x-custom-request-body-attributes" : {
4189
+ "non-empty" : false,
4190
+ "allow-invalid" : false
4191
+ }
4192
+ },
4193
+ "disableTransfer" : {
4194
+ "content" : {
4195
+ "application/json" : {
4196
+ "schema" : {
4197
+ "type" : [ "null", "object" ],
4198
+ "additionalProperties" : false,
4199
+ "properties" : {
4200
+ "transferToProfileId" : {
4201
+ "type" : [ "string", "null", "integer" ],
4202
+ "format" : "int64",
4203
+ "pattern" : "([0-9]+)"
4204
+ }
4205
+ },
4206
+ "required" : [ "transferToProfileId" ]
4207
+ },
4208
+ "examples" : {
4209
+ "Valid requestBody Definitions" : {
4210
+ "value" : {
4211
+ "transferToProfileId" : "4000000008454"
4212
+ }
4213
+ }
4214
+ }
4215
+ }
4216
+ },
4217
+ "x-custom-request-body-attributes" : {
4218
+ "non-empty" : false,
4219
+ "allow-invalid" : false
4220
+ }
4221
+ }
4222
+ },
4223
+ "securitySchemes" : {
4224
+ "cookie-auth" : {
4225
+ "$ref" : "../common/Common.json#/components/securitySchemes/cookie-auth"
4226
+ },
4227
+ "org-oauth" : {
4228
+ "$ref" : "../common/Common.json#/components/securitySchemes/org-oauth"
4229
+ },
4230
+ "iam-oauth2-schema" : {
4231
+ "$ref" : "../common/Common.json#/components/securitySchemes/iam-oauth2-schema"
4232
+ }
4233
+ }
4234
+ },
4235
+ "x-entity" : "Profile"
4236
+ }