Update Role / Business Role / User Group (SAP IS Adapter)
This operation allows users to update user access.
Configure the exchange property in Content Modifier:
uniqueId – Unique name of the quote.
access-token – The token can be retrieved from the global variable set by a separate token store integration flow. See https://pricefx.atlassian.net/wiki/spaces/ACCDEV/pages/3621650736. Specify an access token. Specify the login name of the user to be updated in the uniqueId exchange property.
Configure the message body in Content Modifier. The quote after update is returned. The full JSON schema can be found in the Samples package. See https://pricefx.atlassian.net/wiki/spaces/ACC/pages/5013871236. It consists of two arrays:
‘Add’ array contains all the new roles to be added.
‘Remove’ array contains all the existing roles to be removed.
Sample user access update request:{ "add": [ "Sales" ], "remove": [ "Lead" ] }
3. In the Adapter configuration, select operation and target type.
Response Message
The full user record after update is returned. The full JSON schema can be found in the “Sample Artifacts for SAP S/4HANA Integration with Pricefx” integration package from SAP API Business Hub. See https://pricefx.atlassian.net/wiki/spaces/ACC/pages/5013871236.