Skip to Main Content

Identity & Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

User custom attributes not returned back with /admin/v1/Me

I'm trying to retrieve user custom attributes using /Me endpoint, but i do not see the information coming back, even though i specified urn:ietf:params:scim:schemas:idcs:extension:custom:User in the attributes parameter, which is set to username,displayname,emails,groups,urn:ietf:params:scim:schemas:oracle:idcs:extension:user:User:appRoles,urn:ietf:params:scim:schemas:idcs:extension:custom:User.

When using admin credentials to retrieve the info on the same user with /admin/v1/User/{userId} i see this attribute coming

"urn:ietf:params:scim:schemas:idcs:extension:custom:User": {
  "customerId": "75574"
},
This post has been answered by Philipp Grigoryev on Mar 7 2025
Jump to Answer
Comments
Post Details
Added on Mar 1 2025
1 comment
147 views