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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"enabled":true,"operations":["ACCOUNT_UPDATED","ACCOUNT_DELETED"],"allEntitlements":false,"allNonEntitlementAttributes":false,"selectedEntitlements":["memberOf","memberOfSharedMailbox"],"selectedNonEntitlementAttributes":["lastName","phoneNumber","objectType","servicePrincipalName"]}