Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Azure AD - Unable to populated CREATED_ON field on import accounts

sonamchikorde
New Contributor
New Contributor

We are unable to populated CREATED_ON field for import accounts for Azure AD connection. We are getting connection failed when we try to map the CREATED_ON account attribute. We tried below mappings however no luck:

"created_on": "createdDateTime~#~customDate--yyyy-MM-dd'T'HH:ss'Z'"

"created_on": "createdDateTime~#~customDate--yyyyMMddHHmmss.'0Z'"

"created_on": "createdDateTime~#~Date"

This works if we map it to customproperty, however we have a requirement to map it to CREATES_ON account attribute.

Please help.

 

 

 

5 REPLIES 5

NM
Honored Contributor II
Honored Contributor II

Hi @sonamchikorde can you try this

"created_on": "createdDateTime~#~date"

Also can you define "global setting" you will find reference in rest connector guide 

 

"created_on": "createdDateTime~#~date" also not working.

We are not using rest connector, we are using AzureAD connectiontype.

rushikeshvartak
All-Star
All-Star

Use const to manipulate date format


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Can you please help me with one example for date conversion for reference.

Refer https://forums.saviynt.com/t5/community-knowledge-base/mapping-data-in-json-based-on-date-type-respo...


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.