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
@@ -84,7 +84,7 @@ Method | HTTP request | Description
84
84
  Approve a non-employee request
85
85
  Approves a non-employee approval request and notifies the next approver. The current user must be the requested approver.
86
86
 
87
- [API Spec](https://developer.sailpoint.com/docs/api/v1/approve-non-employee-request-v1)
87
+ [API Spec](https://developer.sailpoint.com/docs/api/approve-non-employee-request-v-1)
88
88
 
89
89
  ### Parameters
90
90
 
@@ -124,7 +124,7 @@ Create non-employee record
124
124
  This request will create a non-employee record.
125
125
  Requires role context of `idn:nesr:create`
126
126
 
127
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-non-employee-record-v1)
127
+ [API Spec](https://developer.sailpoint.com/docs/api/create-non-employee-record-v-1)
128
128
 
129
129
  ### Parameters
130
130
 
@@ -161,7 +161,7 @@ console.log(result);
161
161
  Create non-employee request
162
162
  This request will create a non-employee request and notify the approver. Requires role context of `idn:nesr:create` or the user must own the source.
163
163
 
164
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-non-employee-request-v1)
164
+ [API Spec](https://developer.sailpoint.com/docs/api/create-non-employee-request-v-1)
165
165
 
166
166
  ### Parameters
167
167
 
@@ -199,7 +199,7 @@ Create a new schema attribute for non-employee source
199
199
  This API creates a new schema attribute for Non-Employee Source. The schema technical name must be unique in the source. Attempts to create a schema attribute with an existing name will result in a "400.1.409 Reference conflict" response. At most, 10 custom attributes can be created per schema. Attempts to create more than 10 will result in a "400.1.4 Limit violation" response.
200
200
  Requires role context of `idn:nesr:create`
201
201
 
202
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-non-employee-source-schema-attributes-v1)
202
+ [API Spec](https://developer.sailpoint.com/docs/api/create-non-employee-source-schema-attributes-v-1)
203
203
 
204
204
  ### Parameters
205
205
 
@@ -238,7 +238,7 @@ console.log(result);
238
238
  Create non-employee source
239
239
  Create a non-employee source.
240
240
 
241
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-non-employee-source-v1)
241
+ [API Spec](https://developer.sailpoint.com/docs/api/create-non-employee-source-v-1)
242
242
 
243
243
  ### Parameters
244
244
 
@@ -276,7 +276,7 @@ Delete non-employee record
276
276
  This request will delete a non-employee record.
277
277
  Requires role context of `idn:nesr:delete`
278
278
 
279
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-non-employee-record-v1)
279
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-non-employee-record-v-1)
280
280
 
281
281
  ### Parameters
282
282
 
@@ -313,7 +313,7 @@ console.log(result);
313
313
  Delete multiple non-employee records
314
314
  This request will delete multiple non-employee records based on the non-employee ids provided. Requires role context of `idn:nesr:delete`
315
315
 
316
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-non-employee-records-in-bulk-v1)
316
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-non-employee-records-in-bulk-v-1)
317
317
 
318
318
  ### Parameters
319
319
 
@@ -351,7 +351,7 @@ Delete non-employee request
351
351
  This request will delete a non-employee request.
352
352
  Requires role context of `idn:nesr:delete`
353
353
 
354
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-non-employee-request-v1)
354
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-non-employee-request-v-1)
355
355
 
356
356
  ### Parameters
357
357
 
@@ -390,7 +390,7 @@ This end-point deletes a specific schema attribute for a non-employee source.
390
390
  Requires role context of `idn:nesr:delete`
391
391
 
392
392
 
393
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-non-employee-schema-attribute-v1)
393
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-non-employee-schema-attribute-v-1)
394
394
 
395
395
  ### Parameters
396
396
 
@@ -429,7 +429,7 @@ console.log(result);
429
429
  Delete all custom schema attributes for non-employee source
430
430
  This end-point deletes all custom schema attributes for a non-employee source. Requires role context of `idn:nesr:delete`
431
431
 
432
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-non-employee-source-schema-attributes-v1)
432
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-non-employee-source-schema-attributes-v-1)
433
433
 
434
434
  ### Parameters
435
435
 
@@ -466,7 +466,7 @@ console.log(result);
466
466
  Delete non-employee source
467
467
  This request will delete a non-employee source. Requires role context of `idn:nesr:delete`.
468
468
 
469
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-non-employee-source-v1)
469
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-non-employee-source-v-1)
470
470
 
471
471
  ### Parameters
472
472
 
@@ -503,7 +503,7 @@ console.log(result);
503
503
  Exports non-employee records to csv
504
504
  This requests a CSV download for all non-employees from a provided source. Requires role context of `idn:nesr:read`
505
505
 
506
- [API Spec](https://developer.sailpoint.com/docs/api/v1/export-non-employee-records-v1)
506
+ [API Spec](https://developer.sailpoint.com/docs/api/export-non-employee-records-v-1)
507
507
 
508
508
  ### Parameters
509
509
 
@@ -540,7 +540,7 @@ console.log(result);
540
540
  Exports source schema template
541
541
  This requests a download for the Source Schema Template for a provided source. Requires role context of `idn:nesr:read`
542
542
 
543
- [API Spec](https://developer.sailpoint.com/docs/api/v1/export-non-employee-source-schema-template-v1)
543
+ [API Spec](https://developer.sailpoint.com/docs/api/export-non-employee-source-schema-template-v-1)
544
544
 
545
545
  ### Parameters
546
546
 
@@ -581,7 +581,7 @@ she may request a summary of all non-employee approval requests assigned to a pa
581
581
  2. The current user is an approver, in which case "me" should be provided
582
582
  as the `requested-for` value. This will provide the approver with a summary of the approval items assigned to him or her.
583
583
 
584
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-approval-summary-v1)
584
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-approval-summary-v-1)
585
585
 
586
586
  ### Parameters
587
587
 
@@ -621,7 +621,7 @@ Gets a non-employee approval item detail. There are two contextual uses for this
621
621
  can get any approval.
622
622
  2. The user owns the requested approval.
623
623
 
624
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-approval-v1)
624
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-approval-v-1)
625
625
 
626
626
  ### Parameters
627
627
 
@@ -662,7 +662,7 @@ The nonEmployeeBulkUploadStatus API returns the status of the newest bulk upload
662
662
  Requires role context of `idn:nesr:read`
663
663
 
664
664
 
665
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-bulk-upload-status-v1)
665
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-bulk-upload-status-v-1)
666
666
 
667
667
  ### Parameters
668
668
 
@@ -700,7 +700,7 @@ Get a non-employee record
700
700
  This gets a non-employee record.
701
701
  Requires role context of `idn:nesr:read`
702
702
 
703
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-record-v1)
703
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-record-v-1)
704
704
 
705
705
  ### Parameters
706
706
 
@@ -741,7 +741,7 @@ she may request a summary of all non-employee approval requests assigned to a pa
741
741
  2. The current user is an account manager, in which case "me" should be
742
742
  provided as the `requested-for` value. This will provide the user with a summary of the non-employee requests in the source(s) he or she manages.
743
743
 
744
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-request-summary-v1)
744
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-request-summary-v-1)
745
745
 
746
746
  ### Parameters
747
747
 
@@ -782,7 +782,7 @@ There are two contextual uses for this endpoint:
782
782
  can get the non-employee request for any user.
783
783
  2. The user must be the owner of the non-employee request.
784
784
 
785
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-request-v1)
785
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-request-v-1)
786
786
 
787
787
  ### Parameters
788
788
 
@@ -819,7 +819,7 @@ console.log(result);
819
819
  Get schema attribute non-employee source
820
820
  This API gets a schema attribute by Id for the specified Non-Employee SourceId. Requires role context of `idn:nesr:read` or the user must be an account manager of the source.
821
821
 
822
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-schema-attribute-v1)
822
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-schema-attribute-v-1)
823
823
 
824
824
  ### Parameters
825
825
 
@@ -859,7 +859,7 @@ List schema attributes non-employee source
859
859
  This API gets the list of schema attributes for the specified Non-Employee SourceId. There are 8 mandatory attributes added to each new Non-Employee Source automatically. Additionaly, user can add up to 10 custom attributes. This interface returns all the mandatory attributes followed by any custom attributes. At most, a total of 18 attributes will be returned.
860
860
  Requires role context of `idn:nesr:read` or the user must be an account manager of the source.
861
861
 
862
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-source-schema-attributes-v1)
862
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-source-schema-attributes-v-1)
863
863
 
864
864
  ### Parameters
865
865
 
@@ -900,7 +900,7 @@ she may request any source.
900
900
  2. The current user is an account manager, in which case the user can only
901
901
  request sources that they own.
902
902
 
903
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-non-employee-source-v1)
903
+ [API Spec](https://developer.sailpoint.com/docs/api/get-non-employee-source-v-1)
904
904
 
905
905
  ### Parameters
906
906
 
@@ -937,7 +937,7 @@ console.log(result);
937
937
  Imports, or updates, non-employee records
938
938
  This post will import, or update, Non-Employee records found in the CSV. Requires role context of `idn:nesr:create`
939
939
 
940
- [API Spec](https://developer.sailpoint.com/docs/api/v1/import-non-employee-records-in-bulk-v1)
940
+ [API Spec](https://developer.sailpoint.com/docs/api/import-non-employee-records-in-bulk-v-1)
941
941
 
942
942
  ### Parameters
943
943
 
@@ -980,7 +980,7 @@ There are two contextual uses for this endpoint:
980
980
  can list the approvals for any approver.
981
981
  2. The user owns the requested approval.
982
982
 
983
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-non-employee-approvals-v1)
983
+ [API Spec](https://developer.sailpoint.com/docs/api/list-non-employee-approvals-v-1)
984
984
 
985
985
  ### Parameters
986
986
 
@@ -1029,7 +1029,7 @@ This gets a list of non-employee records. There are two contextual uses for this
1029
1029
  1. The user has the role context of `idn:nesr:read`, in which case they can get a list of all of the non-employees.
1030
1030
  2. The user is an account manager, in which case they can get a list of the non-employees that they manage.
1031
1031
 
1032
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-non-employee-records-v1)
1032
+ [API Spec](https://developer.sailpoint.com/docs/api/list-non-employee-records-v-1)
1033
1033
 
1034
1034
  ### Parameters
1035
1035
 
@@ -1078,7 +1078,7 @@ she may request a list non-employee requests assigned to a particular account ma
1078
1078
  2. The current user is an account manager, in which case "me" should be
1079
1079
  provided as the `requested-for` value. This will provide the user with a list of the non-employee requests in the source(s) he or she manages.
1080
1080
 
1081
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-non-employee-requests-v1)
1081
+ [API Spec](https://developer.sailpoint.com/docs/api/list-non-employee-requests-v-1)
1082
1082
 
1083
1083
  ### Parameters
1084
1084
 
@@ -1127,7 +1127,7 @@ Get a list of non-employee sources. There are two contextual uses for the `reque
1127
1127
  1. If the user has the role context of `idn:nesr:read`, he or she may request a list sources assigned to a particular account manager by passing in that manager's `id`.
1128
1128
  2. If the current user is an account manager, the user should provide 'me' as the `requested-for` value. Doing so provide the user with a list of the sources he or she owns.
1129
1129
 
1130
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-non-employee-sources-v1)
1130
+ [API Spec](https://developer.sailpoint.com/docs/api/list-non-employee-sources-v-1)
1131
1131
 
1132
1132
  ### Parameters
1133
1133
 
@@ -1178,7 +1178,7 @@ update all available fields.
1178
1178
  2. The user is owner of the source, in this case they can only update the
1179
1179
  end date.
1180
1180
 
1181
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-non-employee-record-v1)
1181
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-non-employee-record-v-1)
1182
1182
 
1183
1183
  ### Parameters
1184
1184
 
@@ -1219,7 +1219,7 @@ This end-point patches a specific schema attribute for a non-employee SourceId.
1219
1219
  Requires role context of `idn:nesr:update`
1220
1220
 
1221
1221
 
1222
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-non-employee-schema-attribute-v1)
1222
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-non-employee-schema-attribute-v-1)
1223
1223
 
1224
1224
  ### Parameters
1225
1225
 
@@ -1260,7 +1260,7 @@ console.log(result);
1260
1260
  Patch a non-employee source
1261
1261
  patch a non-employee source. (partial update) <br/> Patchable field: **name, description, approvers, accountManagers** Requires role context of `idn:nesr:update`.
1262
1262
 
1263
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-non-employee-source-v1)
1263
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-non-employee-source-v-1)
1264
1264
 
1265
1265
  ### Parameters
1266
1266
 
@@ -1299,7 +1299,7 @@ console.log(result);
1299
1299
  Reject a non-employee request
1300
1300
  This endpoint will reject an approval item request and notify user. The current user must be the requested approver.
1301
1301
 
1302
- [API Spec](https://developer.sailpoint.com/docs/api/v1/reject-non-employee-request-v1)
1302
+ [API Spec](https://developer.sailpoint.com/docs/api/reject-non-employee-request-v-1)
1303
1303
 
1304
1304
  ### Parameters
1305
1305
 
@@ -1342,7 +1342,7 @@ update all available fields.
1342
1342
  2. The user is owner of the source, in this case they can only update the
1343
1343
  end date.
1344
1344
 
1345
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-non-employee-record-v1)
1345
+ [API Spec](https://developer.sailpoint.com/docs/api/update-non-employee-record-v-1)
1346
1346
 
1347
1347
  ### Parameters
1348
1348
 
@@ -37,7 +37,7 @@ Method | HTTP request | Description
37
37
  Verify domain address via dkim
38
38
  Create a domain to be verified via DKIM (DomainKeys Identified Mail)
39
39
 
40
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-domain-dkim-v1)
40
+ [API Spec](https://developer.sailpoint.com/docs/api/create-domain-dkim-v-1)
41
41
 
42
42
  ### Parameters
43
43
 
@@ -77,7 +77,7 @@ Note that you cannot create new templates in your tenant, but you can use this t
77
77
  Modify the fields you want to change and submit the POST request when ready.
78
78
 
79
79
 
80
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-notification-template-v1)
80
+ [API Spec](https://developer.sailpoint.com/docs/api/create-notification-template-v-1)
81
81
 
82
82
  ### Parameters
83
83
 
@@ -114,7 +114,7 @@ console.log(result);
114
114
  Create verified from address
115
115
  Create a new sender email address and initiate verification process.
116
116
 
117
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-verified-from-address-v1)
117
+ [API Spec](https://developer.sailpoint.com/docs/api/create-verified-from-address-v-1)
118
118
 
119
119
  ### Parameters
120
120
 
@@ -151,7 +151,7 @@ console.log(result);
151
151
  Bulk delete notification templates
152
152
  This lets you bulk delete templates that you previously created for your site.
153
153
 
154
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-notification-templates-in-bulk-v1)
154
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-notification-templates-in-bulk-v-1)
155
155
 
156
156
  ### Parameters
157
157
 
@@ -188,7 +188,7 @@ console.log(result);
188
188
  Delete verified from address
189
189
  Delete a verified sender email address
190
190
 
191
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-verified-from-address-v1)
191
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-verified-from-address-v-1)
192
192
 
193
193
  ### Parameters
194
194
 
@@ -225,7 +225,7 @@ console.log(result);
225
225
  Get dkim attributes
226
226
  Retrieve DKIM (DomainKeys Identified Mail) attributes for all your tenants' AWS SES identities. Limits retrieval to 100 identities per call.
227
227
 
228
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-dkim-attributes-v1)
228
+ [API Spec](https://developer.sailpoint.com/docs/api/get-dkim-attributes-v-1)
229
229
 
230
230
  ### Parameters
231
231
 
@@ -264,7 +264,7 @@ console.log(result);
264
264
  Get mail from attributes
265
265
  Retrieve MAIL FROM attributes for a given AWS SES identity.
266
266
 
267
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-mail-from-attributes-v1)
267
+ [API Spec](https://developer.sailpoint.com/docs/api/get-mail-from-attributes-v-1)
268
268
 
269
269
  ### Parameters
270
270
 
@@ -301,7 +301,7 @@ console.log(result);
301
301
  List notification preferences for tenant.
302
302
  Returns a list of notification preferences for tenant.
303
303
 
304
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-notification-preferences-v1)
304
+ [API Spec](https://developer.sailpoint.com/docs/api/get-notification-preferences-v-1)
305
305
 
306
306
  ### Parameters
307
307
 
@@ -338,7 +338,7 @@ console.log(result);
338
338
  Get notification template by id
339
339
  This gets a template that you have modified for your site by Id.
340
340
 
341
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-notification-template-v1)
341
+ [API Spec](https://developer.sailpoint.com/docs/api/get-notification-template-v-1)
342
342
 
343
343
  ### Parameters
344
344
 
@@ -378,7 +378,7 @@ Use these variable names in template content; they are replaced at send time wit
378
378
  Variable lists can be sorted by key, type, or description via the sorters query parameter (default ascending by key).
379
379
 
380
380
 
381
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-notification-template-variables-v1)
381
+ [API Spec](https://developer.sailpoint.com/docs/api/get-notification-template-variables-v-1)
382
382
 
383
383
  ### Parameters
384
384
 
@@ -420,7 +420,7 @@ Get notification template context
420
420
  The notification service maintains metadata to construct the notification templates or supply any information during the event propagation. The data-store where this information is retrieved is called "Global Context" (a.k.a. notification template context). It defines a set of attributes
421
421
  that will be available per tenant (organization).
422
422
 
423
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-notifications-template-context-v1)
423
+ [API Spec](https://developer.sailpoint.com/docs/api/get-notifications-template-context-v-1)
424
424
 
425
425
  ### Parameters
426
426
 
@@ -453,7 +453,7 @@ console.log(result);
453
453
  List from addresses
454
454
  Retrieve a list of sender email addresses and their verification statuses
455
455
 
456
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-from-addresses-v1)
456
+ [API Spec](https://developer.sailpoint.com/docs/api/list-from-addresses-v-1)
457
457
 
458
458
  ### Parameters
459
459
 
@@ -498,7 +498,7 @@ console.log(result);
498
498
  List notification template defaults
499
499
  This lists the default templates used for notifications, such as emails from IdentityNow.
500
500
 
501
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-notification-template-defaults-v1)
501
+ [API Spec](https://developer.sailpoint.com/docs/api/list-notification-template-defaults-v-1)
502
502
 
503
503
  ### Parameters
504
504
 
@@ -539,7 +539,7 @@ console.log(result);
539
539
  List notification templates
540
540
  This lists the templates that you have modified for your site.
541
541
 
542
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-notification-templates-v1)
542
+ [API Spec](https://developer.sailpoint.com/docs/api/list-notification-templates-v-1)
543
543
 
544
544
  ### Parameters
545
545
 
@@ -582,7 +582,7 @@ console.log(result);
582
582
  Change mail from domain
583
583
  Change the MAIL FROM domain of an AWS SES email identity and provide the MX and TXT records to be placed in the caller's DNS
584
584
 
585
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-mail-from-attributes-v1)
585
+ [API Spec](https://developer.sailpoint.com/docs/api/put-mail-from-attributes-v-1)
586
586
 
587
587
  ### Parameters
588
588
 
@@ -619,7 +619,7 @@ console.log(result);
619
619
  Send test notification
620
620
  Send a Test Notification
621
621
 
622
- [API Spec](https://developer.sailpoint.com/docs/api/v1/send-test-notification-v1)
622
+ [API Spec](https://developer.sailpoint.com/docs/api/send-test-notification-v-1)
623
623
 
624
624
  ### Parameters
625
625
 
@@ -29,7 +29,7 @@ Method | HTTP request | Description
29
29
  Create oauth client
30
30
  This creates an OAuth client.
31
31
 
32
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-oauth-client-v1)
32
+ [API Spec](https://developer.sailpoint.com/docs/api/create-oauth-client-v-1)
33
33
 
34
34
  ### Parameters
35
35
 
@@ -66,7 +66,7 @@ console.log(result);
66
66
  Delete oauth client
67
67
  This deletes an OAuth client.
68
68
 
69
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-oauth-client-v1)
69
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-oauth-client-v-1)
70
70
 
71
71
  ### Parameters
72
72
 
@@ -103,7 +103,7 @@ console.log(result);
103
103
  Get oauth client
104
104
  This gets details of an OAuth client.
105
105
 
106
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-oauth-client-v1)
106
+ [API Spec](https://developer.sailpoint.com/docs/api/get-oauth-client-v-1)
107
107
 
108
108
  ### Parameters
109
109
 
@@ -140,7 +140,7 @@ console.log(result);
140
140
  List oauth clients
141
141
  This gets a list of OAuth clients.
142
142
 
143
- [API Spec](https://developer.sailpoint.com/docs/api/v1/list-oauth-clients-v1)
143
+ [API Spec](https://developer.sailpoint.com/docs/api/list-oauth-clients-v-1)
144
144
 
145
145
  ### Parameters
146
146
 
@@ -177,7 +177,7 @@ console.log(result);
177
177
  Patch oauth client
178
178
  This performs a targeted update to the field(s) of an OAuth client.
179
179
 
180
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-oauth-client-v1)
180
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-oauth-client-v-1)
181
181
 
182
182
  ### Parameters
183
183
 
@@ -26,7 +26,7 @@ Method | HTTP request | Description
26
26
  Get org config settings
27
27
  Get the current organization's configuration settings, only external accessible properties.
28
28
 
29
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-org-config-v1)
29
+ [API Spec](https://developer.sailpoint.com/docs/api/get-org-config-v-1)
30
30
 
31
31
  ### Parameters
32
32
 
@@ -62,7 +62,7 @@ This API is currently in an experimental state. The API is subject to change bas
62
62
  Get valid time zones
63
63
  List the valid time zones that can be set in organization configurations.
64
64
 
65
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-valid-time-zones-v1)
65
+ [API Spec](https://developer.sailpoint.com/docs/api/get-valid-time-zones-v-1)
66
66
 
67
67
  ### Parameters
68
68
 
@@ -105,7 +105,7 @@ console.log(result);
105
105
  Patch org config
106
106
  Patch the current organization's configuration, using http://jsonpatch.com/ syntax. This is commonly used to changing an organization's time zone.
107
107
 
108
- [API Spec](https://developer.sailpoint.com/docs/api/v1/patch-org-config-v1)
108
+ [API Spec](https://developer.sailpoint.com/docs/api/patch-org-config-v-1)
109
109
 
110
110
  ### Parameters
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sailpoint-api-client",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "description": "Official library for using the SailPoint API",
5
5
  "author": "SailPoint DevOps",
6
6
  "repository": {
@@ -46,7 +46,7 @@ Method | HTTP request | Description
46
46
  Add a new parameter.
47
47
  Add a new parameter.
48
48
 
49
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-parameter-v1)
49
+ [API Spec](https://developer.sailpoint.com/docs/api/create-parameter-v-1)
50
50
 
51
51
  ### Parameters
52
52
 
@@ -83,7 +83,7 @@ console.log(result);
83
83
  Delete a parameter.
84
84
  Delete a parameter. Will only delete parameters without existing references.
85
85
 
86
- [API Spec](https://developer.sailpoint.com/docs/api/v1/delete-parameter-v1)
86
+ [API Spec](https://developer.sailpoint.com/docs/api/delete-parameter-v-1)
87
87
 
88
88
  ### Parameters
89
89
 
@@ -120,7 +120,7 @@ console.log(result);
120
120
  Get an attestation document.
121
121
  Get an attestation document containing a NIST P-384 service public key for an ECDHE handshake, enabling the end-to-end-encrypted transport of parameter private fields.
122
122
 
123
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-attestation-document-v1)
123
+ [API Spec](https://developer.sailpoint.com/docs/api/get-attestation-document-v-1)
124
124
 
125
125
  ### Parameters
126
126
 
@@ -157,7 +157,7 @@ console.log(result);
157
157
  Get parameter references.
158
158
  Get the references for a given parameter.
159
159
 
160
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-parameter-references-v1)
160
+ [API Spec](https://developer.sailpoint.com/docs/api/get-parameter-references-v-1)
161
161
 
162
162
  ### Parameters
163
163
 
@@ -203,7 +203,7 @@ This API is currently in an experimental state. The API is subject to change bas
203
203
  Get specifications for parameter types.
204
204
  Get the specifications for all parameter types. All parameters must conform to this specification document.
205
205
 
206
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-parameter-storage-specification-v1)
206
+ [API Spec](https://developer.sailpoint.com/docs/api/get-parameter-storage-specification-v-1)
207
207
 
208
208
  ### Parameters
209
209
 
@@ -240,7 +240,7 @@ console.log(result);
240
240
  Get a specific parameter.
241
241
  Get a parameter by ID. This will only return the public fields for the parameter.
242
242
 
243
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-parameter-v1)
243
+ [API Spec](https://developer.sailpoint.com/docs/api/get-parameter-v-1)
244
244
 
245
245
  ### Parameters
246
246
 
@@ -277,7 +277,7 @@ console.log(result);
277
277
  Query stored parameters.
278
278
  Query a stored parameter.
279
279
 
280
- [API Spec](https://developer.sailpoint.com/docs/api/v1/search-parameters-v1)
280
+ [API Spec](https://developer.sailpoint.com/docs/api/search-parameters-v-1)
281
281
 
282
282
  ### Parameters
283
283
 
@@ -320,7 +320,7 @@ console.log(result);
320
320
  Update a parameter.
321
321
  Update a parameter. You cannot change a parameter's type once set. Only the name, owner, description, public fields, and private fields can be updated. Private field updates are made via JWE AES256 encrypted blobs.
322
322
 
323
- [API Spec](https://developer.sailpoint.com/docs/api/v1/update-parameter-v1)
323
+ [API Spec](https://developer.sailpoint.com/docs/api/update-parameter-v-1)
324
324
 
325
325
  ### Parameters
326
326
 
@@ -32,7 +32,7 @@ This API creates the password org config. Unspecified fields will use default va
32
32
  To be able to use the custom password instructions, you must set the `customInstructionsEnabled` field to "true".
33
33
  Requires ORG_ADMIN, API role or authorization scope of 'idn:password-org-config:write'
34
34
 
35
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-password-org-config-v1)
35
+ [API Spec](https://developer.sailpoint.com/docs/api/create-password-org-config-v-1)
36
36
 
37
37
  ### Parameters
38
38
 
@@ -69,7 +69,7 @@ console.log(result);
69
69
  Get password org config
70
70
  This API returns the password org config . Requires ORG_ADMIN, API role or authorization scope of 'idn:password-org-config:read'
71
71
 
72
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-password-org-config-v1)
72
+ [API Spec](https://developer.sailpoint.com/docs/api/get-password-org-config-v-1)
73
73
 
74
74
  ### Parameters
75
75
 
@@ -104,7 +104,7 @@ This API updates the password org config for specified fields. Other fields will
104
104
  You must set the `customInstructionsEnabled` field to "true" to be able to use custom password instructions.
105
105
  Requires ORG_ADMIN, API role or authorization scope of 'idn:password-org-config:write'
106
106
 
107
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-password-org-config-v1)
107
+ [API Spec](https://developer.sailpoint.com/docs/api/put-password-org-config-v-1)
108
108
 
109
109
  ### Parameters
110
110
 
@@ -98,7 +98,7 @@ qazxsws
98
98
 
99
99
  ```
100
100
 
101
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-password-dictionary-v1)
101
+ [API Spec](https://developer.sailpoint.com/docs/api/get-password-dictionary-v-1)
102
102
 
103
103
  ### Parameters
104
104
 
@@ -159,7 +159,7 @@ qazxsws
159
159
 
160
160
  ```
161
161
 
162
- [API Spec](https://developer.sailpoint.com/docs/api/v1/put-password-dictionary-v1)
162
+ [API Spec](https://developer.sailpoint.com/docs/api/put-password-dictionary-v-1)
163
163
 
164
164
  ### Parameters
165
165
 
@@ -52,7 +52,7 @@ This API is currently in an experimental state. The API is subject to change bas
52
52
  Generate a digit token
53
53
  This API is used to generate a digit token for password management. Requires authorization scope of "idn:password-digit-token:create".
54
54
 
55
- [API Spec](https://developer.sailpoint.com/docs/api/v1/create-digit-token-v1)
55
+ [API Spec](https://developer.sailpoint.com/docs/api/create-digit-token-v-1)
56
56
 
57
57
  ### Parameters
58
58
 
@@ -91,7 +91,7 @@ console.log(result);
91
91
  Get password change request status
92
92
  This API returns the status of a password change request.
93
93
 
94
- [API Spec](https://developer.sailpoint.com/docs/api/v1/get-password-change-status-v1)
94
+ [API Spec](https://developer.sailpoint.com/docs/api/get-password-change-status-v-1)
95
95
 
96
96
  ### Parameters
97
97
 
@@ -129,7 +129,7 @@ Query password info
129
129
  This API is used to query password related information.
130
130
 
131
131
 
132
- [API Spec](https://developer.sailpoint.com/docs/api/v1/query-password-info-v1)
132
+ [API Spec](https://developer.sailpoint.com/docs/api/query-password-info-v-1)
133
133
 
134
134
  ### Parameters
135
135
 
@@ -185,7 +185,7 @@ If you are using a Windows machine, refer to this [guide](https://tecadmin.net/i
185
185
  You can then use [Get Password Change Request Status](https://developer.sailpoint.com/idn/api/v3/get-password-change-status) to check the password change request status. To do so, you must provide the `requestId` from your earlier request to set the password.
186
186
 
187
187
 
188
- [API Spec](https://developer.sailpoint.com/docs/api/v1/set-password-v1)
188
+ [API Spec](https://developer.sailpoint.com/docs/api/set-password-v-1)
189
189
 
190
190
  ### Parameters
191
191