Attribute Sync Config
GET {{baseUrl}}/sources/:id/attribute-sync-config
This API returns the existing attribute synchronization configuration for a source specified by the given ID. The response contains all attributes, regardless of whether they enabled or not. A token with ORG_ADMIN or HELPDESK 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
{"source":{"type":"SOURCE","id":"2c9180835d191a86015d28455b4b232a","name":"HR Active Directory"},"attributes":[{"name":"email","displayName":"Email","enabled":true,"target":"mail"},{"name":"firstname","displayName":"First Name","enabled":false,"target":"givenName"}]}