Response Mapping

Response Mapping is a response attribute returned in JSON/ XML format from the managed system for a specific operations like create user, update user, or account aggregation.

  1. In the Schema Attribute field, enter the attributes expected in the JSON/XML response from the URL as a part of schema.

  2. In the Attribute Path field, JSON/XML path of the particular attribute in the returned response. The Root Path is prefixed with this path.

    For example:

    • JSONmembers[*].profile.member_id

    • XMLsf:FirstName

  3. Select Save.

In the Web Services source, you have to add the schema attributes manually for the respective Web Services-based target system. The source accurately handles any incorrect JSON attribute paths in the endpoint's response mapping configuration.