Native Change Detection Configuration
GET {{baseUrl}}/sources/:sourceId/native-change-detection-config
This API returns the existing native change detection configuration for a source specified by the given ID. A token with ORG_ADMIN authority is required to call this API.
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| X-SailPoint-Experimental | boolean | (Required) Use this header to enable this experimental API. | |
| Accept | string | 
RESPONSES
status: OK
{"enabled":true,"operations":["ACCOUNT_UPDATED","ACCOUNT_DELETED"],"allEntitlements":false,"allNonEntitlementAttributes":false,"selectedEntitlements":["memberOf","memberOfSharedMailbox"],"selectedNonEntitlementAttributes":["lastName","phoneNumber","objectType","servicePrincipalName"]}