Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Created_on in OKTA Account keep updated

Joon
Regular Contributor II
Regular Contributor II

Hello All,

Here's the Acct params to the OKTA endpoint.

"colsToPropsMap": {
"customproperty1": "profile.login~#~char",
"name": "profile.login~#~char",
"status": "status~#~char",
"accountID": "id~#~char",
"lastlogondate": "lastLogin~#~date",
"CREATED_ON": "created~#~date",
"customproperty2": "profile.email~#~char",
"customproperty3": "status~#~char",
"customproperty18": "profile.mobilePhone~#~char",
"customproperty6": "profile.firstName~#~char",
"customproperty8": "profile.employeeNumber~#~char",
"customproperty9": "profile.lastName~#~char",
"displayname": "profile.displayName~#~char",
"customproperty15": "profile.employeeType~#~char",
"customproperty27": "lastLogin~#~char",
"customproperty28": "created~#~char"
},

Last logon date is fine but weirdly Created is being updated to today's date.

Here's the actual value for Created but,

Joon_0-1697882628414.png

in the account, here's what I got from the import job

Joon_2-1697882717989.png

I also tried with other data type in CP28 and it didn't come.

But there's thing weird I found is that while the import job Created_On is populated with the proper date but once the job is done, it gets back to the current date.

 

Can anyone please get me some advice on this ?

For your information, We have same issue in another endpoint.

Joon_1-1697901767393.png

[This message has been edited by moderator to merge reply comment]

1 REPLY 1

rushikeshvartak
All-Star
All-Star

try "created_on": "created~#~datetime",


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.