cancel
Showing results for 
Search instead for 
Did you mean: 

Missing custom attributes in response of SCIM REST API

Former Member
0 Kudos

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:

https://help.sap.com/viewer/6d6d63354d1242d185ab4830fc04feb1/Cloud/en-US/2f215687fcf34170b0bbc8b36b6...

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member182637
Active Participant
0 Kudos

The way that I manage to have work is directly checking user by user, using GET AP <ondemand.com/service/users?name_id=email>

e.g.: accounts.ondemand.com/service/users?name_id=elizabethmortonc4c@yahoo.com

Details inside SAP CPIA

zr7203
Discoverer
0 Kudos

Have you gotten any further with this question?

I'm basically trying the same thing.