Aggregation of Custom Roles

To aggregate the custom roles, add the following entry keys in the Source XML using the Update Source Partial REST API. The values provided should be as per the roles you want to aggregate.

[
  {
    "op": "add",
    "path": "/connectorAttributes/additionalRolesList",
    "value": [
      {
        "Description": "First Role",
        "Group Aware": false,
        "Product Area": "Y",
        "Role Code": "001",
        "Role Name": "First"
      }
    ]
  }
]