We are using IIQ 8.4p2
While creating a Salesforce account of type Community user profile, we have to create a contact. This contact should be of PersonType.
While creating this contact we have to pass 3 attributes to Salesforce contact object
PersonEmail : email of the user
IsPersonAccount: true
PersonTitle: Title of the user
But these exact attributes are not present in the Identity object in IIQ.
How do I map them
<entry key="contactAttributes">
<value>
<List>
<String>Custom_Attribute</String>
<String>NewAttribute</String>
</List>
</value>
</entry>