Update Native Change Detection Configuration

PUT {{baseUrl}}/sources/:sourceId/native-change-detection-config

Replaces the native change detection configuration for the source specified by the given ID with the configuration provided in the request body.

A token with ORG_ADMIN authority is required to call this API.

Request Body

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

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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