Response Mapping

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

  1. Enter the Schema Attribute expected in the JSON response from the URL as a part of the schema.

  2. Enter the JSON Attribute Path of the particular attribute in the returned response. The Root Path is prefixed with this path.

    For example,

    • JSONmembers[*].profile.member_id

  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.