Skip to Content
0
Jun 21, 2018 at 01:11 PM

USER REGISTRATION API - SCIM API

918 Views

Hello,

I have this requirement for a B2C scenario:

A "Customer Autorization App" in SCP in which Admins access to manage Customer Users and register them in SAP Cloud Identity Auth Service (using SCIM API - https://help.sap.com/viewer/6d6d63354d1242d185ab4830fc04feb1/Cloud/en-US/2f215687fcf34170b0bbc8b36b60f2e9.html) and give permission to access to "Order App";

A "Order App" in SCP in which Customer Users can do their stuff. The problem is the Customer Users must have possibility to retrieve their personal data and also update them. Customer User arent Administrator in IAS so i cant use SCIM API in this case too. I think i could use USER REGISTRATION API where there is a GET method to retrieve own data (https://help.sap.com/viewer/6d6d63354d1242d185ab4830fc04feb1/Cloud/en-US/e6bb70d5e43c4ff89ff700beb82b25fe.html) but there is not a method to update personal data (only PUT to deactivate account status). Any suggestion?