sailpoint-api-client 2.0.3 → 2.0.5

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 (188) hide show
  1. package/access_model_metadata/docs/Methods/AccessModelMetadataApi.md +11 -11
  2. package/access_profiles/docs/Methods/AccessProfilesApi.md +8 -8
  3. package/access_request_approvals/docs/Methods/AccessRequestApprovalsApi.md +7 -7
  4. package/access_request_identity_metrics/docs/Methods/AccessRequestIdentityMetricsApi.md +1 -1
  5. package/access_requests/docs/Methods/AccessRequestsApi.md +13 -13
  6. package/account_activities/docs/Methods/AccountActivitiesApi.md +2 -2
  7. package/account_aggregations/docs/Methods/AccountAggregationsApi.md +1 -1
  8. package/account_deletion_requests/docs/Methods/AccountDeletionRequestsApi.md +2 -2
  9. package/account_usages/docs/Methods/AccountUsagesApi.md +1 -1
  10. package/accounts/docs/Methods/AccountsApi.md +16 -16
  11. package/api_usage/docs/Methods/ApiUsageApi.md +2 -2
  12. package/application_discovery/docs/Methods/ApplicationDiscoveryApi.md +4 -4
  13. package/approvals/docs/Methods/ApprovalsApi.md +15 -15
  14. package/apps/docs/Methods/AppsApi.md +14 -14
  15. package/auth_profile/docs/Methods/AuthProfileApi.md +3 -3
  16. package/auth_users/docs/Methods/AuthUsersApi.md +2 -2
  17. package/branding/docs/Methods/BrandingApi.md +5 -5
  18. package/certification_campaign_filters/docs/Methods/CertificationCampaignFiltersApi.md +5 -5
  19. package/certification_campaigns/docs/Methods/CertificationCampaignsApi.md +22 -22
  20. package/certification_summaries/docs/Methods/CertificationSummariesApi.md +4 -4
  21. package/certifications/docs/Methods/CertificationsApi.md +11 -11
  22. package/classify_source/docs/Methods/ClassifySourceApi.md +3 -3
  23. package/configuration_hub/docs/Methods/ConfigurationHubApi.md +20 -20
  24. package/connector_customizers/docs/Methods/ConnectorCustomizersApi.md +6 -6
  25. package/connector_rule_management/docs/Methods/ConnectorRuleManagementApi.md +6 -6
  26. package/connectors/docs/Methods/ConnectorsApi.md +13 -13
  27. package/custom_forms/docs/Methods/CustomFormsApi.md +18 -18
  28. package/custom_password_instructions/docs/Methods/CustomPasswordInstructionsApi.md +3 -3
  29. package/custom_user_levels/docs/Methods/CustomUserLevelsApi.md +9 -9
  30. package/data_access_security/docs/Methods/DataAccessSecurityApi.md +25 -25
  31. package/data_segmentation/docs/Methods/DataSegmentationApi.md +8 -8
  32. package/declassify_source/docs/Methods/DeclassifySourceApi.md +1 -1
  33. package/dimensions/docs/Methods/DimensionsApi.md +8 -8
  34. package/dist/index.d.ts +3 -0
  35. package/dist/index.js +192 -189
  36. package/dist/index.js.map +1 -1
  37. package/dist/intelligence/api.d.ts +1042 -0
  38. package/dist/intelligence/api.js +595 -0
  39. package/dist/intelligence/api.js.map +1 -0
  40. package/dist/intelligence/base.d.ts +66 -0
  41. package/dist/intelligence/base.js +90 -0
  42. package/dist/intelligence/base.js.map +1 -0
  43. package/dist/intelligence/common.d.ts +65 -0
  44. package/dist/intelligence/common.js +292 -0
  45. package/dist/intelligence/common.js.map +1 -0
  46. package/dist/intelligence/configuration.d.ts +91 -0
  47. package/dist/intelligence/configuration.js +46 -0
  48. package/dist/intelligence/configuration.js.map +1 -0
  49. package/dist/intelligence/index.d.ts +13 -0
  50. package/dist/intelligence/index.js +32 -0
  51. package/dist/intelligence/index.js.map +1 -0
  52. package/dist/nerm/common.js +2 -2
  53. package/dist/nermv2025/common.js +2 -2
  54. package/dist/sources/api.d.ts +509 -1
  55. package/dist/sources/api.js +587 -4
  56. package/dist/sources/api.js.map +1 -1
  57. package/entitlement_connections/docs/Methods/EntitlementConnectionsApi.md +5 -5
  58. package/entitlements/docs/Methods/EntitlementsApi.md +13 -13
  59. package/global_tenant_security_settings/docs/Methods/GlobalTenantSecuritySettingsApi.md +9 -9
  60. package/governance_groups/docs/Methods/GovernanceGroupsApi.md +10 -10
  61. package/iai_access_request_recommendations/docs/Methods/IAIAccessRequestRecommendationsApi.md +10 -10
  62. package/iai_common_access/docs/Methods/IAICommonAccessApi.md +3 -3
  63. package/iai_outliers/docs/Methods/IAIOutliersApi.md +9 -9
  64. package/iai_peer_group_strategies/docs/Methods/IAIPeerGroupStrategiesApi.md +1 -1
  65. package/iai_recommendations/docs/Methods/IAIRecommendationsApi.md +3 -3
  66. package/iai_role_mining/docs/Methods/IAIRoleMiningApi.md +25 -25
  67. package/icons/docs/Methods/IconsApi.md +2 -2
  68. package/identities/docs/Methods/IdentitiesApi.md +12 -12
  69. package/identity_attributes/docs/Methods/IdentityAttributesApi.md +6 -6
  70. package/identity_history/docs/Methods/IdentityHistoryApi.md +11 -11
  71. package/identity_profiles/docs/Methods/IdentityProfilesApi.md +11 -11
  72. package/index.ts +3 -0
  73. package/intelligence/.openapi-generator/FILES +40 -0
  74. package/intelligence/.openapi-generator/VERSION +1 -0
  75. package/intelligence/.openapi-generator-ignore +23 -0
  76. package/intelligence/.sdk-partition +1 -0
  77. package/intelligence/api.ts +1316 -0
  78. package/intelligence/base.ts +86 -0
  79. package/intelligence/common.ts +183 -0
  80. package/intelligence/configuration.ts +110 -0
  81. package/intelligence/docs/Examples/typescript_code_examples_overlay.yaml +78 -0
  82. package/intelligence/docs/Methods/Index.md +30 -0
  83. package/intelligence/docs/Methods/IntelligenceApi.md +259 -0
  84. package/intelligence/docs/Models/Errorbody.md +20 -0
  85. package/intelligence/docs/Models/Errormessagedto.md +21 -0
  86. package/intelligence/docs/Models/Errorresponsedto.md +22 -0
  87. package/intelligence/docs/Models/GetIdentityIntelligenceV1401Response.md +19 -0
  88. package/intelligence/docs/Models/GetIdentityIntelligenceV1429Response.md +19 -0
  89. package/intelligence/docs/Models/Index.md +19 -0
  90. package/intelligence/docs/Models/Intelaccessaccountwire.md +30 -0
  91. package/intelligence/docs/Models/Intelaccesshistory.md +20 -0
  92. package/intelligence/docs/Models/Intelaccesshistoryaccessitemsslice.md +20 -0
  93. package/intelligence/docs/Models/Intelaccesshistorycertificationsslice.md +20 -0
  94. package/intelligence/docs/Models/Intelaccessitemhistoryevent.md +20 -0
  95. package/intelligence/docs/Models/Intelaccesssourcewire.md +20 -0
  96. package/intelligence/docs/Models/Intelaccountsslice.md +20 -0
  97. package/intelligence/docs/Models/Intelcertificationhistoryevent.md +23 -0
  98. package/intelligence/docs/Models/Intelidentityaggregate.md +35 -0
  99. package/intelligence/docs/Models/Intelidentityambiguousbody.md +21 -0
  100. package/intelligence/docs/Models/Intelidentityambiguouscandidate.md +20 -0
  101. package/intelligence/docs/Models/Intelidentitynotfoundbody.md +20 -0
  102. package/intelligence/docs/Models/Inteloutlieraccessitem.md +24 -0
  103. package/intelligence/docs/Models/Inteloutliersslice.md +19 -0
  104. package/intelligence/docs/Models/Intelprivilegedaccessitemwire.md +26 -0
  105. package/intelligence/docs/Models/IntelprivilegedaccessitemwireSource.md +20 -0
  106. package/intelligence/docs/Models/Intelprivilegedaccessslice.md +19 -0
  107. package/intelligence/docs/Models/Intelrareaccessslice.md +20 -0
  108. package/intelligence/docs/Models/Localeorigin.md +21 -0
  109. package/intelligence/docs/Models/README.md +46 -0
  110. package/intelligence/git_push.sh +57 -0
  111. package/intelligence/index.ts +18 -0
  112. package/intelligence/package.json +34 -0
  113. package/intelligence/tsconfig.json +21 -0
  114. package/jit_access/docs/Methods/JITAccessApi.md +2 -2
  115. package/jit_activations/docs/Methods/JITActivationsApi.md +3 -3
  116. package/launchers/docs/Methods/LaunchersApi.md +6 -6
  117. package/lifecycle_states/docs/Methods/LifecycleStatesApi.md +6 -6
  118. package/machine_account_classify/docs/Methods/MachineAccountClassifyApi.md +1 -1
  119. package/machine_account_creation_request/docs/Methods/MachineAccountCreationRequestApi.md +3 -3
  120. package/machine_account_mappings/docs/Methods/MachineAccountMappingsApi.md +4 -4
  121. package/machine_account_subtypes/docs/Methods/MachineAccountSubtypesApi.md +8 -8
  122. package/machine_accounts/docs/Methods/MachineAccountsApi.md +9 -9
  123. package/machine_classification_config/docs/Methods/MachineClassificationConfigApi.md +3 -3
  124. package/machine_identities/docs/Methods/MachineIdentitiesApi.md +7 -7
  125. package/managed_clients/docs/Methods/ManagedClientsApi.md +7 -7
  126. package/managed_cluster_types/docs/Methods/ManagedClusterTypesApi.md +5 -5
  127. package/managed_clusters/docs/Methods/ManagedClustersApi.md +8 -8
  128. package/mfa_configuration/docs/Methods/MFAConfigurationApi.md +7 -7
  129. package/multi_host_integration/docs/Methods/MultiHostIntegrationApi.md +14 -14
  130. package/nerm/README.md +2 -2
  131. package/nerm/common.ts +2 -2
  132. package/nerm/package.json +1 -1
  133. package/nermv2025/README.md +2 -2
  134. package/nermv2025/common.ts +2 -2
  135. package/nermv2025/package.json +1 -1
  136. package/non_employee_lifecycle_management/docs/Methods/NonEmployeeLifecycleManagementApi.md +32 -32
  137. package/notifications/docs/Methods/NotificationsApi.md +16 -16
  138. package/oauth_clients/docs/Methods/OAuthClientsApi.md +5 -5
  139. package/org_config/docs/Methods/OrgConfigApi.md +3 -3
  140. package/package.json +1 -1
  141. package/parameter_storage/docs/Methods/ParameterStorageApi.md +8 -8
  142. package/password_configuration/docs/Methods/PasswordConfigurationApi.md +3 -3
  143. package/password_dictionary/docs/Methods/PasswordDictionaryApi.md +2 -2
  144. package/password_management/docs/Methods/PasswordManagementApi.md +4 -4
  145. package/password_policies/docs/Methods/PasswordPoliciesApi.md +5 -5
  146. package/password_sync_groups/docs/Methods/PasswordSyncGroupsApi.md +5 -5
  147. package/personal_access_tokens/docs/Methods/PersonalAccessTokensApi.md +4 -4
  148. package/privilege_criteria/docs/Methods/PrivilegeCriteriaApi.md +5 -5
  149. package/privilege_criteria_configuration/docs/Methods/PrivilegeCriteriaConfigurationApi.md +3 -3
  150. package/prompt_insights/docs/Methods/PromptInsightsApi.md +2 -2
  151. package/public_identities/docs/Methods/PublicIdentitiesApi.md +1 -1
  152. package/public_identities_config/docs/Methods/PublicIdentitiesConfigApi.md +2 -2
  153. package/reports_data_extraction/docs/Methods/ReportsDataExtractionApi.md +4 -4
  154. package/requestable_objects/docs/Methods/RequestableObjectsApi.md +1 -1
  155. package/role_insights/docs/Methods/RoleInsightsApi.md +9 -9
  156. package/role_propagation/docs/Methods/RolePropagationApi.md +6 -6
  157. package/roles/docs/Methods/RolesApi.md +16 -16
  158. package/saved_search/docs/Methods/SavedSearchApi.md +6 -6
  159. package/scheduled_search/docs/Methods/ScheduledSearchApi.md +6 -6
  160. package/search/docs/Methods/SearchApi.md +4 -4
  161. package/search_attribute_configuration/docs/Methods/SearchAttributeConfigurationApi.md +5 -5
  162. package/segments/docs/Methods/SegmentsApi.md +5 -5
  163. package/service_desk_integration/docs/Methods/ServiceDeskIntegrationApi.md +10 -10
  164. package/shared_signals_framework_ssf/docs/Methods/SharedSignalsFrameworkSSFApi.md +10 -10
  165. package/sim_integrations/docs/Methods/SIMIntegrationsApi.md +7 -7
  166. package/sod_policies/docs/Methods/SODPoliciesApi.md +17 -17
  167. package/sod_violations/docs/Methods/SODViolationsApi.md +2 -2
  168. package/source_usages/docs/Methods/SourceUsagesApi.md +2 -2
  169. package/sources/.openapi-generator/FILES +2 -0
  170. package/sources/api.ts +846 -9
  171. package/sources/docs/Examples/typescript_code_examples_overlay.yaml +101 -0
  172. package/sources/docs/Methods/SourcesApi.md +344 -56
  173. package/sources/docs/Models/Fielddetailsdtov2.md +24 -0
  174. package/sources/docs/Models/Provisioningpolicydtov2.md +24 -0
  175. package/sources/docs/Models/Usagetype.md +2 -0
  176. package/sp_config/docs/Methods/SPConfigApi.md +7 -7
  177. package/suggested_entitlement_description/docs/Methods/SuggestedEntitlementDescriptionApi.md +15 -15
  178. package/tagged_objects/docs/Methods/TaggedObjectsApi.md +8 -8
  179. package/tags/docs/Methods/TagsApi.md +4 -4
  180. package/task_management/docs/Methods/TaskManagementApi.md +3 -3
  181. package/tenant/docs/Methods/TenantApi.md +1 -1
  182. package/tenant_context/docs/Methods/TenantContextApi.md +2 -2
  183. package/transforms/docs/Methods/TransformsApi.md +5 -5
  184. package/triggers/docs/Methods/TriggersApi.md +10 -10
  185. package/ui_metadata/docs/Methods/UIMetadataApi.md +2 -2
  186. package/work_items/docs/Methods/WorkItemsApi.md +13 -13
  187. package/work_reassignment/docs/Methods/WorkReassignmentApi.md +9 -9
  188. package/workflows/docs/Methods/WorkflowsApi.md +19 -19
@@ -43,7 +43,7 @@ Create access model metadata attribute
43
43
  Create a new Access Model Metadata Attribute.
44
44
 
45
45
 
46
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-access-model-metadata-attribute-v1)
46
+ [API Spec](https://developer.sailpoint.com/docs/api/create-access-model-metadata-attribute-v-1)
47
47
 
48
48
  ### Parameters
49
49
 
@@ -81,7 +81,7 @@ Create access model metadata value
81
81
  Create a new value for an existing Access Model Metadata Attribute.
82
82
 
83
83
 
84
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-access-model-metadata-attribute-value-v1)
84
+ [API Spec](https://developer.sailpoint.com/docs/api/create-access-model-metadata-attribute-value-v-1)
85
85
 
86
86
  ### Parameters
87
87
 
@@ -120,7 +120,7 @@ console.log(result);
120
120
  Get access model metadata attribute
121
121
  Get single Access Model Metadata Attribute
122
122
 
123
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-access-model-metadata-attribute-v1)
123
+ [API Spec](https://developer.sailpoint.com/docs/api/get-access-model-metadata-attribute-v-1)
124
124
 
125
125
  ### Parameters
126
126
 
@@ -157,7 +157,7 @@ console.log(result);
157
157
  Get access model metadata value
158
158
  Get single Access Model Metadata Attribute Value
159
159
 
160
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-access-model-metadata-attribute-value-v1)
160
+ [API Spec](https://developer.sailpoint.com/docs/api/get-access-model-metadata-attribute-value-v-1)
161
161
 
162
162
  ### Parameters
163
163
 
@@ -196,7 +196,7 @@ console.log(result);
196
196
  List access model metadata attributes
197
197
  Get a list of Access Model Metadata Attributes
198
198
 
199
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-access-model-metadata-attribute-v1)
199
+ [API Spec](https://developer.sailpoint.com/docs/api/list-access-model-metadata-attribute-v-1)
200
200
 
201
201
  ### Parameters
202
202
 
@@ -239,7 +239,7 @@ console.log(result);
239
239
  List access model metadata values
240
240
  Get a list of Access Model Metadata Attribute Values
241
241
 
242
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-access-model-metadata-attribute-value-v1)
242
+ [API Spec](https://developer.sailpoint.com/docs/api/list-access-model-metadata-attribute-value-v-1)
243
243
 
244
244
  ### Parameters
245
245
 
@@ -282,7 +282,7 @@ Update an existing Access Model Metadata Attribute.
282
282
  The following fields are patchable: **name**, **description**, **multiselect**, **values**
283
283
 
284
284
 
285
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-access-model-metadata-attribute-v1)
285
+ [API Spec](https://developer.sailpoint.com/docs/api/update-access-model-metadata-attribute-v-1)
286
286
 
287
287
  ### Parameters
288
288
 
@@ -323,7 +323,7 @@ Update an existing Access Model Metadata Attribute Value.
323
323
  The following fields are patchable: **name**
324
324
 
325
325
 
326
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-access-model-metadata-attribute-value-v1)
326
+ [API Spec](https://developer.sailpoint.com/docs/api/update-access-model-metadata-attribute-value-v-1)
327
327
 
328
328
  ### Parameters
329
329
 
@@ -367,7 +367,7 @@ This endpoint has been deprecated and may be replaced or removed in future versi
367
367
  Metadata Attribute update by filter
368
368
  Bulk update Access Model Metadata Attribute Values using a filter
369
369
 
370
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-access-model-metadata-by-filter-v1)
370
+ [API Spec](https://developer.sailpoint.com/docs/api/update-access-model-metadata-by-filter-v-1)
371
371
 
372
372
  ### Parameters
373
373
 
@@ -407,7 +407,7 @@ This endpoint has been deprecated and may be replaced or removed in future versi
407
407
  Metadata Attribute update by ids
408
408
  Bulk update Access Model Metadata Attribute Values using ids.
409
409
 
410
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-access-model-metadata-by-ids-v1)
410
+ [API Spec](https://developer.sailpoint.com/docs/api/update-access-model-metadata-by-ids-v-1)
411
411
 
412
412
  ### Parameters
413
413
 
@@ -447,7 +447,7 @@ This endpoint has been deprecated and may be replaced or removed in future versi
447
447
  Metadata Attribute update by query
448
448
  Bulk update Access Model Metadata Attribute Values using a query
449
449
 
450
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-access-model-metadata-by-query-v1)
450
+ [API Spec](https://developer.sailpoint.com/docs/api/update-access-model-metadata-by-query-v-1)
451
451
 
452
452
  ### Parameters
453
453
 
@@ -66,7 +66,7 @@ A user with `ROLE_SUBADMIN` or `SOURCE_SUBADMIN` authority must be associated wi
66
66
  The maximum supported length for the description field is 2000 characters. Longer descriptions will be preserved for existing access profiles. However, any new access profiles as well as any updates to existing descriptions are limited to 2000 characters.
67
67
  >**Note:** To use this endpoint, you need all the listed scopes.
68
68
 
69
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-access-profile-v1)
69
+ [API Spec](https://developer.sailpoint.com/docs/api/create-access-profile-v-1)
70
70
 
71
71
  ### Parameters
72
72
 
@@ -107,7 +107,7 @@ The Access Profile must not be in use, for example, Access Profile can not be de
107
107
 
108
108
  A user with SOURCE_SUBADMIN must be able to administer the Source associated with the Access Profile.
109
109
 
110
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-access-profile-v1)
110
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-access-profile-v-1)
111
111
 
112
112
  ### Parameters
113
113
 
@@ -148,7 +148,7 @@ This endpoint can only bulk delete up to a limit of 50 access profiles per reque
148
148
  By default, if any of the indicated access profiles are in use, no deletions will be performed and the **inUse** field of the response indicates the usages that must be removed first. If the request field **bestEffortOnly** is **true**, however, usages are reported in the **inUse** response field but all other indicated access profiles will be deleted.
149
149
  A SOURCE_SUBADMIN user can only use this endpoint to delete access profiles associated with sources they're able to administer.
150
150
 
151
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-access-profiles-in-bulk-v1)
151
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-access-profiles-in-bulk-v-1)
152
152
 
153
153
  ### Parameters
154
154
 
@@ -187,7 +187,7 @@ Use this API to get a list of an access profile's entitlements.
187
187
  A SOURCE_SUBADMIN user must have access to the source associated with the specified access profile.
188
188
  >**Note:** When you filter for access profiles that have the '+' symbol in their names, the response is blank.
189
189
 
190
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-access-profile-entitlements-v1)
190
+ [API Spec](https://developer.sailpoint.com/docs/api/get-access-profile-entitlements-v-1)
191
191
 
192
192
  ### Parameters
193
193
 
@@ -234,7 +234,7 @@ console.log(result);
234
234
  Get an access profile
235
235
  This API returns an Access Profile by its ID.
236
236
 
237
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-access-profile-v1)
237
+ [API Spec](https://developer.sailpoint.com/docs/api/get-access-profile-v-1)
238
238
 
239
239
  ### Parameters
240
240
 
@@ -272,7 +272,7 @@ List access profiles
272
272
  Get a list of access profiles.
273
273
  >**Note:** When you filter for access profiles that have the '+' symbol in their names, the response is blank.
274
274
 
275
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-access-profiles-v1)
275
+ [API Spec](https://developer.sailpoint.com/docs/api/list-access-profiles-v-1)
276
276
 
277
277
  ### Parameters
278
278
 
@@ -354,7 +354,7 @@ A user with SOURCE_SUBADMIN may only use this API to patch Access Profiles which
354
354
 
355
355
  > You can only add or replace **entitlements** that exist on the source that the access profile is attached to. You can use the **list entitlements** endpoint with the **filters** query parameter to get a list of available entitlements on the access profile's source.
356
356
 
357
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-access-profile-v1)
357
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-access-profile-v-1)
358
358
 
359
359
  ### Parameters
360
360
 
@@ -402,7 +402,7 @@ This API initiates a bulk update of field requestable for one or more Access Pro
402
402
  > If any of the indicated Access Profiles is not does not exists in Organization,then those Access Profiles will be added in **notFound** list of the response. Access Profiles marked as **notFound** will not be updated.
403
403
  A SOURCE_SUBADMIN may only use this API to update Access Profiles which are associated with Sources they are able to administer.
404
404
 
405
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-access-profiles-in-bulk-v1)
405
+ [API Spec](https://developer.sailpoint.com/docs/api/update-access-profiles-in-bulk-v-1)
406
406
 
407
407
  ### Parameters
408
408
 
@@ -45,7 +45,7 @@ Method | HTTP request | Description
45
45
  Approve access request approval
46
46
  Use this endpoint to approve an access request approval. Only the owner of the approval and ORG_ADMIN users are allowed to perform this action.
47
47
 
48
- [API Spec](https://developer.sailpoint.com/docs/api/v1/approve-access-request-v1)
48
+ [API Spec](https://developer.sailpoint.com/docs/api/approve-access-request-v-1)
49
49
 
50
50
  ### Parameters
51
51
 
@@ -84,7 +84,7 @@ console.log(result);
84
84
  Forward access request approval
85
85
  Use this API to forward an access request approval to a new owner. Only the owner of the approval and ORG_ADMIN users are allowed to perform this action. Only the owner of the approval and ORG_ADMIN users are allowed to perform this action.
86
86
 
87
- [API Spec](https://developer.sailpoint.com/docs/api/v1/forward-access-request-v1)
87
+ [API Spec](https://developer.sailpoint.com/docs/api/forward-access-request-v-1)
88
88
 
89
89
  ### Parameters
90
90
 
@@ -123,7 +123,7 @@ console.log(result);
123
123
  Get access requests approvals number
124
124
  Use this API to return the number of pending, approved and rejected access requests approvals. See the "owner-id" query parameter for authorization information. info.
125
125
 
126
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-access-request-approval-summary-v1)
126
+ [API Spec](https://developer.sailpoint.com/docs/api/get-access-request-approval-summary-v-1)
127
127
 
128
128
  ### Parameters
129
129
 
@@ -163,7 +163,7 @@ Access request approvers
163
163
  This API endpoint returns the list of approvers for the given access request id.
164
164
 
165
165
 
166
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-access-request-approvers-v1)
166
+ [API Spec](https://developer.sailpoint.com/docs/api/list-access-request-approvers-v-1)
167
167
 
168
168
  ### Parameters
169
169
 
@@ -206,7 +206,7 @@ console.log(result);
206
206
  Completed access request approvals list
207
207
  This endpoint returns list of completed approvals. See *owner-id* query parameter below for authorization info.
208
208
 
209
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-completed-approvals-v1)
209
+ [API Spec](https://developer.sailpoint.com/docs/api/list-completed-approvals-v-1)
210
210
 
211
211
  ### Parameters
212
212
 
@@ -253,7 +253,7 @@ console.log(result);
253
253
  Pending access request approvals list
254
254
  This endpoint returns a list of pending approvals. See "owner-id" query parameter below for authorization info.
255
255
 
256
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-pending-approvals-v1)
256
+ [API Spec](https://developer.sailpoint.com/docs/api/list-pending-approvals-v-1)
257
257
 
258
258
  ### Parameters
259
259
 
@@ -300,7 +300,7 @@ console.log(result);
300
300
  Reject access request approval
301
301
  Use this API to reject an access request approval. Only the owner of the approval and admin users are allowed to perform this action.
302
302
 
303
- [API Spec](https://developer.sailpoint.com/docs/api/v1/reject-access-request-v1)
303
+ [API Spec](https://developer.sailpoint.com/docs/api/reject-access-request-v-1)
304
304
 
305
305
  ### Parameters
306
306
 
@@ -26,7 +26,7 @@ Method | HTTP request | Description
26
26
  Return access request identity metrics
27
27
  Use this API to return information access metrics.
28
28
 
29
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-access-request-identity-metrics-v1)
29
+ [API Spec](https://developer.sailpoint.com/docs/api/get-access-request-identity-metrics-v-1)
30
30
 
31
31
  ### Parameters
32
32
 
@@ -34,7 +34,7 @@ Method | HTTP request | Description
34
34
  Bulk approve access request
35
35
  This API endpoint allows approving pending access requests in bulk. Maximum of 50 approval ids can be provided in the request for one single invocation. ORG_ADMIN or users with rights "idn:access-request-administration:write" can approve the access requests in bulk.
36
36
 
37
- [API Spec](https://developer.sailpoint.com/docs/api/v1/approve-bulk-access-request-v1)
37
+ [API Spec](https://developer.sailpoint.com/docs/api/approve-bulk-access-request-v-1)
38
38
 
39
39
  ### Parameters
40
40
 
@@ -72,7 +72,7 @@ Bulk cancel access request
72
72
  This API endpoint allows cancelling pending access requests in bulk. Maximum of 50 access request ids can be provided in the request for one single invocation.
73
73
  Only ORG_ADMIN or users with rights "idn:access-request-administration:write" can cancel the access requests in bulk.
74
74
 
75
- [API Spec](https://developer.sailpoint.com/docs/api/v1/cancel-access-request-in-bulk-v1)
75
+ [API Spec](https://developer.sailpoint.com/docs/api/cancel-access-request-in-bulk-v-1)
76
76
 
77
77
  ### Parameters
78
78
 
@@ -110,7 +110,7 @@ Cancel access request
110
110
  This API endpoint cancels a pending access request. An access request can be cancelled only if it has not passed the approval step.
111
111
  In addition to users with ORG_ADMIN, any user who originally submitted the access request may cancel it.
112
112
 
113
- [API Spec](https://developer.sailpoint.com/docs/api/v1/cancel-access-request-v1)
113
+ [API Spec](https://developer.sailpoint.com/docs/api/cancel-access-request-v-1)
114
114
 
115
115
  ### Parameters
116
116
 
@@ -158,7 +158,7 @@ To track the status of endpoint requests, navigate to Search and use this query:
158
158
  This API triggers the [Provisioning Completed event trigger](https://developer.sailpoint.com/docs/extensibility/event-triggers/triggers/provisioning-completed/) for each access request that is closed.
159
159
 
160
160
 
161
- [API Spec](https://developer.sailpoint.com/docs/api/v1/close-access-request-v1)
161
+ [API Spec](https://developer.sailpoint.com/docs/api/close-access-request-v-1)
162
162
 
163
163
  ### Parameters
164
164
 
@@ -245,7 +245,7 @@ __REVOKE_ACCESS__
245
245
  * Usage of 'requestedForWithRequestedItems' field is not supported for revoke requests.
246
246
 
247
247
 
248
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-access-request-v1)
248
+ [API Spec](https://developer.sailpoint.com/docs/api/create-access-request-v-1)
249
249
 
250
250
  ### Parameters
251
251
 
@@ -285,7 +285,7 @@ This endpoint has been deprecated and may be replaced or removed in future versi
285
285
  Get access request configuration
286
286
  This endpoint returns the current access-request configuration.
287
287
 
288
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-access-request-config-v1)
288
+ [API Spec](https://developer.sailpoint.com/docs/api/get-access-request-config-v-1)
289
289
 
290
290
  ### Parameters
291
291
 
@@ -318,7 +318,7 @@ console.log(result);
318
318
  Get access request configuration
319
319
  This endpoint returns the current access-request configuration.
320
320
 
321
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-access-request-config-v2)
321
+ [API Spec](https://developer.sailpoint.com/docs/api/get-access-request-config-v-2)
322
322
 
323
323
  ### Parameters
324
324
 
@@ -351,7 +351,7 @@ console.log(result);
351
351
  Identity entitlement details
352
352
  Use this API to return the details for a entitlement on an identity including specific data relating to remove date and the ability to revoke the identity.
353
353
 
354
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-entitlement-details-for-identity-v1)
354
+ [API Spec](https://developer.sailpoint.com/docs/api/get-entitlement-details-for-identity-v-1)
355
355
 
356
356
  ### Parameters
357
357
 
@@ -392,7 +392,7 @@ Use this API to return a list of access request statuses based on the specified
392
392
  If an access request was made for access that an identity already has, the API ignores the access request. These ignored requests do not display in the list of access request statuses.
393
393
  Any user with any user level can get the status of their own access requests. A user with ORG_ADMIN is required to call this API to get a list of statuses for other users.
394
394
 
395
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-access-request-status-v1)
395
+ [API Spec](https://developer.sailpoint.com/docs/api/list-access-request-status-v-1)
396
396
 
397
397
  ### Parameters
398
398
 
@@ -451,7 +451,7 @@ Access request status for administrators
451
451
  Use this API to get access request statuses of all the access requests in the org based on the specified query parameters.
452
452
  Any user with user level ORG_ADMIN or scope idn:access-request-administration:read can access this endpoint to get the access request statuses
453
453
 
454
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-administrators-access-request-status-v1)
454
+ [API Spec](https://developer.sailpoint.com/docs/api/list-administrators-access-request-status-v-1)
455
455
 
456
456
  ### Parameters
457
457
 
@@ -514,7 +514,7 @@ Use this API to fetch account information for an identity against the items in a
514
514
  Used to fetch accountSelection for the AccessRequest prior to submitting for async processing.
515
515
 
516
516
 
517
- [API Spec](https://developer.sailpoint.com/docs/api/v1/load-account-selections-v1)
517
+ [API Spec](https://developer.sailpoint.com/docs/api/load-account-selections-v-1)
518
518
 
519
519
  ### Parameters
520
520
 
@@ -556,7 +556,7 @@ This endpoint has been deprecated and may be replaced or removed in future versi
556
556
  Update access request configuration
557
557
  This endpoint replaces the current access-request configuration.
558
558
 
559
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-access-request-config-v1)
559
+ [API Spec](https://developer.sailpoint.com/docs/api/set-access-request-config-v-1)
560
560
 
561
561
  ### Parameters
562
562
 
@@ -593,7 +593,7 @@ console.log(result);
593
593
  Update access request configuration
594
594
  This endpoint replaces the current access-request configuration.
595
595
 
596
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-access-request-config-v2)
596
+ [API Spec](https://developer.sailpoint.com/docs/api/set-access-request-config-v-2)
597
597
 
598
598
  ### Parameters
599
599
 
@@ -56,7 +56,7 @@ Method | HTTP request | Description
56
56
  Get an account activity
57
57
  This gets a single account activity by its id.
58
58
 
59
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-account-activity-v1)
59
+ [API Spec](https://developer.sailpoint.com/docs/api/get-account-activity-v-1)
60
60
 
61
61
  ### Parameters
62
62
 
@@ -93,7 +93,7 @@ console.log(result);
93
93
  List account activities
94
94
  This gets a collection of account activities that satisfy the given query parameters.
95
95
 
96
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-account-activities-v1)
96
+ [API Spec](https://developer.sailpoint.com/docs/api/list-account-activities-v-1)
97
97
 
98
98
  ### Parameters
99
99
 
@@ -41,7 +41,7 @@ Since this endpoint reports on the status of an *in-progress* account aggregatio
41
41
  *Only available up to an hour after the aggregation completes. May respond with *404 Not Found* after that.*
42
42
  required to call this API.
43
43
 
44
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-account-aggregation-status-v1)
44
+ [API Spec](https://developer.sailpoint.com/docs/api/get-account-aggregation-status-v-1)
45
45
 
46
46
  ### Parameters
47
47
 
@@ -26,7 +26,7 @@ This method validates the input data, processes the deletion request,
26
26
  and generates an asynchronous result containing a tracking ID.
27
27
  >**NOTE: You can only delete accounts from sources of the "Connected" type. which supports account deletion**
28
28
 
29
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-account-request-v1)
29
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-account-request-v-1)
30
30
 
31
31
  ### Parameters
32
32
 
@@ -65,7 +65,7 @@ console.log(result);
65
65
  List of Account Deletion Requests
66
66
  Retrieves a paginated list of account deletion requests filtered by the provided query parameters. When the "mine" parameter is set to true, the response includes only those deletion requests that were initiated by the currently authenticated user. If "mine" is false or not specified, the endpoint returns all account deletion requests associated with the current tenant, regardless of the initiator. This allows both users and administrators to view relevant deletion requests based on their access level and intent.
67
67
 
68
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-account-deletion-requests-v1)
68
+ [API Spec](https://developer.sailpoint.com/docs/api/get-account-deletion-requests-v-1)
69
69
 
70
70
  ### Parameters
71
71
 
@@ -25,7 +25,7 @@ Method | HTTP request | Description
25
25
  Returns account usage insights
26
26
  This API returns a summary of account usage insights for past 12 months.
27
27
 
28
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-usages-by-account-id-v1)
28
+ [API Spec](https://developer.sailpoint.com/docs/api/get-usages-by-account-id-v-1)
29
29
 
30
30
  ### Parameters
31
31
 
@@ -75,7 +75,7 @@ The endpoint doesn't actually provision the account on the target source, which
75
75
  By providing the account ID of an existing account in the request body, this API will function as a PATCH operation and update the account.
76
76
 
77
77
 
78
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-account-v1)
78
+ [API Spec](https://developer.sailpoint.com/docs/api/create-account-v-1)
79
79
 
80
80
  ### Parameters
81
81
 
@@ -118,7 +118,7 @@ This endpoint is good for:
118
118
  * Forcing accounts to be re-created following the next aggregation to re-run account processing, support testing, etc.
119
119
 
120
120
 
121
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-account-async-v1)
121
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-account-async-v-1)
122
122
 
123
123
  ### Parameters
124
124
 
@@ -158,7 +158,7 @@ This endpoint submits an account delete task and returns the task ID.
158
158
  This endpoint only deletes the account from IdentityNow, not the source itself, which can result in the account's returning with the next aggregation between the source and IdentityNow. To avoid this scenario, it is recommended that you [disable accounts](https://developer.sailpoint.com/idn/api/v3/disable-account) rather than delete them. This will also allow you to reenable the accounts in the future.
159
159
  >**NOTE: You can only delete accounts from sources of the "DelimitedFile" type.**
160
160
 
161
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-account-v1)
161
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-account-v-1)
162
162
 
163
163
  ### Parameters
164
164
 
@@ -195,7 +195,7 @@ console.log(result);
195
195
  Disable idn account for identity
196
196
  This API submits a task to disable IDN account for a single identity.
197
197
 
198
- [API Spec](https://developer.sailpoint.com/docs/api/v1/disable-account-for-identity-v1)
198
+ [API Spec](https://developer.sailpoint.com/docs/api/disable-account-for-identity-v-1)
199
199
 
200
200
  ### Parameters
201
201
 
@@ -232,7 +232,7 @@ console.log(result);
232
232
  Disable account
233
233
  This API submits a task to disable the account and returns the task ID.
234
234
 
235
- [API Spec](https://developer.sailpoint.com/docs/api/v1/disable-account-v1)
235
+ [API Spec](https://developer.sailpoint.com/docs/api/disable-account-v-1)
236
236
 
237
237
  ### Parameters
238
238
 
@@ -271,7 +271,7 @@ console.log(result);
271
271
  Disable idn accounts for identities
272
272
  This API submits tasks to disable IDN account for each identity provided in the request body.
273
273
 
274
- [API Spec](https://developer.sailpoint.com/docs/api/v1/disable-accounts-for-identities-v1)
274
+ [API Spec](https://developer.sailpoint.com/docs/api/disable-accounts-for-identities-v-1)
275
275
 
276
276
  ### Parameters
277
277
 
@@ -308,7 +308,7 @@ console.log(result);
308
308
  Enable idn account for identity
309
309
  This API submits a task to enable IDN account for a single identity.
310
310
 
311
- [API Spec](https://developer.sailpoint.com/docs/api/v1/enable-account-for-identity-v1)
311
+ [API Spec](https://developer.sailpoint.com/docs/api/enable-account-for-identity-v-1)
312
312
 
313
313
  ### Parameters
314
314
 
@@ -345,7 +345,7 @@ console.log(result);
345
345
  Enable account
346
346
  This API submits a task to enable account and returns the task ID.
347
347
 
348
- [API Spec](https://developer.sailpoint.com/docs/api/v1/enable-account-v1)
348
+ [API Spec](https://developer.sailpoint.com/docs/api/enable-account-v-1)
349
349
 
350
350
  ### Parameters
351
351
 
@@ -384,7 +384,7 @@ console.log(result);
384
384
  Enable idn accounts for identities
385
385
  This API submits tasks to enable IDN account for each identity provided in the request body.
386
386
 
387
- [API Spec](https://developer.sailpoint.com/docs/api/v1/enable-accounts-for-identities-v1)
387
+ [API Spec](https://developer.sailpoint.com/docs/api/enable-accounts-for-identities-v-1)
388
388
 
389
389
  ### Parameters
390
390
 
@@ -421,7 +421,7 @@ console.log(result);
421
421
  Account entitlements
422
422
  This API returns entitlements of the account.
423
423
 
424
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-account-entitlements-v1)
424
+ [API Spec](https://developer.sailpoint.com/docs/api/get-account-entitlements-v-1)
425
425
 
426
426
  ### Parameters
427
427
 
@@ -464,7 +464,7 @@ console.log(result);
464
464
  Account details
465
465
  Use this API to return the details for a single account by its ID.
466
466
 
467
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-account-v1)
467
+ [API Spec](https://developer.sailpoint.com/docs/api/get-account-v-1)
468
468
 
469
469
  ### Parameters
470
470
 
@@ -501,7 +501,7 @@ console.log(result);
501
501
  Accounts list
502
502
  List accounts.
503
503
 
504
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-accounts-v1)
504
+ [API Spec](https://developer.sailpoint.com/docs/api/list-accounts-v-1)
505
505
 
506
506
  ### Parameters
507
507
 
@@ -553,7 +553,7 @@ This endpoint submits an account update task and returns the task ID.
553
553
  >**Note: You can only use this PUT endpoint to update accounts from flat file sources.**
554
554
 
555
555
 
556
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-account-v1)
556
+ [API Spec](https://developer.sailpoint.com/docs/api/put-account-v-1)
557
557
 
558
558
  ### Parameters
559
559
 
@@ -592,7 +592,7 @@ console.log(result);
592
592
  Reload account
593
593
  This API asynchronously reloads the account directly from the connector and performs a one-time aggregation process.
594
594
 
595
- [API Spec](https://developer.sailpoint.com/docs/api/v1/submit-reload-account-v1)
595
+ [API Spec](https://developer.sailpoint.com/docs/api/submit-reload-account-v-1)
596
596
 
597
597
  ### Parameters
598
598
 
@@ -630,7 +630,7 @@ Unlock account
630
630
  This API submits a task to unlock an account and returns the task ID.
631
631
  To use this endpoint to unlock an account that has the `forceProvisioning` option set to true, the `idn:accounts-provisioning:manage` scope is required.
632
632
 
633
- [API Spec](https://developer.sailpoint.com/docs/api/v1/unlock-account-v1)
633
+ [API Spec](https://developer.sailpoint.com/docs/api/unlock-account-v-1)
634
634
 
635
635
  ### Parameters
636
636
 
@@ -679,7 +679,7 @@ All accounts that are reassigned will be set to `manuallyCorrelated: true` unles
679
679
  >**Note:** The `attributes` field can only be modified for flat file accounts.
680
680
 
681
681
 
682
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-account-v1)
682
+ [API Spec](https://developer.sailpoint.com/docs/api/update-account-v-1)
683
683
 
684
684
  ### Parameters
685
685
 
@@ -28,7 +28,7 @@ This API is currently in an experimental state. The API is subject to change bas
28
28
  Total number of API requests
29
29
  This API gets an aggregated number of all API calls from an org in a specific timespan. Unless specified, the results are aggregated between the first day of the current month and today.
30
30
 
31
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-total-count-v1)
31
+ [API Spec](https://developer.sailpoint.com/docs/api/get-total-count-v-1)
32
32
 
33
33
  ### Parameters
34
34
 
@@ -70,7 +70,7 @@ This API is currently in an experimental state. The API is subject to change bas
70
70
  Get Api Summary
71
71
  This API gets a list of APIs called by the org in a specific timespan, sorted by number of calls. Unless specified, the results are aggregated between the first day of the current month and today.
72
72
 
73
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-api-summary-v1)
73
+ [API Spec](https://developer.sailpoint.com/docs/api/list-api-summary-v-1)
74
74
 
75
75
  ### Parameters
76
76
 
@@ -28,7 +28,7 @@ Get discovered applications for tenant
28
28
  Get a list of applications that have been identified within the environment. This includes details such as application names, discovery dates, potential correlated saas_vendors and related suggested connectors.
29
29
 
30
30
 
31
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-discovered-applications-v1)
31
+ [API Spec](https://developer.sailpoint.com/docs/api/get-discovered-applications-v-1)
32
32
 
33
33
  ### Parameters
34
34
 
@@ -76,7 +76,7 @@ Download an example CSV file with two columns `application_name` and `descriptio
76
76
  The downloaded template is specifically designed for use with the `/manual-discover-applications` endpoint.
77
77
 
78
78
 
79
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-manual-discover-applications-csv-template-v1)
79
+ [API Spec](https://developer.sailpoint.com/docs/api/get-manual-discover-applications-csv-template-v-1)
80
80
 
81
81
  ### Parameters
82
82
 
@@ -110,7 +110,7 @@ Upload csv to discover applications
110
110
  Uploading a CSV file with application data for manual correlation to specific ISC connectors.
111
111
  If a suitable ISC connector is unavailable, the system will recommend generic connectors instead.
112
112
 
113
- [API Spec](https://developer.sailpoint.com/docs/api/v1/send-manual-discover-applications-csv-template-v1)
113
+ [API Spec](https://developer.sailpoint.com/docs/api/send-manual-discover-applications-csv-template-v-1)
114
114
 
115
115
  ### Parameters
116
116
 
@@ -150,7 +150,7 @@ This API is currently in an experimental state. The API is subject to change bas
150
150
  Start Application Discovery
151
151
  Use this API to discover applications.
152
152
 
153
- [API Spec](https://developer.sailpoint.com/docs/api/v1/start-application-discovery-v1)
153
+ [API Spec](https://developer.sailpoint.com/docs/api/start-application-discovery-v-1)
154
154
 
155
155
  ### Parameters
156
156