Create transform

POST {{baseUrl}}/transforms

Creates a new transform object immediately. By default, the internal flag is set to false to indicate that this is a custom transform. Only SailPoint employees have the ability to create a transform with internal set to true. Newly created Transforms can be used in the Identity Profile mappings within the UI. A token with transform write authority is required to call this API.

Request Body

{"name"=>"Timestamp To Date", "type"=>"dateFormat", "attributes"=>{"inputFormat"=>"MMM dd yyyy, HH:mm:ss.SSS", "outputFormat"=>"yyyy/dd/MM"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{"attributes":{"sourceName":"Workday","attributeName":"DEPARTMENT","accountSortAttribute":"created","accountSortDescending":false,"accountReturnFirstLink":false,"accountFilter":"!(nativeIdentity.startsWith(\"*DELETED*\"))","accountPropertyFilter":"(groups.containsAll({'Admin'}) || location == 'Austin')","requiresPeriodicRefresh":false,"input":{"type":"accountAttribute","attributes":{"attributeName":"first_name","sourceName":"Source"}}},"id":"2cd78adghjkja34jh2b1hkjhasuecd","internal":false,"name":"Timestamp To Date","type":"dateFormat"}