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

REST Connector - ImportUserJSON : How to map attribute having . in attribute name.

prajakta
New Contributor III
New Contributor III

Hi,

Get User's REST API returns attribute values in the attribute name's having "." in it. 
e.g Location.name, Manager.name and Company.name
{
"active""true",
 "department.name""Sales",
"first_name": "Eva",
"middle_name""Adam",
"last_name""Doe",
 "location.name""LA",
}
Can you please suggest appropriate format to configure these attributes in ImportUserJSON's colsToPropsMap
 
Thanks,
Prajakta
1 REPLY 1

rushikeshvartak
All-Star
All-Star

Cause: This error might occur if the field name is specified with a dot(.).

 

Resolution: To resolve this issue, specify the field name with the separator ~dot#. For example, replace odata.error with odata~dot#error.

Refer : https://saviynt.freshdesk.com/support/solutions/articles/43000521736-rest-connector-guide%C2%A0#REST...

 


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