Support for Reference Descriptors in Response from Workday System
The Workday source supports fetching the reference descriptors in a response from the Workday System.
If you want to include reference descriptors in a response, use the following API body:
[
{
"op": "add",
"path": "/connectorAttributes/Include_Reference_Descriptors_In_Response",
"value": "true"
}
]
Note
For more information on SailPoint's REST APIs, refer to Best Practices: REST API Authentication and REST API - Update Source (Partial) in the SailPoint Developer Community.