Retrieve Custom Attribute
To retrieve custom attributes:
Your suggested change has been received. Thank you.
Please Note:
To retrieve custom attributes:
UserInfoResponse infoResponse=processor.getUserInfo(username);
List<UserCustomAttributes>cs=infoResponse.getCustomAttribute();
for(UserCustomAttributes us:cs)
{ System.out.println(us.getName()+" "+us.getValue());
}
Thank you! Your suggestion has been submitted.
https://thales.na.market.dpondemand.io/docs/dpod/services/kmo….