IDAAS-20027: rest query MemberOf
Hi all,
1- I find the user via OAM rest query:
curl -i --request GET http://$Host:$Port/oic_rest/rest/userprofile/people/User_1
and find the user information.
2- then I try to find the memebership of same user:
curl -i --request GET http://$Host:$Port/oic_rest/rest/userprofile/people/User_1/memberOf
and get thefollowing error:
{"oicErrorCode":"IDAAS-20027 : oracle.security.idaas.rest.jaxrs.OICExceptionMapper : [ No error code is available from the underlying exception ]","message":"No such entity: entity=cn=user_3000,cn=dep,cn=mycompany,cn=users,dc=example,dc=de op=read mesg= "}
Same request for other users works and give user's membership back.