Dear all,
Here is one problem which needs your help. Steps are followed:
(1) Login the SAP Cloud Platform Identity Authentication system. Link: https://xxx.accounts400.ondemand.com/admin
(2) Choose Users & Authorizations -> Import Users
(3) Import user CSV file with user attributes, then will see successfully updated.
(4) Then call User Resource API with GET method (included in SCIM REST API).API link:
Then I find it that there is no information of custom attribute in response which I have imported in CSV file.
So how can I get such custom attribute information of specific user through calling API?
Thanks in advance.